Uses of Class
org.glassfish.api.admin.AdminCommandState.State
-
Packages that use AdminCommandState.State Package Description com.sun.enterprise.admin.remote com.sun.enterprise.v3.admin org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of AdminCommandState.State in com.sun.enterprise.admin.remote
Fields in com.sun.enterprise.admin.remote declared as AdminCommandState.State Modifier and Type Field Description protected AdminCommandState.StateAdminCommandStateImpl. stateMethods in com.sun.enterprise.admin.remote that return AdminCommandState.State Modifier and Type Method Description AdminCommandState.StateAdminCommandStateImpl. getState()Methods in com.sun.enterprise.admin.remote with parameters of type AdminCommandState.State Modifier and Type Method Description protected voidAdminCommandStateImpl. setState(AdminCommandState.State state)Constructors in com.sun.enterprise.admin.remote with parameters of type AdminCommandState.State Constructor Description AdminCommandStateImpl(AdminCommandState.State state, ActionReport actionReport, boolean payloadIsEmpty, String id) -
Uses of AdminCommandState.State in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin with parameters of type AdminCommandState.State Modifier and Type Method Description protected voidAdminCommandInstanceImpl. setState(AdminCommandState.State state) -
Uses of AdminCommandState.State in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return AdminCommandState.State Modifier and Type Method Description AdminCommandState.StateAdminCommandState. getState()static AdminCommandState.StateAdminCommandState.State. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminCommandState.State[]AdminCommandState.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-