Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.db.persistence
Interface DriverReadOnlyMBean

All Known Subinterfaces:
DriverMBean
All Known Implementing Classes:
Driver

public interface DriverReadOnlyMBean

Method Summary
 java.lang.String getConnectionFactory()
          Gets the value of the connectionFactory property.
 java.util.List<ConnectionPropertyMBean> getConnectionPropertyMBean()
          Return the list of the ConnectionProperty element
 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.lang.String getName()
          Gets the value of the name property.
 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.

getName

java.lang.String getName()
Gets the value of the name property.

getConnectionPropertyMBean

java.util.List<ConnectionPropertyMBean> getConnectionPropertyMBean()
Return the list of the ConnectionProperty element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.