Uses of Class
com.microfocus.zfe.haapi.ConnectionState
-
Packages that use ConnectionState Package Description com.microfocus.zfe.haapi -
-
Uses of ConnectionState in com.microfocus.zfe.haapi
Methods in com.microfocus.zfe.haapi that return ConnectionState Modifier and Type Method Description ConnectionState
Session. getConnectionState()
Returns the current state of the host connection.ConnectionState
ConnectionStateChangedEvent. getState()
static ConnectionState
ConnectionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionState[]
ConnectionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microfocus.zfe.haapi with parameters of type ConnectionState Constructor Description ConnectionStateChangedEvent(Session session, ConnectionState state)
Creates a new instance of this event object.
-