|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.codehaus.cargo.container.spi.util.DefaultServerRun
public class DefaultServerRun
Helper class to start/stop a container. When this application is first called to start the server, a listener socket is set up. Then, we it is later called to stop the server, we connect to the listener socket and tell the server to stop.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
DefaultServerRun(java.lang.String[] theArgs)
|
|
| Method Summary | |
|---|---|
protected void |
doRun()
Parse and process the command line to start/stop the server. |
protected void |
doStartServer(java.lang.String[] theArgs)
Starts the server (in a blocking mode) and set up a socket listener. |
protected void |
doStopServer(java.lang.String[] theArgs)
Stops the server by connecting to the socket set up when the server was started. |
void |
run()
Sets up a listener socket and wait until we receive a request on it to stop the running server. |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultServerRun(java.lang.String[] theArgs)
theArgs - the command line arguments| Method Detail |
|---|
protected void doStartServer(java.lang.String[] theArgs)
throws java.lang.Exception
theArgs - the command line arguments
java.lang.Exception - if any error happens when starting the server
protected void doStopServer(java.lang.String[] theArgs)
throws java.lang.Exception
theArgs - the command line arguments
java.lang.Exception - if any error happens when stopping the serverprotected final void doRun()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||