org.codehaus.cargo.container.geronimo.deployable
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.
- Version:
- $Id: GeronimoEJB.java 1160 2006-07-30 20:15:34Z vmassol $
Methods inherited from class org.codehaus.cargo.container.deployable.EJB |
getType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoEJB
public GeronimoEJB(String ejb)
- Parameters:
ejb
- the location of the EJB being wrapped
setPlan
public void setPlan(String plan)
-
- Specified by:
setPlan
in interface GeronimoDeployable
- Parameters:
plan
- path to the Geronimo plan- See Also:
GeronimoDeployable.setPlan(String)
getPlan
public String getPlan()
-
- Specified by:
getPlan
in interface GeronimoDeployable
- Returns:
- the plan path
- See Also:
GeronimoDeployable.getPlan()
Copyright © 2004-2012 Codehaus. All Rights Reserved.