public final class WSTriedUnsuccessfullyEvent
extends java.util.EventObject
Constructor | Description |
---|---|
WSTriedUnsuccessfullyEvent(WarmStandby warmStandby,
ChannelClosedEvent event) |
Creates a WSTriedUnsuccessfullyEvent instance.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
public WSTriedUnsuccessfullyEvent(WarmStandby warmStandby, ChannelClosedEvent event)
warmStandby
- warm standby.event
- provides event specific information.public boolean isRestoringStopped()
public void resume()
public ChannelClosedEvent getChannelClosedEvent()
public java.lang.Throwable getCause()
public Endpoint getEndpoint()
public WarmStandby getWarmStandby()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.