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 classEntityClass representing an entity ejb definition in an ejb-jar.xml descriptor.classSessionClass 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 StringVendorEjbDescriptor. 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 StringJBossXml. 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 StringOrionEjbJarXml. 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 voidWeblogicEjbJarXml. addDispatchPolicy(EjbDef ejb, String policy)Adds a dispatch policy to a ejb definition.StringWeblogicEjbJarXml. getDispatchPolicy(EjbDef ejb)Returns the dispatch policy for a given ejb.StringWeblogicEjbJarXml. 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 StringIbmEjbJarBndXmi. getJndiName(EjbDef ejb)Returns the jndi name for an EJB.
-