public class PortableMap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PortableMap(java.util.Map<java.lang.String,java.lang.String> mpProps)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static PortableMap |
from(javax.management.openmbean.CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance.
|
java.util.Map<java.lang.String,java.lang.String> |
getMap()
Public function to return a un modifiable Map to the outside world.
|
javax.management.openmbean.CompositeData |
toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData.
|
static javax.management.openmbean.CompositeType |
toCompositeType()
Returns the CompositeType that describes this model specific class.
|
java.lang.String |
toString() |
public PortableMap(java.util.Map<java.lang.String,java.lang.String> mpProps)
mpProps
- Map which contains the mapping of key value pair.public java.util.Map<java.lang.String,java.lang.String> getMap()
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
ct
- - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.public static PortableMap from(javax.management.openmbean.CompositeData cd)
cd
- Composite Data which has information regarding the objectpublic java.lang.String toString()
toString
in class java.lang.Object