public 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 and Description |
|---|---|
WLDFDataAccessRuntimeMBean[] |
getWLDFDataAccessRuntimes()
An array containing all known instances of the
WLDFDataAccessRuntimeMBean MBeans on this server.
|
WLDFDataAccessRuntimeMBean |
lookupWLDFDataAccessRuntime(String logicalName)
An instance of a WLDFDataAccessMBean defined by its logical name.
|
getAvailableDiagnosticDataAccessorNames, getDataAccessRuntimes, lookupDataAccessRuntimeaddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerWLDFDataAccessRuntimeMBean lookupWLDFDataAccessRuntime(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