javax.management.openmbean
Interface CompositeData
- All Known Implementing Classes:
- CompositeDataSupport
public interface CompositeData
- Version:
- $Revision: 1.3 $
- Author:
- Bronwen Cassidy
containsKey
boolean containsKey(java.lang.String key)
containsValue
boolean containsValue(java.lang.Object value)
equals
boolean equals(java.lang.Object object)
- Overrides:
equals in class java.lang.Object
get
java.lang.Object get(java.lang.String key)
throws InvalidKeyException
- Throws:
InvalidKeyException
getAll
java.lang.Object[] getAll(java.lang.String[] keys)
throws InvalidKeyException
- Throws:
InvalidKeyException
getCompositeType
CompositeType getCompositeType()
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
values
java.util.Collection values()
Copyright © 2001-2002 MX4J Team. All Rights Reserved.