Skip navigation links

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

E14651-06


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

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

All Implemented Interfaces:
java.io.Serializable

public class PortableServiceInstanceWithRef
extends PortableServiceInstance

This class provides open type equivalence to the internal jps class for Service Instance

See Also:
Serialized Form

Constructor Summary
PortableServiceInstanceWithRef(java.lang.String name, PortableServiceProvider provider, PortableMap props, java.util.List<PortableExtendedPropertyType> lstPEP, java.util.List<java.lang.String> lstPropSetRefs, java.util.List<java.lang.String> lstExtPropSetRefs, PortableServiceInstance[] arrSI)
           

 

Method Summary
static PortableServiceInstance from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance.
 PortableServiceInstance[] getServiceInstances()
           
static javax.management.openmbean.CompositeType toCompositeType()
          Returns the CompositeType that describes this model specific class.

 

Methods inherited from class oracle.security.jps.mas.mgmt.jmx.config.PortableServiceInstance
equals, getExtendedPropertySetRefs, getListExtendedProperties, getLocation, getName, getProperties, getPropertySetRefs, getProvider, hashCode, setLocation, toCompositeData, toString

 

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

 

Constructor Detail

PortableServiceInstanceWithRef

public PortableServiceInstanceWithRef(java.lang.String name,
                                      PortableServiceProvider provider,
                                      PortableMap props,
                                      java.util.List<PortableExtendedPropertyType> lstPEP,
                                      java.util.List<java.lang.String> lstPropSetRefs,
                                      java.util.List<java.lang.String> lstExtPropSetRefs,
                                      PortableServiceInstance[] arrSI)

Method Detail

getServiceInstances

public PortableServiceInstance[] getServiceInstances()
Returns:
Returns an array of the Service instances referenced by this instance

toCompositeType

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

from

public static PortableServiceInstance 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-06


Copyright © 2013 Oracle. All rights reserved.