Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.9)
E10659-11


oracle.fabric.management.urlresolver.mbean
Class URLResolverPersistenceManager

java.lang.Object
  extended by oracle.fabric.management.urlresolver.mbean.URLResolverPersistenceManager

All Implemented Interfaces:
oracle.as.config.persistence.PersistenceManager

public class URLResolverPersistenceManager
extends java.lang.Object
implements oracle.as.config.persistence.PersistenceManager

Persistence Manager associated with the URLResolverMXBean. Stores configuration in Property file in XML format.

Since:
release specific (what release of product did this appear in)

Constructor Summary
URLResolverPersistenceManager()
           

 

Method Summary
 java.lang.Object load(javax.activation.DataSource dataSource)
          Load a the MBean's associated configuration object.
 void persist(java.lang.Object config, javax.activation.DataSource dataSource)
          Persist the configuration object to the persistence manager's store.

 

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

 

Constructor Detail

URLResolverPersistenceManager

public URLResolverPersistenceManager()

Method Detail

load

public java.lang.Object load(javax.activation.DataSource dataSource)
                      throws oracle.as.config.persistence.exceptions.ConfigException,
                             java.io.IOException
Load a the MBean's associated configuration object.
Specified by:
load in interface oracle.as.config.persistence.PersistenceManager
Parameters:
dataSource - A handle to the underlying configuration
Returns:
The loaded config object.
Throws:
oracle.as.config.persistence.exceptions.ConfigException - If an error occurs loading the configuration object.
java.io.IOException - Error while loading config data

persist

public void persist(java.lang.Object config,
                    javax.activation.DataSource dataSource)
             throws oracle.as.config.persistence.exceptions.ConfigException,
                    java.io.IOException
Persist the configuration object to the persistence manager's store.
Specified by:
persist in interface oracle.as.config.persistence.PersistenceManager
Parameters:
config - The object to persist.
dataSource - A handle to the underlying configuration.
Throws:
oracle.as.config.persistence.exceptions.ConfigException - If an error occurs persisting the configuration object.
java.io.IOException - Error while saving config data

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.9)
E10659-11


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