|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.genesyslab.platform.standby.events.WSTriedUnsuccessfullyEvent
public final class WSTriedUnsuccessfullyEvent
WSTriedUnsuccessfullyEvent is used in warm standby handler.
WSHandler.onEndpointTriedUnsuccessfully(WSTriedUnsuccessfullyEvent)
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
WSTriedUnsuccessfullyEvent(WarmStandby warmStandby,
ChannelClosedEvent event)
Creates a WSTriedUnsuccessfullyEvent instance. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Gets cause of the event. |
ChannelClosedEvent |
getChannelClosedEvent()
Gets the channel closed event. |
Endpoint |
getEndpoint()
Gets endpoint related to the event. |
WarmStandby |
getWarmStandby()
|
boolean |
isRestoringStopped()
Checks if channel connection restoring will be stopped. |
void |
resume()
Specify that the same endpoint should be retried again (ASAP) if warm standby open operation won't be canceled. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WSTriedUnsuccessfullyEvent(WarmStandby warmStandby, ChannelClosedEvent event)
warmStandby
- warm standby.event
- provides event specific information.Method Detail |
---|
public boolean isRestoringStopped()
#resume}
public void resume()
public ChannelClosedEvent getChannelClosedEvent()
public java.lang.Throwable getCause()
public Endpoint getEndpoint()
public WarmStandby getWarmStandby()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |