org.apache.catalina.deploy

Class ContextLocalEjb

public class ContextLocalEjb extends ResourceBase implements Serializable

Representation of a local EJB resource reference for a web application, as represented in a <ejb-local-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()
StringgetLocal()
voidsetHome(String home)
voidsetLink(String link)
voidsetLocal(String local)
StringtoString()
Return a String representation of this object.

Method Detail

getHome

public String getHome()

getLink

public String getLink()

getLocal

public String getLocal()

setHome

public void setHome(String home)

setLink

public void setLink(String link)

setLocal

public void setLocal(String local)

toString

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