org.codehaus.cargo.container.jboss.internal
Interface JBoss5xInstalledLocalContainer

All Superinterfaces:
Container, InstalledLocalContainer, JBossInstalledLocalContainer, LocalContainer, Loggable, RunnableContainer, SpawnedContainer
All Known Implementing Classes:
AbstractJBoss5xInstalledLocalContainer, JBoss5xInstalledLocalContainer

public interface JBoss5xInstalledLocalContainer
extends JBossInstalledLocalContainer

The JBoss5x container implementation must implement this interface which provides JBoss5x specifics elements.

Version:
$Id: JBoss5xInstalledLocalContainer.java 1843 2008-12-10 17:15:32Z mwringe $

Method Summary
 String getCommonLibDir()
          Return the location of the common lib directory.
 String getDeployersDir(String configurationName)
           
 
Methods inherited from interface org.codehaus.cargo.container.jboss.internal.JBossInstalledLocalContainer
getConfDir, getDeployDir, getLibDir
 
Methods inherited from interface org.codehaus.cargo.container.InstalledLocalContainer
getHome, setHome
 
Methods inherited from interface org.codehaus.cargo.container.LocalContainer
getConfiguration, getFileHandler, setConfiguration, setFileHandler
 
Methods inherited from interface org.codehaus.cargo.container.Container
getCapability, getId, getName, getState, getType
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 
Methods inherited from interface org.codehaus.cargo.container.internal.RunnableContainer
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop
 
Methods inherited from interface org.codehaus.cargo.container.internal.SpawnedContainer
addExtraClasspath, addSharedClasspath, getExtraClasspath, getSharedClasspath, getSystemProperties, setExtraClasspath, setSharedClasspath, setSystemProperties
 

Method Detail

getDeployersDir

String getDeployersDir(String configurationName)
Parameters:
configurationName - the JBoss server configuration name for which to return the deployer dir.
Returns:
The deployer directory located under the container's home installation directory

getCommonLibDir

String getCommonLibDir()
Return the location of the common lib directory.

Returns:
The common lib directory located under the container's home installation directory


Copyright © 2004-2012 Codehaus. All Rights Reserved.