javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanWLDFAccessRuntimeMBean, WLDFPartitionAccessRuntimeMBeanpublic 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, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentstatic 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.
ManagementExceptionDataAccessRuntimeMBean 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 - ManagementExceptionDataAccessRuntimeMBean[] getDataAccessRuntimes() throws ManagementException
An array containing all known instances of the DataAccessRuntimeMBean MBeans on this server.
ManagementException