com.sun.management.oss
Interface QueryValue
- All Superinterfaces:
- AttributeAccess, java.lang.Cloneable, java.io.Serializable, SerializerFactory
- All Known Subinterfaces:
- QueryByDNValue, QueryByDNValue, QueryOperationalStatusMonitorValue, QueryPerformanceMonitorValue
- 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 |
clone
public java.lang.Object clone()
- Deep copy this query value.
- Returns:
- deep copy of this query value.