Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
DBDriverReadOnlyMBean
All Known Implementing Classes:
DBDriver

public interface DBDriverMBean
extends DBDriverReadOnlyMBean

Method Summary
 void addProperty()
          Add a new element named property
 void removeProperty(int index)
          Remove an element named property by the index
 void setConnectionFactory(java.lang.String value)
          Sets the value of the connectionFactory property.
 void setCredentialKey(java.lang.String value)
          Sets the value of the credentialKey property.
 void setInitialPoolSize(int value)
          Sets the value of the initialPoolSize property.
 void setMaxPoolSize(int value)
          Sets the value of the maxPoolSize property.
 void setMinPoolSize(int value)
          Sets the value of the minPoolSize property.
 void setURL(java.lang.String value)
          Sets the value of the url property.
 void setUser(java.lang.String value)
          Sets the value of the user property.
 void setValidationSQL(java.lang.String value)
          Sets the value of the validationSQL property.

 

Methods inherited from interface oracle.axia.config.beans.storage.persistence.DBDriverReadOnlyMBean
getConnectionFactory, getCredentialKey, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, getPropertyMBean, getURL, getUser, getValidationSQL

 

Method Detail

setURL

void setURL(java.lang.String value)
Sets the value of the url property.

setUser

void setUser(java.lang.String value)
Sets the value of the user property.

setCredentialKey

void setCredentialKey(java.lang.String value)
Sets the value of the credentialKey property.

setConnectionFactory

void setConnectionFactory(java.lang.String value)
Sets the value of the connectionFactory property.

setInitialPoolSize

void setInitialPoolSize(int value)
Sets the value of the initialPoolSize property.

setMinPoolSize

void setMinPoolSize(int value)
Sets the value of the minPoolSize property.

setMaxPoolSize

void setMaxPoolSize(int value)
Sets the value of the maxPoolSize property.

setValidationSQL

void setValidationSQL(java.lang.String value)
Sets the value of the validationSQL property.

addProperty

void addProperty()
Add a new element named property

removeProperty

void removeProperty(int index)
Remove an element named property by the index

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.