|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.management.oss.impl.AttributeAccessImpl
com.sun.management.oss.impl.util.IRPEventImpl
com.sun.management.oss.impl.pm.measurement.PmIRPEventImpl
com.sun.management.oss.impl.pm.measurement.PerformanceDataAvailableEventImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
Field Summary |
Fields inherited from interface com.sun.management.oss.pm.measurement.PerformanceDataAvailableEvent |
REPORT_INFO |
Fields inherited from interface com.sun.management.oss.util.IRPEvent |
APPLICATION_DN, EVENT_TIME, MANAGED_OBJECT_CLASS, MANAGED_OBJECT_INSTANCE, NOTIFICATION_ID |
Constructor Summary | |
PerformanceDataAvailableEventImpl()
|
Method Summary | |
ReportInfo |
getReportInformation()
Gets information about the report. |
ReportInfo |
makeReportInformation()
Creates a new instance of the ReportInfo interface. |
void |
setReportInformation(ReportInfo info)
Sets information about the report. |
Methods inherited from class com.sun.management.oss.impl.pm.measurement.PmIRPEventImpl |
getSupportedSerializerTypes, makeSerializer |
Methods inherited from class com.sun.management.oss.impl.util.IRPEventImpl |
getApplicationDN, getEventTime, getManagedObjectClass, getManagedObjectInstance, getNotificationId, getSupportedOptionalAttributeNames, setApplicationDN, setEventTime, setManagedObjectClass, setManagedObjectInstance, setNotificationId |
Methods inherited from class com.sun.management.oss.impl.AttributeAccessImpl |
clone, getAllPopulatedAttributes, getAttributeNames, getAttributeValue, getAttributeValues, getPopulatedAttributeNames, isFullyPopulated, isPopulated, setAttributeValue, setAttributeValues, unpopulateAllAttributes, unpopulateAttribute |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.management.oss.util.IRPEvent |
getManagedObjectClass, getManagedObjectInstance, getNotificationId, setManagedObjectClass, setManagedObjectInstance, setNotificationId |
Methods inherited from interface com.sun.management.oss.Event |
clone, getApplicationDN, getEventTime, setApplicationDN, setEventTime |
Methods inherited from interface com.sun.management.oss.SerializerFactory |
getSupportedSerializerTypes, makeSerializer |
Methods inherited from interface com.sun.management.oss.AttributeAccess |
getAllPopulatedAttributes, getAttributeNames, getAttributeValue, getAttributeValues, getPopulatedAttributeNames, getSupportedOptionalAttributeNames, isFullyPopulated, isPopulated, setAttributeValue, setAttributeValues, unpopulateAllAttributes, unpopulateAttribute |
Constructor Detail |
public PerformanceDataAvailableEventImpl()
Method Detail |
public ReportInfo getReportInformation() throws java.lang.IllegalStateException
PerformanceDataAvailableEvent
The report information contains all information that is needed to retrieve measurement report data.
getReportInformation
in interface PerformanceDataAvailableEvent
java.lang.IllegalStateException
- Is thrown if the attribute is supported,
and the attribute has not been populated.PerformanceDataAvailableEvent.setReportInformation(com.sun.management.oss.pm.measurement.ReportInfo)
public ReportInfo makeReportInformation()
PerformanceDataAvailableEvent
makeReportInformation
in interface PerformanceDataAvailableEvent
public void setReportInformation(ReportInfo info) throws java.lang.IllegalArgumentException
PerformanceDataAvailableEvent
The report information shall contains all information that is needed to retrieve measurement report data.
setReportInformation
in interface PerformanceDataAvailableEvent
info
- a ReportInfo object specifying the report information value
java.lang.IllegalArgumentException
- Is thrown to report that
a bad argument was provided to the method.PerformanceDataAvailableEvent.getReportInformation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |