public class HmtpService extends AbstractResinSubSystem
Modifier and Type | Field and Description |
---|---|
static int |
START_PRIORITY |
START_PRIORITY_CACHE_SERVICE, START_PRIORITY_CLASSLOADER, START_PRIORITY_CLUSTER_SERVICE, START_PRIORITY_DATABASE_SYSTEM, START_PRIORITY_DEFAULT, START_PRIORITY_ENV_SYSTEM, START_PRIORITY_NETWORK_CLUSTER, STOP_PRIORITY_CLASSLOADER
Constructor and Description |
---|
HmtpService(CloudServer selfServer) |
Modifier and Type | Method and Description |
---|---|
static HmtpService |
createAndAddService(CloudServer cloudServer) |
static HmtpService |
getCurrent() |
int |
getStartPriority()
Returns the start priority of the service, used to determine which
services to start first.
|
void |
stop()
Stops the service.
|
destroy, getStopPriority, isActive, preCreate, start, toString
public static final int START_PRIORITY
public HmtpService(CloudServer selfServer)
public static HmtpService createAndAddService(CloudServer cloudServer)
public static HmtpService getCurrent()
public int getStartPriority()
ResinSubSystem
getStartPriority
in interface ResinSubSystem
getStartPriority
in class AbstractResinSubSystem
public void stop()
ResinSubSystem
stop
in interface ResinSubSystem
stop
in class AbstractResinSubSystem