Package | Description |
---|---|
org.codehaus.cargo.module.ejb | |
org.codehaus.cargo.module.ejb.orion | |
org.codehaus.cargo.module.ejb.weblogic | |
org.codehaus.cargo.module.ejb.websphere |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
VendorEjbDescriptor.getJndiName(EjbDef ejb)
Returns the jndi name for an EJB.
|
Modifier and Type | Method and Description |
---|---|
String |
OrionEjbJarXml.getJndiName(EjbDef ejb)
Returns the jndi name for an EJB.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
IbmEjbJarBndXmi.getJndiName(EjbDef ejb)
Returns the jndi name for an EJB.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.