public class ContextLocalEjb extends ResourceBase
<ejb-local-ref> element in the
deployment descriptor.resources| Constructor and Description |
|---|
ContextLocalEjb() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getHome() |
String |
getLink() |
String |
getLocal() |
String |
getName() |
String |
getType() |
void |
setDescription(String description) |
void |
setHome(String home) |
void |
setLink(String link) |
void |
setLocal(String local) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString()
Return a String representation of this object.
|
getNamingResources, getProperty, listProperties, removeProperty, setPropertypublic String getDescription()
getDescription in class ResourceBasepublic void setDescription(String description)
setDescription in class ResourceBasepublic String getHome()
public void setHome(String home)
public String getLink()
public void setLink(String link)
public String getLocal()
public void setLocal(String local)
public String getName()
getName in class ResourceBasepublic void setName(String name)
setName in class ResourceBasepublic String getType()
getType in class ResourceBasepublic void setType(String type)
setType in class ResourceBaseCopyright © 2017. All rights reserved.