Uses of Class
org.codehaus.cargo.module.ejb.EjbDef

Packages that use EjbDef
org.codehaus.cargo.module.ejb   
org.codehaus.cargo.module.ejb.orion   
org.codehaus.cargo.module.ejb.weblogic   
org.codehaus.cargo.module.ejb.websphere   
 

Uses of EjbDef in org.codehaus.cargo.module.ejb
 

Subclasses of EjbDef in org.codehaus.cargo.module.ejb
 class Entity
          Class representing an entity ejb definition in an ejb-jar.xml descriptor.
 class Session
          Class representing a session ejb definition in an ejb-jar.xml descriptor.
 

Methods in org.codehaus.cargo.module.ejb with parameters of type EjbDef
 java.lang.String VendorEjbDescriptor.getJndiName(EjbDef ejb)
          Returns the jndi name for an EJB.
 

Uses of EjbDef in org.codehaus.cargo.module.ejb.orion
 

Methods in org.codehaus.cargo.module.ejb.orion with parameters of type EjbDef
 java.lang.String OrionEjbJarXml.getJndiName(EjbDef ejb)
          Returns the jndi name for an EJB.
 

Uses of EjbDef in org.codehaus.cargo.module.ejb.weblogic
 

Methods in org.codehaus.cargo.module.ejb.weblogic with parameters of type EjbDef
 java.lang.String WeblogicEjbJarXml.getJndiName(EjbDef ejb)
          Returns the jndi name for an EJB.
 void WeblogicEjbJarXml.addDispatchPolicy(EjbDef ejb, java.lang.String policy)
          Adds a dispatch policy to a ejb definition.
 java.lang.String WeblogicEjbJarXml.getDispatchPolicy(EjbDef ejb)
          Returns the dispatch policy for a given ejb.
 

Uses of EjbDef in org.codehaus.cargo.module.ejb.websphere
 

Methods in org.codehaus.cargo.module.ejb.websphere with parameters of type EjbDef
 java.lang.String IbmEjbJarBndXmi.getJndiName(EjbDef ejb)
          Returns the jndi name for an EJB.
 



Copyright © 2004-2007 Codehaus. All Rights Reserved.