org.codehaus.cargo.container.geronimo.deployable
Class GeronimoEJB

java.lang.Object
  extended by org.codehaus.cargo.util.log.LoggedObject
      extended by org.codehaus.cargo.container.spi.deployable.AbstractDeployable
          extended by org.codehaus.cargo.container.deployable.EJB
              extended by 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 $

Constructor Summary
GeronimoEJB(java.lang.String ejb)
           
 
Method Summary
 java.lang.String getPlan()
          
 void setPlan(java.lang.String plan)
          
 
Methods inherited from class org.codehaus.cargo.container.deployable.EJB
getType
 
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
getFile, getFileHandler, isExpanded, setFileHandler
 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.cargo.container.deployable.Deployable
getFile, getType, isExpanded
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Constructor Detail

GeronimoEJB

public GeronimoEJB(java.lang.String ejb)
Parameters:
ejb - the location of the EJB being wrapped
Method Detail

setPlan

public void setPlan(java.lang.String plan)

Specified by:
setPlan in interface GeronimoDeployable
Parameters:
plan - path to the Geronimo plan
See Also:
GeronimoDeployable.setPlan(String)

getPlan

public java.lang.String getPlan()

Specified by:
getPlan in interface GeronimoDeployable
Returns:
the plan path
See Also:
GeronimoDeployable.getPlan()


Copyright © 2004-2011 Codehaus. All Rights Reserved.