Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.persistence
Interface DBPersistenceReadOnlyMBean

All Known Subinterfaces:
DBPersistenceMBean
All Known Implementing Classes:
DBPersistence

public interface DBPersistenceReadOnlyMBean

Method Summary
 java.util.List<java.lang.Object> getDBDriverAndDBDriverRefAndDBTable()
          Gets the value of the dbDriverAndDBDriverRefAndDBTable property.

 

Method Detail

getDBDriverAndDBDriverRefAndDBTable

java.util.List<java.lang.Object> getDBDriverAndDBDriverRefAndDBTable()
Gets the value of the dbDriverAndDBDriverRefAndDBTable property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dbDriverAndDBDriverRefAndDBTable property.

For example, to add a new item, do as follows:

    getDBDriverAndDBDriverRefAndDBTable().add(newItem);
 

Objects of the following type(s) are allowed in the list DBTable DBDriver DBDriverRef


Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.