com.sun.management.oss.impl.pm.opstatus
Class OperationalStatusMonitorKeyResultImpl
java.lang.Object
com.sun.management.oss.impl.ManagedEntityKeyResultImpl
com.sun.management.oss.impl.pm.opstatus.OperationalStatusMonitorKeyResultImpl
- All Implemented Interfaces:
- ManagedEntityKeyResult, OperationalStatusMonitorKeyResult, java.io.Serializable, SerializerFactory
- public class OperationalStatusMonitorKeyResultImpl
- extends ManagedEntityKeyResultImpl
- implements OperationalStatusMonitorKeyResult
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 |
OperationalStatusMonitorKeyResultImpl
public OperationalStatusMonitorKeyResultImpl()
getOperationalStatusMonitorKey
public OperationalStatusMonitorKey getOperationalStatusMonitorKey()
- Description copied from interface:
OperationalStatusMonitorKeyResult
- Returns the primary key of the measurement job.
- Specified by:
getOperationalStatusMonitorKey
in interface OperationalStatusMonitorKeyResult
- Returns:
- OperationalStatusMonitorKey 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:
getSupportedSerializerTypes
in 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:
makeSerializer
in 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.