Uses of Interface
org.codehaus.cargo.module.ejb.EjbArchive
-
Packages that use EjbArchive Package Description org.codehaus.cargo.module.application org.codehaus.cargo.module.ejb -
-
Uses of EjbArchive in org.codehaus.cargo.module.application
Methods in org.codehaus.cargo.module.application that return EjbArchive Modifier and Type Method Description EjbArchive
DefaultEarArchive. getEjbModule(String uri)
Returns the ejb archive stored in the EAR with the specified URI.EjbArchive
EarArchive. getEjbModule(String uri)
Returns the ejb archive stored in the EAR with the specified URI. -
Uses of EjbArchive in org.codehaus.cargo.module.ejb
Classes in org.codehaus.cargo.module.ejb that implement EjbArchive Modifier and Type Class Description class
DefaultEjbArchive
Class that encapsulates access to an EJB JAR.
-