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

Packages that use EjbDef
org.codehaus.cargo.module.ejb   
org.codehaus.cargo.module.ejb.jboss   
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
 String VendorEjbDescriptor.getJndiName(EjbDef ejb)
          Returns the jndi name for an EJB.
 

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

Methods in org.codehaus.cargo.module.ejb.jboss with parameters of type EjbDef
 String JBossXml.getJndiName(EjbDef ejb)
          Returns the JNDI name for the ejb..
 

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

Methods in org.codehaus.cargo.module.ejb.orion with parameters of type EjbDef
 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
 void WeblogicEjbJarXml.addDispatchPolicy(EjbDef ejb, String policy)
          Adds a dispatch policy to a ejb definition.
 String WeblogicEjbJarXml.getDispatchPolicy(EjbDef ejb)
          Returns the dispatch policy for a given ejb.
 String WeblogicEjbJarXml.getJndiName(EjbDef ejb)
          Returns the jndi name for an EJB.
 

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

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



Copyright © 2004-2012 Codehaus. All Rights Reserved.