org.apache.catalina.deploy
Class ContextLocalEjb
java.lang.Object
org.apache.catalina.deploy.ContextLocalEjb
- Serializable
public class ContextLocalEjb
extends java.lang.Object
implements Serializable
Representation of a local EJB resource reference for a web application, as
represented in a <ejb-local-ref>
element in the
deployment descriptor.
Version:
- Craig R. McClanahan
resources
protected NamingResources resources
The NamingResources with which we are associated (if any).
getDescription
public String getDescription()
getHome
public String getHome()
getLink
public String getLink()
getLocal
public String getLocal()
getName
public String getName()
getType
public String getType()
setDescription
public void setDescription(String description)
setHome
public void setHome(String home)
setLink
public void setLink(String link)
setLocal
public void setLocal(String local)
setName
public void setName(String name)
setType
public void setType(String type)
toString
public String toString()
Return a String representation of this object.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.