com.sun.management.oss.impl.pm.measurement
Class PerformanceMonitorKeyResultImpl
java.lang.Object
   com.sun.management.oss.impl.ManagedEntityKeyResultImpl
com.sun.management.oss.impl.ManagedEntityKeyResultImpl
       com.sun.management.oss.impl.pm.measurement.PerformanceMonitorKeyResultImpl
com.sun.management.oss.impl.pm.measurement.PerformanceMonitorKeyResultImpl
- All Implemented Interfaces: 
- ManagedEntityKeyResult, PerformanceMonitorKeyResult, java.io.Serializable, SerializerFactory
- public class PerformanceMonitorKeyResultImpl- extends ManagedEntityKeyResultImpl- implements PerformanceMonitorKeyResult
Title:        com.ericsson.oss
 Description:
 Copyright:    Copyright 2001 Ericsson Radio Systems AB
 Company:      Ericsson Radio Systems AB
- Version:
- 1.0
- Author:
- Andreas Jirven, Anna Eriksson, Ali Feizabadi, Katarina Wahlstr?m, Hooman Tahamtani
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
PerformanceMonitorKeyResultImpl
public PerformanceMonitorKeyResultImpl()
getPerformanceMonitorKey
public PerformanceMonitorKey getPerformanceMonitorKey()
- Description copied from interface: PerformanceMonitorKeyResult
- Returns the primary key of the measurement job.
 
- 
- Specified by:
- getPerformanceMonitorKeyin interface- PerformanceMonitorKeyResult
 
- 
- Returns:
- PerformanceMonitorKey The primary key of the measurement job.
 
getSupportedSerializerTypes
public java.lang.String[] getSupportedSerializerTypes()
- Description copied from interface: SerializerFactory
- Return all the serializer types than can be created by this factory.
 This may return an empty array, in case no serializer is
 implemented.
 
- 
- Specified by:
- getSupportedSerializerTypesin interface- SerializerFactory
 
- 
- Returns:
- an array of supported serializer types.
 
makeSerializer
public Serializer makeSerializer(java.lang.String serializerType)
                          throws java.lang.IllegalArgumentException
- Description copied from interface: SerializerFactory
- Manufacture a Serializer for the object type inheriting
 the interface.
 
- 
- Specified by:
- makeSerializerin interface- SerializerFactory
 
- 
- Parameters:
- serializerType- the class name of the serializer interface that must
  be created. For example- XmlSerializer.getClass().getName()
- Returns:
- a serializer matching the serializer type .
- Throws:
- java.lang.IllegalArgumentException- if no serializer can be created matching
 the provided Serializer Type.