FileDocCategorySizeDatePackage
ContextEjbDecorator.javaAPI DocGlassfish v2 API3001Fri May 04 22:36:04 BST 2007com.sun.enterprise.web.deploy

ContextEjbDecorator

public class ContextEjbDecorator extends org.apache.catalina.deploy.ContextEjb
Decorator of class org.apache.catalina.deploy.ContextEjb
author
Jean-Francois Arcand

Fields Summary
private com.sun.enterprise.deployment.EjbReferenceDescriptor
decoree
Constructors Summary
public ContextEjbDecorator(com.sun.enterprise.deployment.EjbReferenceDescriptor decoree)

        this.decoree = decoree;
    
Methods Summary
public java.lang.StringgetDescription()

        return decoree.getDescription();
    
public java.lang.StringgetHome()

        return decoree.getEjbHomeInterface();
    
public java.lang.StringgetLink()

        return decoree.getLinkName();
    
public java.lang.StringgetLocal()

        return decoree.getEjbInterface();
    
public java.lang.StringgetName()

        return decoree.getName();
    
public java.lang.StringgetType()

        return decoree.getType();