Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.storage.fw
Interface DBDriverMBean


public interface DBDriverMBean

Method Summary
 void addProperty()
          Add a new element named property
 String getConnectionFactory()
          Gets the value of the connectionFactory property.
 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.
 List<PropertyMBean> getPropertyMBean()
          Return the list of the Property element
 String getURL()
          Gets the value of the url property.
 String getUser()
          Gets the value of the user property.
 String getValidationSQL()
          Gets the value of the validationSQL property.
 void removeProperty(int index)
          Remove an element named property by the index
 void setConnectionFactory(String value)
          Sets the value of the connectionFactory property.
 void setCredentialKey(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(String value)
          Sets the value of the url property.
 void setUser(String value)
          Sets the value of the user property.
 void setValidationSQL(String value)
          Sets the value of the validationSQL property.

 

Method Detail

getURL

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

setURL

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

getUser

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

setUser

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

getCredentialKey

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

setCredentialKey

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

getConnectionFactory

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

setConnectionFactory

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

getInitialPoolSize

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

setInitialPoolSize

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

getMinPoolSize

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

setMinPoolSize

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

getMaxPoolSize

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

setMaxPoolSize

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

getValidationSQL

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

setValidationSQL

void setValidationSQL(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

getPropertyMBean

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

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.