public class BlockManagerSubSystem extends AbstractResinSubSystem
| Modifier and Type | Field and Description |
|---|---|
static long |
BLOCK_FLUSH_PERIOD |
static int |
START_PRIORITY |
static int |
STOP_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| Modifier and Type | Method and Description |
|---|---|
static BlockManagerSubSystem |
createAndAddService() |
static BlockManagerSubSystem |
getCurrent() |
int |
getStartPriority()
Returns the start priority of the service, used to determine which
services to start first.
|
void |
start()
Starts the server.
|
void |
stop()
Stops the server.
|
destroy, getStopPriority, isActive, preCreate, toStringpublic static final int START_PRIORITY
public static final int STOP_PRIORITY
public static final long BLOCK_FLUSH_PERIOD
public static BlockManagerSubSystem createAndAddService()
public static BlockManagerSubSystem getCurrent()
public int getStartPriority()
ResinSubSystemgetStartPriority in interface ResinSubSystemgetStartPriority in class AbstractResinSubSystempublic void start()
start in interface ResinSubSystemstart in class AbstractResinSubSystempublic void stop()
stop in interface ResinSubSystemstop in class AbstractResinSubSystem