Package com.sun.enterprise.web.deploy
Class ContextEjbDecorator
- java.lang.Object
-
- org.apache.catalina.deploy.ResourceBase
-
- org.apache.catalina.deploy.ContextEjb
-
- com.sun.enterprise.web.deploy.ContextEjbDecorator
-
- All Implemented Interfaces:
Serializable
public class ContextEjbDecorator extends ContextEjb
Decorator of classorg.apache.catalina.deploy.ContextEjb- 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 ContextEjbDecorator(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.ContextEjb
getRemote, setDescription, setHome, setLink, setName, setRemote, setType, toString
-
Methods inherited from class org.apache.catalina.deploy.ResourceBase
getNamingResources, getProperty, listProperties, removeProperty, setProperty
-
-
-
-
Constructor Detail
-
ContextEjbDecorator
public ContextEjbDecorator(EjbReferenceDescriptor decoree)
-
-
Method Detail
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classContextEjb
-
getHome
public String getHome()
- Overrides:
getHomein classContextEjb
-
getLink
public String getLink()
- Overrides:
getLinkin classContextEjb
-
getLocal
public String getLocal()
-
getName
public String getName()
- Overrides:
getNamein classContextEjb
-
getType
public String getType()
- Overrides:
getTypein classContextEjb
-
-