Uses of Class
org.apache.catalina.deploy.ContextEjb
-
Packages that use ContextEjb Package Description com.sun.enterprise.web.deploy org.apache.catalina org.apache.catalina.core org.apache.catalina.deploy This package contains Java objects that represent complex data structures from the web application deployment descriptor file (web.xml). -
-
Uses of ContextEjb in com.sun.enterprise.web.deploy
Subclasses of ContextEjb in com.sun.enterprise.web.deploy Modifier and Type Class Description classContextEjbDecoratorDecorator of classorg.apache.catalina.deploy.ContextEjb -
Uses of ContextEjb in org.apache.catalina
Methods in org.apache.catalina that return ContextEjb Modifier and Type Method Description ContextEjbContext. findEjb(String name)Return the EJB resource reference with the specified name, if any; otherwise, returnnull.ContextEjb[]Context. findEjbs()Return the defined EJB resource references for this application.Methods in org.apache.catalina with parameters of type ContextEjb Modifier and Type Method Description voidContext. addEjb(ContextEjb ejb)Add an EJB resource reference for this web application. -
Uses of ContextEjb in org.apache.catalina.core
Methods in org.apache.catalina.core that return ContextEjb Modifier and Type Method Description ContextEjbStandardContext. findEjb(String name)Return the EJB resource reference with the specified name, if any; otherwise, returnnull.ContextEjb[]StandardContext. findEjbs()Return the defined EJB resource references for this application.Methods in org.apache.catalina.core with parameters of type ContextEjb Modifier and Type Method Description voidNamingContextListener. addEjb(ContextEjb ejb)Set the specified EJBs in the naming context.voidStandardContext. addEjb(ContextEjb ejb)Add an EJB resource reference for this web application. -
Uses of ContextEjb in org.apache.catalina.deploy
Methods in org.apache.catalina.deploy that return ContextEjb Modifier and Type Method Description ContextEjbNamingResources. findEjb(String name)Return the EJB resource reference with the specified name, if any; otherwise, returnnull.ContextEjb[]NamingResources. findEjbs()Return the defined EJB resource references for this application.Methods in org.apache.catalina.deploy with parameters of type ContextEjb Modifier and Type Method Description voidNamingResources. addEjb(ContextEjb ejb)Add an EJB resource reference for this web application.
-