Modifier and Type | Field and Description |
---|---|
private CompositeData | |
private static final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private synchronized CompositeData | |
public boolean | containsKey(String
the key to be tested. key)Implements javax. Returns |
public boolean | containsValue(Object
the value to be tested. value)Implements javax. Returns |
public boolean | equals(Object
the object to be compared for equality with this
obj)CompositeData instance.Overrides java. Implements javax. Compares the specified obj parameter with this
|
public Object | get(String
the name of the item. key)Implements javax. Returns the value of the item whose name is |
public Object[] | getAll(String[]
the names of the items. keys)Implements javax. Returns an array of the values of the items whose names
are specified by |
public static boolean | |
protected abstract CompositeData | |
public CompositeType | getCompositeType()
Implements javax. Returns the composite type of this composite data instance. |
public static int | |
public static long | |
public static String | |
public int | hashCode()
Overrides java. Implements javax. Returns the hash code value for this |
protected static boolean | Returns: true if all items in type1 exist in type2 and their item
types are the same.the base composite type type1, CompositeType the checked composite type type2)Compares two CompositeTypes and returns true if all items in type1 exist in type2 and their item types are the same. |
protected static boolean | |
protected static boolean | |
private static boolean | |
public String | toString()
Overrides java. Implements javax. Returns a string representation of this |
public Collection | values()
Implements javax. Returns an unmodifiable Collection view of the item values
contained in this |
protected Object | writeReplace()
Designate to a CompositeData object when writing to an output stream during serialization so that the receiver only requires JMX 1.2 classes but not any implementation specific class. |
compositeData | back to summary |
---|---|
private CompositeData compositeData
|
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
LazyCompositeData | back to summary |
---|---|
public LazyCompositeData() |
compositeData | back to summary |
---|---|
private synchronized CompositeData compositeData() |
containsKey | back to summary |
---|---|
public boolean containsKey(String key) Implements javax. Doc from javax. Returns |
containsValue | back to summary |
---|---|
public boolean containsValue(Object value) Implements javax. Doc from javax. Returns |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Implements javax. Doc from javax. Compares the specified obj parameter with this
Returns
This ensures that this |
get | back to summary |
---|---|
public Object get(String key) Implements javax. Doc from javax. Returns the value of the item whose name is |
getAll | back to summary |
---|---|
public Object[] getAll(String[] keys) Implements javax. Doc from javax. Returns an array of the values of the items whose names
are specified by |
getBoolean | back to summary |
---|---|
public static boolean getBoolean(CompositeData cd, String itemName) |
getCompositeData | back to summary |
---|---|
protected abstract CompositeData getCompositeData() Returns the CompositeData representing this object. The returned CompositeData object must be an instance of javax.management.openmbean.CompositeDataSupport class so that no implementation specific class is required for unmarshalling besides JMX 1.2 classes. |
getCompositeType | back to summary |
---|---|
public CompositeType getCompositeType() Implements javax. Doc from javax. Returns the composite type of this composite data instance.
|
getInt | back to summary |
---|---|
public static int getInt(CompositeData cd, String itemName) |
getLong | back to summary |
---|---|
public static long getLong(CompositeData cd, String itemName) |
getString | back to summary |
---|---|
public static String getString(CompositeData cd, String itemName) |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Implements javax. Doc from javax. Returns the hash code value for this
The hash code of a
This ensures that
Each item value's hash code is added to the returned hash code.
If an item value is an array,
its hash code is obtained as if by calling the
|
isTypeMatched | back to summary |
---|---|
protected static boolean isTypeMatched(CompositeType type1, CompositeType type2) Compares two CompositeTypes and returns true if all items in type1 exist in type2 and their item types are the same.
|
isTypeMatched | back to summary |
---|---|
protected static boolean isTypeMatched(TabularType type1, TabularType type2) |
isTypeMatched | back to summary |
---|---|
protected static boolean isTypeMatched(ArrayType<?> type1, ArrayType<?> type2) |
isTypeMatched | back to summary |
---|---|
private static boolean isTypeMatched(OpenType<?> ot1, OpenType<?> ot2) |
toString | back to summary |
---|---|
public String toString() Overrides java. Implements javax. Doc from javax. Returns a string representation of this The string representation consists of the name of the implementing class, the string representation of the composite type of this instance, and the string representation of the contents (ie list the itemName=itemValue mappings). |
values | back to summary |
---|---|
public Collection Implements javax. Doc from javax. Returns an unmodifiable Collection view of the item values
contained in this
|
writeReplace | back to summary |
---|---|
protected Object writeReplace() throws ObjectStreamException Designate to a CompositeData object when writing to an output stream during serialization so that the receiver only requires JMX 1.2 classes but not any implementation specific class. |