AccessRuntimeMBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
WLDFPartitionAccessRuntimeMBean
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 | 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, lookupDataAccessRuntime
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
WLDFDataAccessRuntimeMBean 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
- ManagementException
WLDFDataAccessRuntimeMBean[] getWLDFDataAccessRuntimes() throws ManagementException
An array containing all known instances of the WLDFDataAccessRuntimeMBean MBeans on this server.
ManagementException