Skip navigation links

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

E14651-03


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

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
PortablePropertySet(java.lang.String name, java.util.Map mp)
           

 

Method Summary
static PortablePropertySet from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance.
 java.lang.String getName()
           
 java.util.Map getProperties()
           
 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()
          Return the CompositeType that represents this class
 java.lang.String toString()
           

 

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

 

Constructor Detail

PortablePropertySet

@ConstructorProperties(value={"Name","Options"})
public PortablePropertySet(java.lang.String name,
                                                 java.util.Map mp)
Parameters:
name -
prefix -
mp -

Method Detail

getProperties

public java.util.Map getProperties()
Returns:
Returns the mp.

getName

public java.lang.String getName()
Returns:
Returns the name.

toString

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

toCompositeType

public static javax.management.openmbean.CompositeType toCompositeType()
Return the CompositeType that represents 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 PortablePropertySet 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

Skip navigation links

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

E14651-03


Copyright © 2010, Oracle. All rights reserved.