Class GeronimoEJB
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
- org.codehaus.cargo.container.deployable.EJB
-
- org.codehaus.cargo.container.geronimo.deployable.GeronimoEJB
-
- All Implemented Interfaces:
Deployable
,GeronimoDeployable
,Loggable
public class GeronimoEJB extends EJB implements GeronimoDeployable
Geronimo EJB deployable.
-
-
Constructor Summary
Constructors Constructor Description GeronimoEJB(String ejb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPlan(InstalledLocalContainer localContainer)
-
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
equals, getFile, getFileHandler, getFilename, getName, getVersion, hashCode, isExpanded, setFileHandler, setLogger, setVersion, toString
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.codehaus.cargo.container.deployable.Deployable
getFile, getFilename, getName, getType, getVersion, isExpanded
-
-
-
-
Constructor Detail
-
GeronimoEJB
public GeronimoEJB(String ejb)
- Parameters:
ejb
- the location of the EJB being wrapped
-
-
Method Detail
-
getPlan
public String getPlan(InstalledLocalContainer localContainer)
- Specified by:
getPlan
in interfaceGeronimoDeployable
- Parameters:
localContainer
- Local container.- Returns:
- The plan contents.
-
-