Uses of Class
org.apache.catalina.deploy.ContextLocalEjb
-
Packages that use ContextLocalEjb 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 ContextLocalEjb in com.sun.enterprise.web.deploy
Subclasses of ContextLocalEjb in com.sun.enterprise.web.deploy Modifier and Type Class Description classContextLocalEjbDecoratorDecorator of classorg.apache.catalina.deploy.ContextLocalEjb -
Uses of ContextLocalEjb in org.apache.catalina
Methods in org.apache.catalina that return ContextLocalEjb Modifier and Type Method Description ContextLocalEjbContext. findLocalEjb(String name)Return the local EJB resource reference with the specified name, if any; otherwise, returnnull.ContextLocalEjb[]Context. findLocalEjbs()Return the defined local EJB resource references for this application.Methods in org.apache.catalina with parameters of type ContextLocalEjb Modifier and Type Method Description voidContext. addLocalEjb(ContextLocalEjb ejb)Add a local EJB resource reference for this web application. -
Uses of ContextLocalEjb in org.apache.catalina.core
Methods in org.apache.catalina.core that return ContextLocalEjb Modifier and Type Method Description ContextLocalEjbStandardContext. findLocalEjb(String name)Return the local EJB resource reference with the specified name, if any; otherwise, returnnull.ContextLocalEjb[]StandardContext. findLocalEjbs()Return the defined local EJB resource references for this application.Methods in org.apache.catalina.core with parameters of type ContextLocalEjb Modifier and Type Method Description voidNamingContextListener. addLocalEjb(ContextLocalEjb localEjb)Set the specified local EJBs in the naming context.voidStandardContext. addLocalEjb(ContextLocalEjb ejb)Add a local EJB resource reference for this web application. -
Uses of ContextLocalEjb in org.apache.catalina.deploy
Methods in org.apache.catalina.deploy that return ContextLocalEjb Modifier and Type Method Description ContextLocalEjbNamingResources. findLocalEjb(String name)Return the local EJB resource reference with the specified name, if any; otherwise, returnnull.ContextLocalEjb[]NamingResources. findLocalEjbs()Return the defined local EJB resource references for this application.Methods in org.apache.catalina.deploy with parameters of type ContextLocalEjb Modifier and Type Method Description voidNamingResources. addLocalEjb(ContextLocalEjb ejb)Add a local EJB resource reference for this web application.
-