public interface DatasourceInterceptorMBean extends InterceptorMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
int | 
getConnectionQuota()  | 
String | 
getConnectionUrlsPattern()
Returns the regex pattern for the connection urls. 
 | 
void | 
setConnectionQuota(int quota)
Set quota for maximum number of connections that may be created from the domain 
 | 
void | 
setConnectionUrlsPattern(String urlPattern)
Set connection url pattern 
 | 
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 getConnectionUrlsPattern()
void setConnectionUrlsPattern(String urlPattern)
urlPattern - Connection url regex patternint getConnectionQuota()
void setConnectionQuota(int quota)
quota - Max number of connections from domain to databases connected with
        with urls matching the ConnectionUrlsPattern parameter