|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectse.citerus.dddsample.infrastructure.messaging.jms.JmsApplicationEventsImpl
public final class JmsApplicationEventsImpl
JMS based implementation.
| Constructor Summary | |
|---|---|
JmsApplicationEventsImpl()
|
|
| Method Summary | |
|---|---|
void |
cargoHasArrived(Cargo cargo)
A cargo has arrived at its final destination. |
void |
cargoWasHandled(HandlingEvent event)
A cargo has been handled. |
void |
cargoWasMisdirected(Cargo cargo)
A cargo has been misdirected. |
void |
receivedHandlingEventRegistrationAttempt(HandlingEventRegistrationAttempt attempt)
A handling event regitration attempt is received. |
void |
setCargoHandledQueue(javax.jms.Destination destination)
|
void |
setDeliveredCargoQueue(javax.jms.Destination destination)
|
void |
setHandlingEventQueue(javax.jms.Destination destination)
|
void |
setJmsOperations(org.springframework.jms.core.JmsOperations jmsOperations)
|
void |
setMisdirectedCargoQueue(javax.jms.Destination destination)
|
void |
setRejectedRegistrationAttemptsQueue(javax.jms.Destination destination)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmsApplicationEventsImpl()
| Method Detail |
|---|
public void cargoWasHandled(HandlingEvent event)
ApplicationEvents
cargoWasHandled in interface ApplicationEventsevent - handling eventpublic void cargoWasMisdirected(Cargo cargo)
ApplicationEvents
cargoWasMisdirected in interface ApplicationEventscargo - cargopublic void cargoHasArrived(Cargo cargo)
ApplicationEvents
cargoHasArrived in interface ApplicationEventscargo - cargopublic void receivedHandlingEventRegistrationAttempt(HandlingEventRegistrationAttempt attempt)
ApplicationEvents
receivedHandlingEventRegistrationAttempt in interface ApplicationEventsattempt - handling event registration attemptpublic void setJmsOperations(org.springframework.jms.core.JmsOperations jmsOperations)
public void setCargoHandledQueue(javax.jms.Destination destination)
public void setMisdirectedCargoQueue(javax.jms.Destination destination)
public void setDeliveredCargoQueue(javax.jms.Destination destination)
public void setRejectedRegistrationAttemptsQueue(javax.jms.Destination destination)
public void setHandlingEventQueue(javax.jms.Destination destination)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||