public class ResinRun extends DefaultServerRun
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_KEEPALIVE_SOCKET_PORT
Default keepalive socket port for Resin 3.x.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
protected void |
doStartServer(String[] args)
Start the Resin server.
|
protected void |
doStopServer(String[] args)
Stops the Resin server.
|
static void |
main(String[] args)
Entry point to start/stop the Resin server.
|
doRun, runactiveCount, checkAccess, clone, 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, yieldpublic static final int DEFAULT_KEEPALIVE_SOCKET_PORT
public ResinRun(String[] args)
args - the command line argumentspublic static void main(String[] args)
args - the command line argumentsprotected final void doStartServer(String[] args)
doStartServer in class DefaultServerRunDefaultServerRun.doStartServer(java.lang.String[])protected final void doStopServer(String[] args)
doStopServer in class DefaultServerRunDefaultServerRun.doStopServer(java.lang.String[])Copyright © 2004-2013 Codehaus. All Rights Reserved.