public class EJBReferenceMetaData extends AbstractEJBReferenceMetaData
| Constructor and Description |
|---|
EJBReferenceMetaData()
Create a new EJBReferenceMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInvokerBinding(String invokerProxyBindingName,
String jndiName)
Deprecated.
|
String |
getHome()
Get the home.
|
String |
getInvokerBinding(String invokerProxyBindingName)
Deprecated.
|
String |
getRemote()
Get the remote.
|
void |
setHome(String home)
Set the home.
|
void |
setRemote(String remote)
Set the remote.
|
String |
toString() |
getEjbRefName, getEjbRefType, getLink, getType, setEjbRefName, setEjbRefType, setLinkgetDescriptions, setDescriptionsgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNameequals, getKey, hashCode, setNameclone, getId, setIdpublic EJBReferenceMetaData()
public String getHome()
public void setHome(String home)
home - the home.IllegalArgumentException - for a null homepublic String getRemote()
public void setRemote(String remote)
remote - the remote.IllegalArgumentException - for a null remote@Deprecated public String getInvokerBinding(String invokerProxyBindingName)
invokerProxyBindingName - @Deprecated public void addInvokerBinding(String invokerProxyBindingName, String jndiName)
invokerProxyBindingName - the invoker proxy binding namejndiName - the jndi namepublic String toString()
toString in class NamedMetaDataCopyright © 2017 JBoss by Red Hat. All rights reserved.