Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-05


oracle.security.jps.mas.mgmt.jmx.config
Class PortableMap

java.lang.Object
  extended by oracle.security.jps.mas.mgmt.jmx.config.PortableMap

All Implemented Interfaces:
java.io.Serializable

public class PortableMap
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
PortableMap(java.util.Map<java.lang.String,java.lang.String> mpProps)
          Constructor

 

Method Summary
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()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PortableMap

public PortableMap(java.util.Map<java.lang.String,java.lang.String> mpProps)
Constructor
Parameters:
mpProps - Map which contains the mapping of key value pair.

Method Detail

getMap

public java.util.Map<java.lang.String,java.lang.String> getMap()
Public function to return a un modifiable Map to the outside world.
Returns:
Returns the mp.

toCompositeType

public static javax.management.openmbean.CompositeType toCompositeType()
Returns the CompositeType that describes this model specific class.
Returns:
CompositeType assiciated with this class.

toCompositeData

public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData. This ensure that clients that do not have access to the model specific class can still use the MBean.
Parameters:
ct - - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.
Returns:
CompositeData which represents this class

from

public static PortableMap from(javax.management.openmbean.CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance.
Parameters:
cd - Composite Data which has information regarding the object
Returns:
Object of this specific class got after retrieving information from the Composite Data

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-05


Copyright © 2011, Oracle. All rights reserved.