Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.container.jboss » [javadoc | source]
org.apache.cactus.integration.ant.container.jboss
public class: JBoss3xContainer [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.cactus.integration.ant.container.AbstractContainer
         org.apache.cactus.integration.ant.container.AbstractJavaContainer
            org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer

All Implemented Interfaces:
    Container, Cloneable

Special container support for the JBoss application server.
Fields inherited from org.apache.cactus.integration.ant.container.AbstractContainer:
RESOURCE_PATH
Method from org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer Summary:
getJndiPort,   getName,   getPort,   getTestContext,   getTmpDir,   init,   setConfig,   setConfigDir,   setDir,   setJndiPort,   setPort,   setTmpDir,   shutDown,   startUp
Methods from org.apache.cactus.integration.ant.container.AbstractJavaContainer:
addToolsJarToClasspath,   createJavaForShutDown,   createJavaForStartUp,   createSysProperty,   createSysProperty,   createSysProperty,   getJVMArgs,   getToolsJar,   setAppend,   setJVMArgs,   setOutput
Methods from org.apache.cactus.integration.ant.container.AbstractContainer:
cleanTempDirectory,   createAntTask,   createDirectory,   createExclude,   createFilterChain,   getBaseURL,   getContainerClasspath,   getDeployableFile,   getExcludePatterns,   getLog,   getProtocol,   getServer,   getStartUpWait,   getSystemProperties,   getTestContext,   getToDir,   init,   isEnabled,   isExcluded,   setAntTaskFactory,   setContainerClasspath,   setDeployableFile,   setIf,   setLog,   setProtocol,   setServer,   setStartUpWait,   setSystemProperties,   setToDir,   setUnless,   setupTempDirectory
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.container.jboss.JBoss3xContainer Detail:
 public final int getJndiPort() 
    Returns the server JNDI port.
 public final String getName() 
 public final int getPort() 
 public String getTestContext() 
 protected final File getTmpDir() 
 public final  void init() 
 public final  void setConfig(String theConfig) 
    Sets the name of the server configuration to use for running the tests.
 public final  void setConfigDir(File theConfigDir) 
    Sets the location of the server configuration directory.
 public final  void setDir(File theDir) throws BuildException 
    Sets the JBoss installation directory.
 public final  void setJndiPort(int theJndiPort) 
    Specify the JNDI port to use.
 public final  void setPort(int thePort) 
    Sets the port that will be used to poll the server to verify if it is started. This is needed for the use case where the user has defined his own JBoss configuration by using the #setConfig(String) call and has defined a port other than the default one. Note: This value is not yet used to set the port to which the container will listen to. The reason is that this is hard to implement with JBoss and nobody had the courage to implement it yet...
 public final  void setTmpDir(File theTmpDir) 
    Sets the temporary directory from which the container is run.
 public final  void shutDown() 
 public final  void startUp()