ConfigurationMBean
, DeploymentMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public 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_ARRAY
DEFAULT_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, unSet
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
static 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)