Uses of Class
org.codehaus.cargo.module.ejb.EjbDef
-
-
Uses of EjbDef in org.codehaus.cargo.module.ejb
Subclasses of EjbDef in org.codehaus.cargo.module.ejb Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description String
IbmEjbJarBndXmi. getJndiName(EjbDef ejb)
Returns the jndi name for an EJB.
-