Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SessionState

The session state as given by a SessionEvent.

Index

Enumeration members

ACTIVE

ACTIVE:

The session is connected and active.

CLOSED

CLOSED:

The session has closed.

DISCONNECTED

DISCONNECTED:

The session is disconnected.

FAILED_OVER

FAILED_OVER:

The session has failed over to a different server in the cluster after a disconnection.

RECONNECTED

RECONNECTED:

The session has reconnected to the same server after a disconnection.