ConfigurationMBean, DeploymentMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic interface DataSourceMBean extends DeploymentMBean
| Modifier and Type | Field | Description | 
|---|---|---|
static java.lang.String | 
RMIJDBC_COMPATIBILITY | 
 Use an unsecure channel with the
 application's subject and no check for inbound
 administrator authentication when using RMI to access a data source. 
 | 
static java.lang.String | 
RMIJDBC_DISABLED | 
 JDBC over RMI is disabled. 
 | 
static java.lang.String | 
RMIJDBC_SECURE | 
 All incoming JDBC calls require administrator authentication. 
 | 
DEFAULT_EMPTY_BYTE_ARRAYDEFAULT_ORDER, MAX_ORDER, MIN_ORDER| Modifier and Type | Method | Description | 
|---|---|---|
DataSourceLogFileMBean | 
getDataSourceLogFile() | 
 The log settings for a DataSource. 
 | 
java.lang.String | 
getDefaultDatasource() | 
 The JNDI name of a system resource data source used to override the default datasource. 
 | 
java.lang.String | 
getRmiJDBCSecurity() | 
 The security protocol used by an RMI client to access a data source. 
 | 
void | 
setDefaultDatasource(java.lang.String datasourceName) | 
 Set default datasource for server. 
 | 
void | 
setRmiJDBCSecurity(java.lang.String flag) | 
 Set security for RMI JDBC protocol 
 | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetaddTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargetsaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentstatic final java.lang.String RMIJDBC_SECURE
static final java.lang.String RMIJDBC_COMPATIBILITY
static final java.lang.String RMIJDBC_DISABLED
DataSourceLogFileMBean getDataSourceLogFile()
java.lang.String getRmiJDBCSecurity()
void setRmiJDBCSecurity(java.lang.String flag)
java.lang.String getDefaultDatasource()
void setDefaultDatasource(java.lang.String datasourceName)