Uses of Class
com.sun.enterprise.module.ModuleState
-
Packages that use ModuleState Package Description com.sun.enterprise.module com.sun.enterprise.module.impl com.sun.enterprise.module.single -
-
Uses of ModuleState in com.sun.enterprise.module
Methods in com.sun.enterprise.module that return ModuleState Modifier and Type Method Description ModuleState
Module. getState()
Returns the module's statestatic ModuleState
ModuleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleState[]
ModuleState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ModuleState in com.sun.enterprise.module.impl
Methods in com.sun.enterprise.module.impl that return ModuleState Modifier and Type Method Description ModuleState
ModuleImpl. getState()
Returns the module's state -
Uses of ModuleState in com.sun.enterprise.module.single
Methods in com.sun.enterprise.module.single that return ModuleState Modifier and Type Method Description ModuleState
ProxyModule. getState()
-