Uses of Class
org.glassfish.api.admin.RuntimeType
-
Packages that use RuntimeType Package Description com.sun.enterprise.admin.cli.cluster com.sun.enterprise.admin.launcher com.sun.enterprise.admin.servermgmt.cli com.sun.enterprise.v3.admin org.glassfish.api.admin Admin commands in GlassFishorg.glassfish.server -
-
Uses of RuntimeType in com.sun.enterprise.admin.cli.cluster
Methods in com.sun.enterprise.admin.cli.cluster that return RuntimeType Modifier and Type Method Description RuntimeTypeStartLocalInstanceCommand. getType() -
Uses of RuntimeType in com.sun.enterprise.admin.launcher
Methods in com.sun.enterprise.admin.launcher that return RuntimeType Modifier and Type Method Description RuntimeTypeGFLauncherInfo. getType()Methods in com.sun.enterprise.admin.launcher with parameters of type RuntimeType Modifier and Type Method Description static GFLauncherGFLauncherFactory. getInstance(RuntimeType type) -
Uses of RuntimeType in com.sun.enterprise.admin.servermgmt.cli
Methods in com.sun.enterprise.admin.servermgmt.cli that return RuntimeType Modifier and Type Method Description RuntimeTypeStartDomainCommand. getType()RuntimeTypeStartServerCommand. getType() -
Uses of RuntimeType in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin that return types with arguments of type RuntimeType Modifier and Type Method Description List<RuntimeType>SupplementalCommandExecutorImpl.SupplementalCommandImpl. whereToRun() -
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() -
Uses of RuntimeType in org.glassfish.server
Methods in org.glassfish.server that return RuntimeType Modifier and Type Method Description RuntimeTypeServerEnvironmentImpl. getRuntimeType()
-