| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sun.management.oss.impl.pm.opstatus.CurrentResultReportImpl
Title: com.ericsson.oss Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson Radio Systems AB
| Constructor Summary | |
| CurrentResultReportImpl() | |
| CurrentResultReportImpl(ReportInfo reportInformation,
                        ReportData reportData) | |
| Method Summary | |
|  java.lang.Object | clone()Deep copy of this CurrentResultReport. | 
|  ReportData | getReportData()Gets data for the current measurement result report. | 
|  ReportInfo | getReportInformation()Gets information about the current measurement result report. | 
|  java.lang.String[] | getSupportedSerializerTypes()Return all the serializer types than can be created by this factory. | 
|  boolean | isDataType()Indicates if the current measurement result is of data type. | 
|  boolean | isURLType()Indicates if the current measurement result is of URL type. | 
|  Serializer | makeSerializer(java.lang.String serializerType)Manufacture a Serializer for the object type inheriting the interface. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CurrentResultReportImpl()
public CurrentResultReportImpl(ReportInfo reportInformation,
                               ReportData reportData)
| Method Detail | 
public java.lang.Object clone()
CurrentResultReport
clone in interface CurrentResultReportpublic boolean isURLType()
CurrentResultReport
 If this operation returns true, then the location of current measurement result 
 can be retrived by calling the getReportInformation() operation.
isURLType in interface CurrentResultReportpublic boolean isDataType()
CurrentResultReport
 If this operation returns true, then the current measurement result can be 
 retrived by calling the getReportData() operation.
isDataType in interface CurrentResultReport
public ReportInfo getReportInformation()
                                throws java.lang.IllegalStateException
CurrentResultReportThe current measurement result report information contains all information that is needed to retrieve the current measurement report data.
getReportInformation in interface CurrentResultReportjava.lang.IllegalStateException - Is raised if isURLType() == false.
public ReportData getReportData()
                         throws java.lang.IllegalStateException
CurrentResultReport
getReportData in interface CurrentResultReportjava.lang.IllegalStateException - Is raised if isDataType() == false.public java.lang.String[] getSupportedSerializerTypes()
SerializerFactory
getSupportedSerializerTypes in interface SerializerFactory
public Serializer makeSerializer(java.lang.String serializerType)
                          throws java.lang.IllegalArgumentException
SerializerFactory
makeSerializer in interface SerializerFactoryserializerType - the class name of the serializer interface that must
  be created. For example XmlSerializer.getClass().getName()
java.lang.IllegalArgumentException - if no serializer can be created matching
 the provided Serializer Type.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||