com.sun.management.oss.impl.pm.opstatus
Class PmQueryValueImpl

java.lang.Object
  extended bycom.sun.management.oss.impl.AttributeAccessImpl
      extended bycom.sun.management.oss.impl.QueryValueImpl
          extended bycom.sun.management.oss.impl.pm.opstatus.PmQueryValueImpl
All Implemented Interfaces:
AttributeAccess, java.lang.Cloneable, QueryValue, java.io.Serializable, SerializerFactory
Direct Known Subclasses:
QueryOperationalStatusMonitorValueImpl

public abstract class PmQueryValueImpl
extends QueryValueImpl

Title: Description: Copyright: Copyright (c) 2002 Company:

Version:
1.0
See Also:
Serialized Form

Constructor Summary
PmQueryValueImpl()
           
 
Method Summary
 java.lang.String[] getSupportedSerializerTypes()
          Return all the serializer types than can be created by this factory.
 Serializer makeSerializer(java.lang.String serializerType)
          Manufacture a Serializer for the object type inheriting the interface.
 
Methods inherited from class com.sun.management.oss.impl.AttributeAccessImpl
clone, getAllPopulatedAttributes, getAttributeNames, getAttributeValue, getAttributeValues, getPopulatedAttributeNames, getSupportedOptionalAttributeNames, 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.QueryValue
clone
 
Methods inherited from interface com.sun.management.oss.AttributeAccess
getAllPopulatedAttributes, getAttributeNames, getAttributeValue, getAttributeValues, getPopulatedAttributeNames, getSupportedOptionalAttributeNames, isFullyPopulated, isPopulated, setAttributeValue, setAttributeValues, unpopulateAllAttributes, unpopulateAttribute
 

Constructor Detail

PmQueryValueImpl

public PmQueryValueImpl()
Method Detail

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
Overrides:
getSupportedSerializerTypes in class AttributeAccessImpl

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
Overrides:
makeSerializer in class AttributeAccessImpl
Throws:
java.lang.IllegalArgumentException