org.apache.cactus.integration.ant.container.orion
Class Orion2xContainer

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.cactus.integration.ant.container.AbstractContainer
          extended byorg.apache.cactus.integration.ant.container.AbstractJavaContainer
              extended byorg.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
                  extended byorg.apache.cactus.integration.ant.container.orion.Orion2xContainer
All Implemented Interfaces:
Container

public class Orion2xContainer
extends AbstractOrionContainer

Special container support for the Orin 2.x application server.

Version:
$Id: Orion2xContainer.java,v 1.3 2003/06/15 19:01:04 cmlenz Exp $
Author:
Christopher Lenz

Constructor Summary
Orion2xContainer()
           
 
Method Summary
 java.lang.String getName()
          Returns a displayable name of the container for logging purposes.
 void startUp()
          Subclasses must implement this method to perform the actual task of starting up the container.
 
Methods inherited from class org.apache.cactus.integration.ant.container.orion.AbstractOrionContainer
getPort, init, setDir, setPort, setTmpDir, shutDown
 
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractJavaContainer
setAppend, setOutput
 
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractContainer
createExclude, getExcludePatterns, getStartUpWait, getSystemProperties, getToDir, isEnabled, isExcluded, setAntTaskFactory, setDeployableFile, setIf, setLog, setStartUpWait, setSystemProperties, setToDir, setUnless
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Orion2xContainer

public Orion2xContainer()
Method Detail

getName

public final java.lang.String getName()
Description copied from interface: Container
Returns a displayable name of the container for logging purposes.

Returns:
The container name
See Also:
Container.getName()

startUp

public final void startUp()
Description copied from interface: Container
Subclasses must implement this method to perform the actual task of starting up the container.

See Also:
Container.startUp()


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