org.codehaus.cargo.module.ejb
Class Session

java.lang.Object
  extended byorg.codehaus.cargo.module.ejb.EjbDef
      extended byorg.codehaus.cargo.module.ejb.Session

public class Session
extends EjbDef

Class representing a session ejb definition in an ejb-jar.xml descriptor.

Version:
$Id: Session.java 307 2005-03-18 09:14:58Z vmassol $

Constructor Summary
Session()
           
 
Methods inherited from class org.codehaus.cargo.module.ejb.EjbDef
getId, getLocal, getLocalHome, getName, setId, setLocal, setLocalHome, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session()


Copyright © 2004-2008 Codehaus. All Rights Reserved.