public interface LowLevelSession
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Return the exception which was thrown for an exceptional termination of
the session, if any.
|
int |
getNodeAddress()
Get the node address assigned to the session.
|
int |
getRemoteAddress()
Get the remote node address known to the session.
|
boolean |
isRunning()
Returns the operational state of this session.
|
int getNodeAddress()
int getRemoteAddress()
boolean isRunning()
true if the session is running (operational)
and false if the session is closed.java.lang.Exception getException()
If not null, it will contain the queue termination reason.
null
if the session is not yet terminated or if the session's
termination was not abnormal.