Uses of Class
org.glassfish.concurrent.runtime.deployer.BaseConfig.TYPE
-
Packages that use BaseConfig.TYPE Package Description org.glassfish.concurrent.runtime.deployer -
-
Uses of BaseConfig.TYPE in org.glassfish.concurrent.runtime.deployer
Methods in org.glassfish.concurrent.runtime.deployer that return BaseConfig.TYPE Modifier and Type Method Description BaseConfig.TYPEContextServiceConfig. getType()BaseConfig.TYPEManagedScheduledExecutorServiceConfig. getType()BaseConfig.TYPEManagedThreadFactoryConfig. getType()static BaseConfig.TYPEBaseConfig.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseConfig.TYPE[]BaseConfig.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-