public interface ForeignJNDILinkMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalJNDIName()
The local JNDI name.
|
java.lang.String |
getRemoteJNDIName()
The foreign JNDI name.
|
void |
setLocalJNDIName(java.lang.String local)
The local JNDI name.
|
void |
setRemoteJNDIName(java.lang.String remote)
The remote JNDI name.
|
addTag, freezeCurrentValue, getComments, getId, getInheritedProperties, getName, getNotes, getTags, isDefaultedMBean, isDynamicallyCreated, isInherited, isPersistenceEnabled, isSet, removeTag, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, setTags, touch, unSet
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
java.lang.String getLocalJNDIName()
The local JNDI name.
void setLocalJNDIName(java.lang.String local) throws javax.management.InvalidAttributeValueException
The local JNDI name.
local
- JNDI namejavax.management.InvalidAttributeValueException
java.lang.String getRemoteJNDIName()
The foreign JNDI name.
void setRemoteJNDIName(java.lang.String remote) throws javax.management.InvalidAttributeValueException
The remote JNDI name.
remote
- JNDI namejavax.management.InvalidAttributeValueException