|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.enterprise.ee.cms.impl.common.Router
public class Router
Routes signals to appropriate destinations
Constructor Summary | |
---|---|
Router()
|
Method Summary | |
---|---|
Set<String> |
getFailureRecoveryComponents()
|
boolean |
isFailureNotificationAFRegistered()
|
boolean |
isFailureRecoveryAFRegistered()
|
boolean |
isFailureSuspectedAFRegistered()
|
boolean |
isJoinedAndReadyNotificationAFRegistered()
|
boolean |
isJoinNotificationAFRegistered()
|
boolean |
isMessageAFRegistered()
|
boolean |
isPlannedShutdownAFRegistered()
|
void |
queueSignal(SignalPacket signalPacket)
Adds a single signal to the queue. |
void |
queueSignals(SignalPacket signalPacket)
Queues signals. |
void |
removeFailureRecoveryAFDestination(String componentName)
removes a FailureRecoveryActionFactory instance belonging to a specified component |
void |
removeMessageAFDestination(String componentName)
removes a MessageActionFactory instance belonging to a specified component |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Router()
Method Detail |
---|
public void removeMessageAFDestination(String componentName)
componentName
- the component namepublic void removeFailureRecoveryAFDestination(String componentName)
componentName
- the component namepublic void queueSignals(SignalPacket signalPacket)
signalPacket
- the signal packetpublic void queueSignal(SignalPacket signalPacket)
signalPacket
- the signal packetpublic boolean isFailureNotificationAFRegistered()
public boolean isFailureRecoveryAFRegistered()
public boolean isMessageAFRegistered()
public boolean isPlannedShutdownAFRegistered()
public boolean isJoinNotificationAFRegistered()
public boolean isJoinedAndReadyNotificationAFRegistered()
public boolean isFailureSuspectedAFRegistered()
public Set<String> getFailureRecoveryComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |