Package | Description |
---|---|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
TransactionLogJDBCStoreMBean |
This class represents a Transaction Log JDBC Store configuration.
|
Modifier and Type | Method | Description |
---|---|---|
JDBCStoreMBean |
DomainMBean.createJDBCStore(java.lang.String name) |
Create a new JDBCStore
|
JDBCStoreMBean |
ResourceGroupTemplateMBean.createJDBCStore(java.lang.String name) |
Create a new JDBCStore with the specified name.
|
JDBCStoreMBean[] |
DomainMBean.getJDBCStores() |
Return file stores defined in this domain
|
JDBCStoreMBean[] |
ResourceGroupTemplateMBean.getJDBCStores() |
The JDBCStores defined in this resource group template.
|
JDBCStoreMBean |
DomainMBean.lookupJDBCStore(java.lang.String name) |
|
JDBCStoreMBean |
ResourceGroupTemplateMBean.lookupJDBCStore(java.lang.String name) |
Finds a JDBCStoreMBean with the specified name
|
Modifier and Type | Method | Description |
---|---|---|
void |
DomainMBean.destroyJDBCStore(JDBCStoreMBean store) |
Destroy a file store
|
void |
ResourceGroupTemplateMBean.destroyJDBCStore(JDBCStoreMBean store) |
Destroy The specified JDBCStore.
|