Uses of Enum Class
com.microfocus.zfe.haapi.ConnectionState
-
Uses of ConnectionState in com.microfocus.zfe.haapi
Modifier and TypeMethodDescriptionSession.getConnectionState()
Returns the current state of the host connection.ConnectionStateChangedEvent.getState()
static ConnectionState
Returns the enum constant of this class with the specified name.static ConnectionState[]
ConnectionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConnectionStateChangedEvent
(Session session, ConnectionState state) Creates a new instance of this event object.