Class EJB
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
- org.codehaus.cargo.container.deployable.EJB
-
- All Implemented Interfaces:
Deployable
,Loggable
- Direct Known Subclasses:
GeronimoEJB
public class EJB extends AbstractDeployable
Wraps an EJB JAR file that will be deployed in the container.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployableType
getType()
-
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
-
-
-
-
Constructor Detail
-
EJB
public EJB(String ejb)
- Parameters:
ejb
- the location of the EJB being wrapped. This must point to an EJB JAR file.
-
-
Method Detail
-
getType
public DeployableType getType()
- Returns:
- the deployable's type (war, ear, etc)
-
-