Method Summary |
|
public void | addEjb(ContextEjb ejb) Add an EJB resource reference for this web application. |
public void | addEnvironment(ContextEnvironment environment) Add an environment entry for this web application. |
public void | addLocalEjb(ContextLocalEjb ejb) Add a local EJB resource reference for this web application. |
public void | addPropertyChangeListener(PropertyChangeListener listener) Add a property change listener to this component. |
public void | addResource(ContextResource resource) Add a resource reference for this web application. |
public void | addResourceEnvRef(String name, String type) Add a resource environment reference for this web application. |
public void | addResourceLink(ContextResourceLink resourceLink) Add a resource link for this web application. |
public void | addResourceParams(ResourceParams resourceParameters) Add resource parameters for this web application. |
public boolean | exists(String name) Return true if the name specified already exists. |
public ContextEjb | findEjb(String name) Return the EJB resource reference with the specified name, if any;
otherwise, return null . |
public ContextEjb[] | findEjbs() Return the defined EJB resource references for this application. |
public ContextEnvironment | findEnvironment(String name) Return the environment entry with the specified name, if any;
otherwise, return null . |
public ContextEnvironment[] | findEnvironments() Return the set of defined environment entries for this web
application. |
public ContextLocalEjb | findLocalEjb(String name) Return the local EJB resource reference with the specified name, if any;
otherwise, return null . |
public ContextLocalEjb[] | findLocalEjbs() Return the defined local EJB resource references for this application. |
public ContextResource | findResource(String name) Return the resource reference with the specified name, if any;
otherwise return null . |
public String | findResourceEnvRef(String name) Return the resource environment reference type for the specified
name, if any; otherwise return null . |
public String[] | findResourceEnvRefs() Return the set of resource environment reference names for this
web application. |
public ContextResourceLink | findResourceLink(String name) Return the resource link with the specified name, if any;
otherwise return null . |
public ContextResourceLink[] | findResourceLinks() Return the defined resource links for this application. |
public ResourceParams | findResourceParams(String name) Return the resource parameters with the specified name, if any;
otherwise return null . |
public ResourceParams[] | findResourceParams() Return the resource parameters with the specified name, if any;
otherwise return null . |
public ContextResource[] | findResources() Return the defined resource references for this application. |
public Object | getContainer() Get the container with which the naming resources are associated. |
public void | removeEjb(String name) Remove any EJB resource reference with the specified name. |
public void | removeEnvironment(String name) Remove any environment entry with the specified name. |
public void | removeLocalEjb(String name) Remove any local EJB resource reference with the specified name. |
public void | removePropertyChangeListener(PropertyChangeListener listener) Remove a property change listener from this component. |
public void | removeResource(String name) Remove any resource reference with the specified name. |
public void | removeResourceEnvRef(String name) Remove any resource environment reference with the specified name. |
public void | removeResourceLink(String name) Remove any resource link with the specified name. |
public void | removeResourceParams(String name) Remove any resource parameters with the specified name. |
public void | setContainer(Object container) Set the container with which the naming resources are associated. |