javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
WLDFAccessRuntimeMBean
, WLDFPartitionAccessRuntimeMBean
public interface AccessRuntimeMBean extends RuntimeMBean
Use this interface to access the different types of diagnostic data generated by a server.
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SINGLETON_NAME |
The short name of the singleton runtime MBean available on
each Managed Server.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getAvailableDiagnosticDataAccessorNames() |
The logical names of the available diagnostic data access
runtime instances.
|
DataAccessRuntimeMBean[] |
getDataAccessRuntimes() |
An array containing all known instances of the
DataAccessRuntimeMBean MBeans on this server.
|
DataAccessRuntimeMBean |
lookupDataAccessRuntime(java.lang.String logicalName) |
An instance of a WLDFDataAccessMBean defined by its logical name.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
static final java.lang.String SINGLETON_NAME
The short name of the singleton runtime MBean available on each Managed Server.
java.lang.String[] getAvailableDiagnosticDataAccessorNames() throws ManagementException
The logical names of the available diagnostic data access runtime instances.
ManagementException
DataAccessRuntimeMBean lookupDataAccessRuntime(java.lang.String logicalName) throws ManagementException
An instance of a WLDFDataAccessMBean defined by its logical name. The name is constructed from the specific type of log data requested.
logicalName
- ManagementException
DataAccessRuntimeMBean[] getDataAccessRuntimes() throws ManagementException
An array containing all known instances of the DataAccessRuntimeMBean MBeans on this server.
ManagementException