org.apache.catalina.deploy

Class ContextEjb

Implemented Interfaces:
Serializable

public class ContextEjb
extends java.lang.Object
implements Serializable

Representation of an EJB resource reference for a web application, as represented in a <ejb-ref> element in the deployment descriptor.

Version:
$Revision: 1.4 $ $Date: 2004/05/13 20:40:49 $

Author:
Craig R. McClanahan

Field Summary

protected NamingResources
resources
The NamingResources with which we are associated (if any).

Method Summary

String
getDescription()
String
getHome()
String
getLink()
String
getName()
NamingResources
getNamingResources()
String
getRemote()
String
getType()
void
setDescription(String description)
void
setHome(String home)
void
setLink(String link)
void
setName(String name)
void
setRemote(String remote)
void
setType(String type)
String
toString()
Return a String representation of this object.

Field Details

resources

protected NamingResources resources
The NamingResources with which we are associated (if any).

Method Details

getDescription

public String getDescription()


getHome

public String getHome()


getLink

public String getLink()


getName

public String getName()


getNamingResources

public NamingResources getNamingResources()


getRemote

public String getRemote()


getType

public String getType()


setDescription

public void setDescription(String description)


setHome

public void setHome(String home)


setLink

public void setLink(String link)


setName

public void setName(String name)


setRemote

public void setRemote(String remote)


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.