Uses of Class
org.glassfish.api.admin.RuntimeType
-
Packages that use RuntimeType Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of RuntimeType in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return RuntimeType Modifier and Type Method Description static RuntimeTypeRuntimeType. getDefault()RuntimeTypeServerEnvironment. getRuntimeType()Returns the process type of this instance.RuntimeType[]value()Returns an array of process types on which the annotated action should runstatic RuntimeTypeRuntimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeType[]RuntimeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.api.admin that return types with arguments of type RuntimeType Modifier and Type Method Description List<RuntimeType>SupplementalCommandExecutor.SupplementalCommand. whereToRun()
-