|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Use this interface to access the different types of diagnostic data generated by a server.
| Field Summary | |
static String |
SINGLETON_NAME
The short name of the singleton runtime MBean available on each Managed Server. |
| Method Summary | |
String[] |
getAvailableDiagnosticDataAccessorNames()
The logical names of the available diagnostic data access runtime instances. |
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. |
| Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent |
| Methods inherited from interface javax.management.DynamicMBean |
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preDeregister, preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Field Detail |
public static final String SINGLETON_NAME
The short name of the singleton runtime MBean available on each Managed Server.
| Method Detail |
public String[] getAvailableDiagnosticDataAccessorNames()
throws ManagementException
The logical names of the available diagnostic data access runtime instances.
ManagementException
public WLDFDataAccessRuntimeMBean[] getWLDFDataAccessRuntimes()
throws ManagementException
An array containing all known instances of the WLDFDataAccessRuntimeMBean MBeans on this server.
ManagementException
public WLDFDataAccessRuntimeMBean 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.
ManagementException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||