Package com.sun.enterprise.web.deploy
Class ContextLocalEjbDecorator
- java.lang.Object
-
- org.apache.catalina.deploy.ResourceBase
-
- org.apache.catalina.deploy.ContextLocalEjb
-
- com.sun.enterprise.web.deploy.ContextLocalEjbDecorator
-
- All Implemented Interfaces:
Serializable
public class ContextLocalEjbDecorator extends ContextLocalEjb
Decorator of classorg.apache.catalina.deploy.ContextLocalEjb- Author:
- Jean-Francois Arcand
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.catalina.deploy.ResourceBase
resources
-
-
Constructor Summary
Constructors Constructor Description ContextLocalEjbDecorator(EjbReferenceDescriptor decoree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetHome()StringgetLink()StringgetLocal()StringgetName()StringgetType()-
Methods inherited from class org.apache.catalina.deploy.ContextLocalEjb
setDescription, setHome, setLink, setLocal, setName, setType, toString
-
Methods inherited from class org.apache.catalina.deploy.ResourceBase
getNamingResources, getProperty, listProperties, removeProperty, setProperty
-
-
-
-
Constructor Detail
-
ContextLocalEjbDecorator
public ContextLocalEjbDecorator(EjbReferenceDescriptor decoree)
-
-
Method Detail
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classContextLocalEjb
-
getHome
public String getHome()
- Overrides:
getHomein classContextLocalEjb
-
getLink
public String getLink()
- Overrides:
getLinkin classContextLocalEjb
-
getLocal
public String getLocal()
- Overrides:
getLocalin classContextLocalEjb
-
getName
public String getName()
- Overrides:
getNamein classContextLocalEjb
-
getType
public String getType()
- Overrides:
getTypein classContextLocalEjb
-
-