Uses of Class
org.codehaus.cargo.module.ejb.Session
-
Packages that use Session Package Description org.codehaus.cargo.module.ejb -
-
Uses of Session in org.codehaus.cargo.module.ejb
Methods in org.codehaus.cargo.module.ejb that return Session Modifier and Type Method Description Session
EjbJarXml. getSessionEjb(String name)
Return a specific session definition.Methods in org.codehaus.cargo.module.ejb that return types with arguments of type Session Modifier and Type Method Description List<Session>
EjbJarXml. getSessionEjbs()
Returns all session ejbs in this descriptor.
-