public interface CoherenceManagementClusterMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method and Description |
---|---|
CoherenceManagementAddressProviderMBean |
createCoherenceManagementAddressProvider(java.lang.String name)
Create a new CoherenceManagementAddressProviderMBean representing the specified
address and adds it to the list of currently existing beans.
|
void |
destroyCoherenceManagementAddressProvider(CoherenceManagementAddressProviderMBean bean)
Destroys the bean representing the specified address and removes it
from the list of currently existing beans.
|
CoherenceManagementAddressProviderMBean[] |
getCoherenceManagementAddressProviders()
Returns the list of Addresses associated with this configuration MBean.
|
byte[] |
getEncryptedPassword()
Deprecated.
12.2.1.1.0
|
java.lang.String |
getPassword()
Get JMX connection password
|
byte[] |
getPasswordEncrypted()
Get JMX connection encrypted password
|
java.lang.String |
getReportGroupFile()
Get the report group file representing the superset of metrics this bean
will gather.
|
java.lang.String |
getUsername()
Get the JMX connection username
|
CoherenceManagementAddressProviderMBean |
lookupCoherenceManagementAddressProvider(java.lang.String name)
The bean representing the specified address.
|
void |
setEncryptedPassword(byte[] bytes)
Deprecated.
12.2.1.1.0
|
void |
setPassword(java.lang.String password)
Set the JMX password
|
void |
setPasswordEncrypted(byte[] bytes)
Set the JMX encrypted password
|
void |
setReportGroupFile(java.lang.String sReportFile)
Set the report group file representing the superset of metrics this bean
will gather.
|
void |
setUsername(java.lang.String username)
Set the JMX username
|
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 getUsername()
void setUsername(java.lang.String username)
username
- java.lang.String getPassword()
CoherenceManagementClusterMBean.getEncryptedPassword()
void setPassword(java.lang.String password) throws javax.management.InvalidAttributeValueException
password
- javax.management.InvalidAttributeValueException
CoherenceManagementClusterMBean.getPassword()
,
CoherenceManagementClusterMBean.setEncryptedPassword(byte[])
byte[] getPasswordEncrypted()
void setPasswordEncrypted(byte[] bytes) throws javax.management.InvalidAttributeValueException
bytes
- The new password valuejavax.management.InvalidAttributeValueException
CoherenceManagementClusterMBean.getPasswordEncrypted()
@Deprecated byte[] getEncryptedPassword()
@Deprecated void setEncryptedPassword(byte[] bytes) throws javax.management.InvalidAttributeValueException
bytes
- The new password valuejavax.management.InvalidAttributeValueException
CoherenceManagementClusterMBean.getEncryptedPassword()
java.lang.String getReportGroupFile()
void setReportGroupFile(java.lang.String sReportFile)
sReportFile
- the report group file to useCoherenceManagementAddressProviderMBean[] getCoherenceManagementAddressProviders()
CoherenceManagementAddressProviderMBean createCoherenceManagementAddressProvider(java.lang.String name)
name
- the name used to refer to the address to be createdCoherenceManagementAddressProviderMBean lookupCoherenceManagementAddressProvider(java.lang.String name)
name
- the name used to refer to the addressvoid destroyCoherenceManagementAddressProvider(CoherenceManagementAddressProviderMBean bean)
bean
- the bean to be destroyed