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