Skip navigation links

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

E14651-06


Uses of Class
oracle.security.jps.mas.mgmt.jmx.config.PortableExtendedPropertyType

Packages that use PortableExtendedPropertyType
oracle.security.jps.mas.mgmt.jmx.config   

 

Uses of PortableExtendedPropertyType in oracle.security.jps.mas.mgmt.jmx.config

 

Methods in oracle.security.jps.mas.mgmt.jmx.config that return PortableExtendedPropertyType
static PortableExtendedPropertyType PortableExtendedPropertyType.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance.
 PortableExtendedPropertyType JpsConfigMXBean.removeServiceInstanceExtendedProperty(java.lang.String siName, java.lang.String name)
          Function to remove a extended property within a Service Instance
 PortableExtendedPropertyType JpsConfigMXBean.updateServiceInstanceExtendedProperty(java.lang.String siName, PortableExtendedPropertyType value)
          Function which will update (over writes) a extended property within a Service Instance.

 

Methods in oracle.security.jps.mas.mgmt.jmx.config that return types with arguments of type PortableExtendedPropertyType
 java.util.List<PortableExtendedPropertyType> PortableServiceInstance.getListExtendedProperties()
          Method to return the List of PortableExtendedProperty
 java.util.List<PortableExtendedPropertyType> PortableExtendedProperty.getValues()
           

 

Methods in oracle.security.jps.mas.mgmt.jmx.config with parameters of type PortableExtendedPropertyType
 PortableExtendedPropertyType JpsConfigMXBean.updateServiceInstanceExtendedProperty(java.lang.String siName, PortableExtendedPropertyType value)
          Function which will update (over writes) a extended property within a Service Instance.

 

Constructor parameters in oracle.security.jps.mas.mgmt.jmx.config with type arguments of type PortableExtendedPropertyType
PortableExtendedProperty(java.lang.String name, java.util.List<PortableExtendedPropertyType> lstVals)
          Constructor
PortableServiceInstance(java.lang.String name, PortableServiceProvider provider, PortableMap props, java.util.List<PortableExtendedPropertyType> lstPEP)
           
PortableServiceInstance(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)
           
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)
           

 


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.