org.apache.cactus.ant
Class AbstractServerRun

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.apache.cactus.integration.ant.container.AbstractServerRun
          extended byorg.apache.cactus.ant.AbstractServerRun
All Implemented Interfaces:
java.lang.Runnable

Deprecated. This class has moved to AbstractServerRun.

public abstract class AbstractServerRun
extends AbstractServerRun

Abstract class for starting/stopping an application server. 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.

Version:
$Id: AbstractServerRun.java,v 1.2 2003/06/29 14:57:53 cmlenz Exp $
Author:
Vincent Massol, Robert Leftwich

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AbstractServerRun(java.lang.String[] theArgs)
          Deprecated.  
 
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

AbstractServerRun

public AbstractServerRun(java.lang.String[] theArgs)
Deprecated. 
Parameters:
theArgs - the command line arguments


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