public class SocketPollService 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 |
|---|
SocketPollService() |
| Modifier and Type | Method and Description |
|---|---|
static SocketPollService |
createAndAddService() |
static SocketPollService |
getCurrent() |
static AbstractSelectManager |
getCurrentSelectManager() |
AbstractSelectManager |
getSelectManager() |
int |
getStartPriority()
Returns the start priority of the service, used to determine which
services to start first.
|
destroy, getStopPriority, isActive, preCreate, start, stop, toStringpublic static final int START_PRIORITY
public static SocketPollService createAndAddService()
public static SocketPollService getCurrent()
public static AbstractSelectManager getCurrentSelectManager()
public AbstractSelectManager getSelectManager()
public int getStartPriority()
ResinSubSystemgetStartPriority in interface ResinSubSystemgetStartPriority in class AbstractResinSubSystem