public class IBSessionReconnector extends java.lang.Object implements SessionEventListener
Constructor and Description |
---|
IBSessionReconnector(java.lang.String name,
IBSession session,
java.util.concurrent.ExecutorService reconnectExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
onSessionEvent(SessionEventVO event) |
public IBSessionReconnector(java.lang.String name, IBSession session, java.util.concurrent.ExecutorService reconnectExecutor)
public void onSessionEvent(SessionEventVO event)
onSessionEvent
in interface SessionEventListener
public void destroy() throws java.lang.Exception
java.lang.Exception