|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
String getURL()
void setURL(String value)
String getUser()
void setUser(String value)
String getCredentialKey()
void setCredentialKey(String value)
String getConnectionFactory()
void setConnectionFactory(String value)
int getInitialPoolSize()
void setInitialPoolSize(int value)
int getMinPoolSize()
void setMinPoolSize(int value)
int getMaxPoolSize()
void setMaxPoolSize(int value)
String getValidationSQL()
void setValidationSQL(String value)
void addProperty()
void removeProperty(int index)
List<PropertyMBean> getPropertyMBean()
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |