NamedEntityBean
, SettableBean
ForeignConnectionFactoryBean
, ForeignDestinationBean
public interface ForeignJNDIObjectBean extends NamedEntityBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getLocalJNDIName() |
The name that the remote object will be bound to in the local server's JNDI tree.
|
java.lang.String |
getRemoteJNDIName() |
The name of the remote object that will be looked up in the remote JNDI directory.
|
void |
setLocalJNDIName(java.lang.String localJNDIName) |
Sets the value of the LocalJNDIName attribute.
|
void |
setRemoteJNDIName(java.lang.String remoteJNDIName) |
Sets the value of the RemoteJNDIName attribute.
|
java.lang.String getLocalJNDIName()
The name that the remote object will be bound to in the local server's JNDI tree. This is the name that should be used to look up the object on the local server.
void setLocalJNDIName(java.lang.String localJNDIName) throws java.lang.IllegalArgumentException
Sets the value of the LocalJNDIName attribute.
localJNDIName
- The name clients local to this domain will lookupjava.lang.IllegalArgumentException
getLocalJNDIName()
java.lang.String getRemoteJNDIName()
The name of the remote object that will be looked up in the remote JNDI directory.
void setRemoteJNDIName(java.lang.String remoteJNDIName) throws java.lang.IllegalArgumentException
Sets the value of the RemoteJNDIName attribute.
remoteJNDIName
- The name of the entity in the remote naming contextjava.lang.IllegalArgumentException
getRemoteJNDIName()