public interface JDBCSystemResourceOverrideMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| int | getInitialCapacity()Returns the initial pool capacity for the partition datasource. | 
| int | getMaxCapacity()Returns the max pool capacity for the partition datasource. | 
| int | getMinCapacity()Returns the min pool capacity for the partition datasource. | 
| String | getPassword()The password in clear text. | 
| byte[] | getPasswordEncrypted()The encrypted password. | 
| String | getURL()The connection URL for the data source. | 
| String | getUser()The name of the user for the data source. | 
| void | setInitialCapacity(int initialCapacity)Sets the initial pool capacity for the partition datasource. | 
| void | setMaxCapacity(int maxCapacity)Sets the max pool capacity for the partition datasource. | 
| void | setMinCapacity(int minCapacity)Sets the min pool capacity for the partition datasource. | 
| void | setPassword(String password)Set the password. | 
| void | setPasswordEncrypted(byte[] bytes)Set the encrypted password. | 
| void | setURL(String url)Set the connection URL for the data source. | 
| void | setUser(String user)Set the name of the user for the data source. | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerString getURL()
void setURL(String url)
url - String getUser()
void setUser(String user)
user - the user nameString getPassword()
void setPassword(String password) throws InvalidAttributeValueException
password - InvalidAttributeValueExceptionbyte[] getPasswordEncrypted()
void setPasswordEncrypted(byte[] bytes)
                   throws InvalidAttributeValueException
InvalidAttributeValueExceptionint getInitialCapacity()
void setInitialCapacity(int initialCapacity)
initialCapacity - The initial capacity.int getMinCapacity()
void setMinCapacity(int minCapacity)
minCapacity - The min capacity.int getMaxCapacity()
void setMaxCapacity(int maxCapacity)
maxCapacity - The max capacity.