public interface ResinSubSystem
Modifier and Type | Field and Description |
---|---|
static int |
START_PRIORITY_CACHE_SERVICE |
static int |
START_PRIORITY_CLASSLOADER |
static int |
START_PRIORITY_CLUSTER_SERVICE |
static int |
START_PRIORITY_DATABASE_SYSTEM |
static int |
START_PRIORITY_DEFAULT |
static int |
START_PRIORITY_ENV_SYSTEM |
static int |
START_PRIORITY_NETWORK_CLUSTER |
static int |
STOP_PRIORITY_CLASSLOADER |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the service.
|
int |
getStartPriority()
Returns the start priority of the service, used to determine which
services to start first.
|
int |
getStopPriority()
Returns the stop priority of the service, used to determine which
services to stop first.
|
void |
start()
Starts the service.
|
void |
stop()
Stops the service.
|
static final int START_PRIORITY_ENV_SYSTEM
static final int START_PRIORITY_DATABASE_SYSTEM
static final int START_PRIORITY_NETWORK_CLUSTER
static final int START_PRIORITY_CACHE_SERVICE
static final int START_PRIORITY_CLUSTER_SERVICE
static final int START_PRIORITY_CLASSLOADER
static final int STOP_PRIORITY_CLASSLOADER
static final int START_PRIORITY_DEFAULT
int getStartPriority()
void start() throws java.lang.Exception
java.lang.Exception
int getStopPriority()
void stop() throws java.lang.Exception
java.lang.Exception
void destroy()