|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10659-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.fabric.management.urlresolver.mbean.URLResolverPersistenceManager
public class URLResolverPersistenceManager
Persistence Manager associated with the URLResolverMXBean. Stores configuration in Property file in XML format.
| 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 |
|---|
public URLResolverPersistenceManager()
| Method Detail |
|---|
public java.lang.Object load(javax.activation.DataSource dataSource)
throws oracle.as.config.persistence.exceptions.ConfigException,
java.io.IOException
load in interface oracle.as.config.persistence.PersistenceManagerdataSource - A handle to the underlying configurationoracle.as.config.persistence.exceptions.ConfigException - If an error occurs loading the configuration object.java.io.IOException - Error while loading config data
public void persist(java.lang.Object config,
javax.activation.DataSource dataSource)
throws oracle.as.config.persistence.exceptions.ConfigException,
java.io.IOException
persist in interface oracle.as.config.persistence.PersistenceManagerconfig - The object to persist.dataSource - A handle to the underlying configuration.oracle.as.config.persistence.exceptions.ConfigException - If an error occurs persisting the configuration object.java.io.IOException - Error while saving config data
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10659-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||