Uses of Enum Class
org.cojen.dirmi.Session.State
-
Uses of Session.State in org.cojen.dirmi
Subclasses with type arguments of type Session.State in org.cojen.dirmiModifier and TypeClassDescriptionstatic enum
Indicates the session's current connection state.Methods in org.cojen.dirmi that return Session.StateModifier and TypeMethodDescriptionSession.state()
Returns the current session state.static Session.State
Returns the enum constant of this class with the specified name.static Session.State[]
Session.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.