Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
DriverReadOnlyMBean
All Known Implementing Classes:
Driver

public interface DriverMBean
extends DriverReadOnlyMBean

Method Summary
 void addConnectionProperty()
          Add a new element named connectionProperty
 void removeConnectionProperty(int index)
          Remove an element named connectionProperty 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 setName(java.lang.String value)
          Sets the value of the name 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.db.persistence.DriverReadOnlyMBean
getConnectionFactory, getConnectionPropertyMBean, getCredentialKey, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, getName, 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.

setName

void setName(java.lang.String value)
Sets the value of the name property.

addConnectionProperty

void addConnectionProperty()
Add a new element named connectionProperty

removeConnectionProperty

void removeConnectionProperty(int index)
Remove an element named connectionProperty 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.