Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.management.configuration
Interface CoherenceManagementClusterMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean

public interface CoherenceManagementClusterMBean
extends ConfigurationMBean

This class is used to hold JMX information about a coherence cluster in both the standalone case and WLS managed cluster case.

Access limited to the following security roles:
Deployer

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 CoherenceManagementJMXAddressMBean createCoherenceManagementJMXAddress(String name)
          Create a new CoherenceManagementJMXAddressMBean representing the specified JMX address and adds it to the list of currently existing beans.
 void destroyCoherenceManagementJMXAddress(CoherenceManagementJMXAddressMBean bean)
          Destroys the bean representing the specified JMX address and removes it from the list of currently existing beans.
 CoherenceManagementJMXAddressMBean[] getCoherenceManagementJMXAddresses()
          Returns the list of JMX Address associated with this configuration MBean.
 String getReportGroupFile()
          Get the report group file representing the superset of metrics this bean will gather.
 CoherenceManagementJMXAddressMBean lookupCoherenceManagementJMXAddress(String name)
          The bean representing the specified JMX addresses.
 void setReportGroupFile(String sReportFile)
          Set the report group file representing the superset of metrics this bean will gather.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 

Method Detail

getReportGroupFile

String getReportGroupFile()
Get the report group file representing the superset of metrics this bean will gather.

Returns:
report group file location
Default Value:
"em/coherence/report-group.xml"

setReportGroupFile

void setReportGroupFile(String sReportFile)
Set the report group file representing the superset of metrics this bean will gather.

Parameters:
sReportFile - the report group file to use

getCoherenceManagementJMXAddresses

CoherenceManagementJMXAddressMBean[] getCoherenceManagementJMXAddresses()
Returns the list of JMX Address associated with this configuration MBean.

Returns:
CoherenceManagementJMXAddressMBean object

createCoherenceManagementJMXAddress

CoherenceManagementJMXAddressMBean createCoherenceManagementJMXAddress(String name)
Create a new CoherenceManagementJMXAddressMBean representing the specified JMX address and adds it to the list of currently existing beans.

Parameters:
name - the name used to refer to the address to be created
Returns:
returns the managment addresses bean specified by name

lookupCoherenceManagementJMXAddress

CoherenceManagementJMXAddressMBean lookupCoherenceManagementJMXAddress(String name)
The bean representing the specified JMX addresses.

Parameters:
name - the name used to refer to the address
Returns:
returns the managment addresses bean specified by name

destroyCoherenceManagementJMXAddress

void destroyCoherenceManagementJMXAddress(CoherenceManagementJMXAddressMBean bean)
Destroys the bean representing the specified JMX address and removes it from the list of currently existing beans.

Parameters:
bean - the bean to be destroyed

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02