|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResinSubSystem
Interface for a service registered with the Resin Server.
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
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 START_PRIORITY_DEFAULT
Method Detail |
---|
int getStartPriority()
void start() throws java.lang.Exception
java.lang.Exception
int getStopPriority()
void stop() throws java.lang.Exception
java.lang.Exception
void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |