|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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. |
java.lang.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 | |
---|---|
java.lang.String |
IbmEjbJarBndXmi.getJndiName(EjbDef ejb)
Returns the jndi name for an EJB. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |