org.apache.catalina.deploy

Class ContextEjb

public class ContextEjb extends ResourceBase 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: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan Peter Rossbach (pero@apache.org)

Method Summary
StringgetHome()
StringgetLink()
StringgetRemote()
voidsetHome(String home)
voidsetLink(String link)
voidsetRemote(String remote)
StringtoString()
Return a String representation of this object.

Method Detail

getHome

public String getHome()

getLink

public String getLink()

getRemote

public String getRemote()

setHome

public void setHome(String home)

setLink

public void setLink(String link)

setRemote

public void setRemote(String remote)

toString

public String toString()
Return a String representation of this object.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.