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