ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface ForeignJNDIObjectMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
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 name) |
Sets the value of the LocalJNDIName attribute.
|
void |
setRemoteJNDIName(java.lang.String name) |
Sets the value of the RemoteJNDIName attribute.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
void setLocalJNDIName(java.lang.String name)
Sets the value of the LocalJNDIName attribute.
name
- The new localJNDIName valuegetLocalJNDIName()
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 setRemoteJNDIName(java.lang.String name)
Sets the value of the RemoteJNDIName attribute.
name
- The new remoteJNDIName valuegetRemoteJNDIName()
java.lang.String getRemoteJNDIName()
The name of the remote object that will be looked up in the remote JNDI directory.