Uses of Class
io.atomix.primitive.session.Session.State
| Package | Description |
|---|---|
| io.atomix.primitive.session |
Provides classes and interfaces for managing primitive sessions.
|
-
Uses of Session.State in io.atomix.primitive.session
Methods in io.atomix.primitive.session that return Session.State Modifier and Type Method Description Session.StateSession. getState()Returns the session state.static Session.StateSession.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Session.State[]Session.State. values()Returns an array containing the constants of this enum type, in the order they are declared.