com.sun.management.oss
Interface QueryValue

All Superinterfaces:
AttributeAccess, java.lang.Cloneable, java.io.Serializable, SerializerFactory
All Known Subinterfaces:
QueryByDNValue, QueryByDNValue, QueryOperationalStatusMonitorValue, QueryPerformanceMonitorValue
All Known Implementing Classes:
QueryByDNValueImpl, QueryByDNValueImpl, QueryOperationalStatusMonitorValueImpl, QueryPerformanceMonitorValueImpl, QueryValueImpl

public interface QueryValue
extends AttributeAccess, java.io.Serializable, java.lang.Cloneable, SerializerFactory

Base interface from which each application specific QueryValue type must be derived. A QueryValue interface is also a generic attribute accessor (i.e., it extends AttributeAccess).


Method Summary
 java.lang.Object clone()
          Deep copy this query value.
 
Methods inherited from interface com.sun.management.oss.AttributeAccess
getAllPopulatedAttributes, getAttributeNames, getAttributeValue, getAttributeValues, getPopulatedAttributeNames, getSupportedOptionalAttributeNames, isFullyPopulated, isPopulated, setAttributeValue, setAttributeValues, unpopulateAllAttributes, unpopulateAttribute
 
Methods inherited from interface com.sun.management.oss.SerializerFactory
getSupportedSerializerTypes, makeSerializer
 

Method Detail

clone

public java.lang.Object clone()
Deep copy this query value.

Returns:
deep copy of this query value.