| 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). |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextLocalEjbDecorator
Decorator of class
org.apache.catalina.deploy.ContextLocalEjb |
| Modifier and Type | Method and Description |
|---|---|
ContextLocalEjb |
Context.findLocalEjb(String name)
Return the local EJB resource reference with the specified name, if any;
otherwise, return
null. |
ContextLocalEjb[] |
Context.findLocalEjbs()
Return the defined local EJB resource references for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addLocalEjb(ContextLocalEjb ejb)
Add a local EJB resource reference for this web application.
|
| Modifier and Type | Method and Description |
|---|---|
ContextLocalEjb |
StandardContext.findLocalEjb(String name)
Return the local EJB resource reference with the specified name, if any;
otherwise, return
null. |
ContextLocalEjb[] |
StandardContext.findLocalEjbs()
Return the defined local EJB resource references for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingContextListener.addLocalEjb(ContextLocalEjb localEjb)
Set the specified local EJBs in the naming context.
|
void |
StandardContext.addLocalEjb(ContextLocalEjb ejb)
Add a local EJB resource reference for this web application.
|
| Modifier and Type | Method and Description |
|---|---|
ContextLocalEjb |
NamingResources.findLocalEjb(String name)
Return the local EJB resource reference with the specified name, if any;
otherwise, return
null. |
ContextLocalEjb[] |
NamingResources.findLocalEjbs()
Return the defined local EJB resource references for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingResources.addLocalEjb(ContextLocalEjb ejb)
Add a local EJB resource reference for this web application.
|
Copyright © 2017. All rights reserved.