Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.config.persistence.factory
Class JpsConfigurationPMetaFactory

java.lang.Object
  extended by oracle.security.opss.config.persistence.factory.JpsConfigurationPMetaFactory


public abstract class JpsConfigurationPMetaFactory
extends java.lang.Object

A Meta Factory that can be used by the OPSS Configuration Service to manage the lifecycle of application service configurations.

Author:
vbkumarjayanti

Field Summary
static java.lang.String META_FACTORY_CLASS_PROPERTY
           
static java.lang.String XML_OID_META_FACTORY_CLASS
           

 

Constructor Summary
JpsConfigurationPMetaFactory()
           

 

Method Summary
abstract  JpsConfigurationPFactory getElementFactory()
           
abstract  PersistenceManager getPersistenceManager()
           
static JpsConfigurationPMetaFactory newInstance(java.util.Map<java.lang.String,java.lang.Object> props)
           

 

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

 

Field Detail

META_FACTORY_CLASS_PROPERTY

public static final java.lang.String META_FACTORY_CLASS_PROPERTY
See Also:
Constant Field Values

XML_OID_META_FACTORY_CLASS

public static final java.lang.String XML_OID_META_FACTORY_CLASS
See Also:
Constant Field Values

Constructor Detail

JpsConfigurationPMetaFactory

public JpsConfigurationPMetaFactory()

Method Detail

newInstance

public static JpsConfigurationPMetaFactory newInstance(java.util.Map<java.lang.String,java.lang.Object> props)
                                                throws ConfigurationPersistenceException
Returns:
the Meta Factory that can be used to manipulate the configuration from configuration repository. The property "oracle.security.jps.config.persistence.api.MetaFactory" is used to determine the concrete implementation of this MetaFactory. The default OPSS implementation is returned when the property is not set.
Throws:
ConfigurationPersistenceException - if there was a problem in initializing the factory

getElementFactory

public abstract JpsConfigurationPFactory getElementFactory()
Returns:
the Element Factory that can be used to create Persistence (DAO) Layer Configuration Elements.

getPersistenceManager

public abstract PersistenceManager getPersistenceManager()
Returns:
the Persistence Manager which can be used to load/store the configuration elements.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.