Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.db.persistence
Class PersistenceConfig

java.lang.Object
  extended by oracle.axia.config.beans.storage.db.persistence.PersistenceConfig

All Implemented Interfaces:
PersistenceConfigMBean, PersistenceConfigReadOnlyMBean

public class PersistenceConfig
extends java.lang.Object
implements PersistenceConfigMBean

Java class for PersistenceConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PersistenceConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DriverConfiguration" type="{http://xmlns.oracle.com/axia/driver-config}DriverConfiguration"/>
         <element name="BDBConfiguration" type="{http://xmlns.oracle.com/axia/driver-config}BDBConfiguration"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  BDBConfiguration bdbConfiguration
           
protected  DriverConfiguration driverConfiguration
           

 

Constructor Summary
PersistenceConfig()
          Default Constructor
PersistenceConfig(DriverConfiguration driverConfiguration, BDBConfiguration bdbConfiguration)
           

 

Method Summary
 BDBConfiguration getBDBConfiguration()
          Gets the value of the bdbConfiguration property.
 BDBConfigurationMBean getBDBConfigurationMBean()
          Get the value of the BDBConfiguration element
 DriverConfiguration getDriverConfiguration()
          Gets the value of the driverConfiguration property.
 DriverConfigurationMBean getDriverConfigurationMBean()
          Get the value of the DriverConfiguration element
 void setBDBConfiguration(BDBConfiguration value)
          Sets the value of the bdbConfiguration property.
 void setBDBConfigurationMBean(BDBConfigurationMBean val)
          Set the value of the BDBConfiguration element
 void setDriverConfiguration(DriverConfiguration value)
          Sets the value of the driverConfiguration property.
 void setDriverConfigurationMBean(DriverConfigurationMBean val)
          Set the value of the DriverConfiguration element

 

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

 

Field Detail

driverConfiguration

protected DriverConfiguration driverConfiguration

bdbConfiguration

protected BDBConfiguration bdbConfiguration

Constructor Detail

PersistenceConfig

public PersistenceConfig()
Default Constructor

PersistenceConfig

public PersistenceConfig(DriverConfiguration driverConfiguration,
                         BDBConfiguration bdbConfiguration)

Method Detail

getDriverConfiguration

public DriverConfiguration getDriverConfiguration()
Gets the value of the driverConfiguration property.
Returns:
possible object is DriverConfiguration

setDriverConfiguration

public void setDriverConfiguration(DriverConfiguration value)
Sets the value of the driverConfiguration property.
Parameters:
value - allowed object is DriverConfiguration

getBDBConfiguration

public BDBConfiguration getBDBConfiguration()
Gets the value of the bdbConfiguration property.
Returns:
possible object is BDBConfiguration

setBDBConfiguration

public void setBDBConfiguration(BDBConfiguration value)
Sets the value of the bdbConfiguration property.
Parameters:
value - allowed object is BDBConfiguration

getDriverConfigurationMBean

public DriverConfigurationMBean getDriverConfigurationMBean()
Get the value of the DriverConfiguration element
Specified by:
getDriverConfigurationMBean in interface PersistenceConfigReadOnlyMBean

setDriverConfigurationMBean

public void setDriverConfigurationMBean(DriverConfigurationMBean val)
Set the value of the DriverConfiguration element
Specified by:
setDriverConfigurationMBean in interface PersistenceConfigMBean

getBDBConfigurationMBean

public BDBConfigurationMBean getBDBConfigurationMBean()
Get the value of the BDBConfiguration element
Specified by:
getBDBConfigurationMBean in interface PersistenceConfigReadOnlyMBean

setBDBConfigurationMBean

public void setBDBConfigurationMBean(BDBConfigurationMBean val)
Set the value of the BDBConfiguration element
Specified by:
setBDBConfigurationMBean in interface PersistenceConfigMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.