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

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.Orion1xContainer
All Implemented Interfaces:
Container

public class Orion1xContainer
extends AbstractOrionContainer

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

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

Constructor Summary
Orion1xContainer()
           
 
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, getToDir, isEnabled, isExcluded, setAntTaskFactory, setDeployableFile, setIf, setLog, 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

Orion1xContainer

public Orion1xContainer()
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.