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, setLink
getDescriptions, setDescriptions
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName
equals, getKey, hashCode, setName
clone, getId, setId
public 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 NamedMetaData
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.