Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
DBDriverMBean
All Known Implementing Classes:
DBDriver

public interface DBDriverReadOnlyMBean

Method Summary
 java.lang.String getConnectionFactory()
          Gets the value of the connectionFactory property.
 java.lang.String getCredentialKey()
          Gets the value of the credentialKey property.
 int getInitialPoolSize()
          Gets the value of the initialPoolSize property.
 int getMaxPoolSize()
          Gets the value of the maxPoolSize property.
 int getMinPoolSize()
          Gets the value of the minPoolSize property.
 java.util.List<PropertyMBean> getPropertyMBean()
          Return the list of the Property element
 java.lang.String getURL()
          Gets the value of the url property.
 java.lang.String getUser()
          Gets the value of the user property.
 java.lang.String getValidationSQL()
          Gets the value of the validationSQL property.

 

Method Detail

getURL

java.lang.String getURL()
Gets the value of the url property.

getUser

java.lang.String getUser()
Gets the value of the user property.

getCredentialKey

java.lang.String getCredentialKey()
Gets the value of the credentialKey property.

getConnectionFactory

java.lang.String getConnectionFactory()
Gets the value of the connectionFactory property.

getInitialPoolSize

int getInitialPoolSize()
Gets the value of the initialPoolSize property.

getMinPoolSize

int getMinPoolSize()
Gets the value of the minPoolSize property.

getMaxPoolSize

int getMaxPoolSize()
Gets the value of the maxPoolSize property.

getValidationSQL

java.lang.String getValidationSQL()
Gets the value of the validationSQL property.

getPropertyMBean

java.util.List<PropertyMBean> getPropertyMBean()
Return the list of the Property element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.