Uses of Class
org.jboss.modcluster.mcmp.MCMPServerState.State
-
Packages that use MCMPServerState.State Package Description org.jboss.modcluster.mcmp -
-
Uses of MCMPServerState.State in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp that return MCMPServerState.State Modifier and Type Method Description MCMPServerState.State
MCMPServerState. getState()
static MCMPServerState.State
MCMPServerState.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static MCMPServerState.State[]
MCMPServerState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-