public class ContextEjb extends ResourceBase
<ejb-ref> element in the
deployment descriptor.resources| Constructor and Description |
|---|
ContextEjb() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getHome() |
String |
getLink() |
String |
getName() |
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.
|
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 getName()
getName in class ResourceBasepublic void setName(String name)
setName in class ResourceBasepublic String getRemote()
public void setRemote(String remote)
public String getType()
getType in class ResourceBasepublic void setType(String type)
setType in class ResourceBaseCopyright © 2019. All rights reserved.