Uses of Class
com.iizix.server.IServer.State
Packages that use IServer.State Package Description com.iizix.server Uses of IServer.State in com.iizix.server
Methods in com.iizix.server that return IServer.State Modifier and Type Method Description static IServer.State
ServerShell. _getState()
Gets the state of the server.IServer.State
IServer. getState()
Gets the state of the server.IServer.State
ServerShell. getState()
Gets the server state.static IServer.State
IServer.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IServer.State[]
IServer.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.