Uses of Class
com.ibm.wsspi.application.ApplicationState
-
Packages that use ApplicationState Package Description com.ibm.wsspi.application -
-
Uses of ApplicationState in com.ibm.wsspi.application
Methods in com.ibm.wsspi.application that return ApplicationState Modifier and Type Method Description ApplicationState
Application. getState()
static ApplicationState
ApplicationState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApplicationState[]
ApplicationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-