Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.persistence
Class StorePersistence

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

All Implemented Interfaces:
StorePersistenceMBean, StorePersistenceReadOnlyMBean

public class StorePersistence
extends java.lang.Object
implements StorePersistenceMBean

Java class for StorePersistence complex type.

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

 <complexType name="StorePersistence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="DBPersistence" type="{http://xmlns.oracle.com/axia/store-persistence}DBPersistence"/>
         <element name="FilePersistence" type="{http://xmlns.oracle.com/axia/store-persistence}FilePersistence"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  DBPersistence dbPersistence
           
protected  FilePersistence filePersistence
           

 

Constructor Summary
StorePersistence()
          Default Constructor
StorePersistence(DBPersistence dbPersistence, FilePersistence filePersistence)
           

 

Method Summary
 DBPersistence getDBPersistence()
          Gets the value of the dbPersistence property.
 DBPersistenceMBean getDBPersistenceMBean()
          Get the value of the DBPersistence element
 FilePersistence getFilePersistence()
          Gets the value of the filePersistence property.
 FilePersistenceMBean getFilePersistenceMBean()
          Get the value of the FilePersistence element
 void setDBPersistence(DBPersistence value)
          Sets the value of the dbPersistence property.
 void setDBPersistenceMBean(DBPersistenceMBean val)
          Set the value of the DBPersistence element
 void setFilePersistence(FilePersistence value)
          Sets the value of the filePersistence property.
 void setFilePersistenceMBean(FilePersistenceMBean val)
          Set the value of the FilePersistence element

 

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

 

Field Detail

dbPersistence

protected DBPersistence dbPersistence

filePersistence

protected FilePersistence filePersistence

Constructor Detail

StorePersistence

public StorePersistence()
Default Constructor

StorePersistence

public StorePersistence(DBPersistence dbPersistence,
                        FilePersistence filePersistence)

Method Detail

getDBPersistence

public DBPersistence getDBPersistence()
Gets the value of the dbPersistence property.
Returns:
possible object is DBPersistence

setDBPersistence

public void setDBPersistence(DBPersistence value)
Sets the value of the dbPersistence property.
Parameters:
value - allowed object is DBPersistence

getFilePersistence

public FilePersistence getFilePersistence()
Gets the value of the filePersistence property.
Returns:
possible object is FilePersistence

setFilePersistence

public void setFilePersistence(FilePersistence value)
Sets the value of the filePersistence property.
Parameters:
value - allowed object is FilePersistence

getDBPersistenceMBean

public DBPersistenceMBean getDBPersistenceMBean()
Get the value of the DBPersistence element
Specified by:
getDBPersistenceMBean in interface StorePersistenceReadOnlyMBean

setDBPersistenceMBean

public void setDBPersistenceMBean(DBPersistenceMBean val)
Set the value of the DBPersistence element
Specified by:
setDBPersistenceMBean in interface StorePersistenceMBean

getFilePersistenceMBean

public FilePersistenceMBean getFilePersistenceMBean()
Get the value of the FilePersistence element
Specified by:
getFilePersistenceMBean in interface StorePersistenceReadOnlyMBean

setFilePersistenceMBean

public void setFilePersistenceMBean(FilePersistenceMBean val)
Set the value of the FilePersistence element
Specified by:
setFilePersistenceMBean in interface StorePersistenceMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.