AccessRuntimeMBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanWLDFPartitionAccessRuntimeMBeanpublic interface WLDFAccessRuntimeMBean extends AccessRuntimeMBean
Use this interface to access the different types of diagnostic data generated by a server.
SINGLETON_NAME| Modifier and Type | Method | Description | 
|---|---|---|
WLDFDataAccessRuntimeMBean[] | 
getWLDFDataAccessRuntimes() | 
 An array containing all known instances of the
 WLDFDataAccessRuntimeMBean MBeans on this server. 
 | 
WLDFDataAccessRuntimeMBean | 
lookupWLDFDataAccessRuntime(java.lang.String logicalName) | 
 An instance of a WLDFDataAccessMBean defined by its logical name. 
 | 
getAvailableDiagnosticDataAccessorNames, getDataAccessRuntimes, lookupDataAccessRuntimegetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentWLDFDataAccessRuntimeMBean lookupWLDFDataAccessRuntime(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 - ManagementExceptionWLDFDataAccessRuntimeMBean[] getWLDFDataAccessRuntimes() throws ManagementException
An array containing all known instances of the WLDFDataAccessRuntimeMBean MBeans on this server.
ManagementException