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, toString
public 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()
ResinSubSystem
getStartPriority
in interface ResinSubSystem
getStartPriority
in class AbstractResinSubSystem
public void start()
start
in interface ResinSubSystem
start
in class AbstractResinSubSystem
public void stop()
stop
in interface ResinSubSystem
stop
in class AbstractResinSubSystem