| java.lang.Object com.tc.async.api.SEDA com.tc.server.TCServerImpl
canShutdown | public boolean canShutdown()(Code) | | |
getActivateTime | public long getActivateTime()(Code) | | |
getDSOListenPort | public int getDSOListenPort()(Code) | | |
getDescriptionOfCapabilities | public String getDescriptionOfCapabilities()(Code) | | |
getStartTime | public long getStartTime()(Code) | | |
isActive | public boolean isActive()(Code) | | |
isStarted | public boolean isStarted()(Code) | | |
isStopped | public boolean isStopped()(Code) | | |
shutdown | public synchronized void shutdown()(Code) | | |
start | public void start()(Code) | | |
startBeanShell | public void startBeanShell(int port)(Code) | | |
stop | public void stop()(Code) | | I realize this is wrong, since the server can still be starting but we'll have to deal with the whole stopping
issue later, and there's the TCStop feature which should be removed.
|
updateActivateTime | public void updateActivateTime()(Code) | | |
|
|