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 EjbArchiveDefaultEarArchive. getEjbModule(String uri)Returns the ejb archive stored in the EAR with the specified URI.EjbArchiveEarArchive. 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 classDefaultEjbArchiveClass that encapsulates access to an EJB JAR.
-