org.apache.cactus.integration.ant.container.resin
Class ResinRun

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.apache.cactus.integration.ant.container.AbstractServerRun
          extended byorg.apache.cactus.integration.ant.container.resin.ResinRun
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
ResinRun

public class ResinRun
extends AbstractServerRun

Starts/stop Resin by setting up a listener socket.

Version:
$Id: ResinRun.java,v 1.4 2003/05/26 09:42:59 cmlenz Exp $
Author:
Vincent Massol, Robert Leftwich
See Also:
AbstractServerRun

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ResinRun(java.lang.String[] theArgs)
           
 
Method Summary
static void main(java.lang.String[] theArgs)
          Entry point to start/stop the Resin server.
 
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractServerRun
run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResinRun

public ResinRun(java.lang.String[] theArgs)
Parameters:
theArgs - the command line arguments
Method Detail

main

public static void main(java.lang.String[] theArgs)
Entry point to start/stop the Resin server.

Parameters:
theArgs - the command line arguments


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.