org.apache.catalina.deploy
Class ContextLocalEjb
java.lang.Object
org.apache.catalina.deploy.ContextLocalEjb
- public final class ContextLocalEjb
- extends java.lang.Object
Representation of a local EJB resource reference for a web application, as
represented in a <ejb-local-ref>
element in the
deployment descriptor.
- Version:
- $Revision: 1.5 $ $Date: 2004/08/26 21:33:24 $
- Author:
- Craig R. McClanahan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
resources
protected NamingResources resources
- The NamingResources with which we are associated (if any).
ContextLocalEjb
public ContextLocalEjb()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getHome
public java.lang.String getHome()
setHome
public void setHome(java.lang.String home)
getLink
public java.lang.String getLink()
setLink
public void setLink(java.lang.String link)
getLocal
public java.lang.String getLocal()
setLocal
public void setLocal(java.lang.String local)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
toString
public java.lang.String toString()
- Return a String representation of this object.
getNamingResources
public NamingResources getNamingResources()
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.