Uses of Class
com.sun.enterprise.admin.servermgmt.services.AppserverServiceType
-
Packages that use AppserverServiceType Package Description com.sun.enterprise.admin.servermgmt.services -
-
Uses of AppserverServiceType in com.sun.enterprise.admin.servermgmt.services
Methods in com.sun.enterprise.admin.servermgmt.services that return AppserverServiceType Modifier and Type Method Description static AppserverServiceTypeAppserverServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppserverServiceType[]AppserverServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.enterprise.admin.servermgmt.services with parameters of type AppserverServiceType Modifier and Type Method Description static ServiceServiceFactory. getService(com.sun.enterprise.util.io.ServerDirs dirs, AppserverServiceType type)Constructors in com.sun.enterprise.admin.servermgmt.services with parameters of type AppserverServiceType Constructor Description PlatformServicesInfo(com.sun.enterprise.util.io.ServerDirs sDirs, AppserverServiceType theType)
-