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

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.resin.AbstractResinContainer
                  extended byorg.apache.cactus.integration.ant.container.resin.Resin3xContainer
All Implemented Interfaces:
Container

public class Resin3xContainer
extends AbstractResinContainer

Special container support for the Caucho Resin 3.x servlet container.

Version:
$Id: Resin3xContainer.java,v 1.3 2004/02/29 10:10:42 vmassol Exp $

Constructor Summary
Resin3xContainer()
           
 
Method Summary
 java.lang.String getName()
          Returns a displayable name of the container for logging purposes.
 
Methods inherited from class org.apache.cactus.integration.ant.container.resin.AbstractResinContainer
getPort, init, setDir, setPort, setResinConf, setTmpDir, shutDown, startUp
 
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, getContainerClasspath, getExcludePatterns, getStartUpWait, getSystemProperties, getTestContext, getToDir, isEnabled, isExcluded, setAntTaskFactory, setContainerClasspath, 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

Resin3xContainer

public Resin3xContainer()
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()


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