|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ms.service.Service
wt.ntservice.WindchillService
Field Summary | |
private static int |
BG_INSTANCES
|
private boolean |
errOut
|
private static int |
INSTANCES
|
private static boolean |
LOG_STD_ERR
|
private static boolean |
LOG_STD_OUT
|
private static int |
MAX_WAIT_TIME
|
private boolean |
outOut
|
private static int |
PING_DELAY
|
private Vector |
services
|
private int |
size
|
private ServerMonitors |
sm
|
private static int |
START_WAIT
|
private int |
startSwag
|
private static String |
versionID
|
Fields inherited from class com.ms.service.Service |
ACCEPT_PAUSE_CONTINUE, ACCEPT_SHUTDOWN, ACCEPT_STOP, CONTINUE_PENDING, disableassassin, err, ERROR_SERVICE_SPECIFIC_ERROR, NO_ERROR, out, PAUSE_PENDING, PAUSED, RUNNING, START_PENDING, STOP_PENDING, STOPPED |
Constructor Summary | |
WindchillService(String[] args)
|
Method Summary | |
protected boolean |
handleContinue()
|
protected boolean |
handleInterrogate()
|
protected boolean |
handlePause()
|
protected boolean |
handleShutdown()
|
protected boolean |
handleStop()
|
protected boolean |
handleUnrecognizedEvent(int event)
|
private void |
ncStartup()
|
void |
startServerManager()
|
private boolean |
startupComplete()
|
Methods inherited from class com.ms.service.Service |
canPause, canShutdown, canStop, CheckPoint, CheckPoint, disableAllAssassins, disableAssassin, enableAllAssassins, enableAssassin, getAssassinTimeout, getCheckPoint, getControlsAccepted, getCurrentState, getServiceStatus, getServiceStatusDirect, getWaitHint, isAssassinActive, main, preventAssassins, setAssassinTimeout, setAutoDumpErr, setAutoDumpOut, setContinuing, setPaused, setPausing, setRunning, setRunning, setServiceAutoDumpErr, setServiceAutoDumpOut, setServiceStatus, setServiceStatusDirect, setStopped, setStopping, StopServiceEventHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static boolean LOG_STD_OUT
private static boolean LOG_STD_ERR
private static int START_WAIT
private static int PING_DELAY
private static int MAX_WAIT_TIME
private static int INSTANCES
private static int BG_INSTANCES
private boolean outOut
private boolean errOut
private int size
private int startSwag
private Vector services
private ServerMonitors sm
private static final String versionID
Constructor Detail |
public WindchillService(String[] args)
Method Detail |
private void ncStartup()
private boolean startupComplete() throws RemoteException
RemoteException
protected boolean handleContinue()
protected boolean handleInterrogate()
protected boolean handlePause()
protected boolean handleShutdown()
protected boolean handleStop()
protected boolean handleUnrecognizedEvent(int event)
public void startServerManager() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |