| Package | Description |
|---|---|
| weblogic.management.configuration |
| Modifier and Type | Method and Description |
|---|---|
WebServicePhysicalStoreMBean |
WebServicePersistenceMBean.createWebServicePhysicalStore(String name)
Create a new physical store with the given name.
|
WebServicePhysicalStoreMBean[] |
WebServicePersistenceMBean.getWebServicePhysicalStores()
Get an array of all defined physical stores for this VM (non-WLS).
|
WebServicePhysicalStoreMBean |
WebServicePersistenceMBean.lookupWebServicePhysicalStore(String name)
Get a named physical store for this VM (non-WLS).
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebServicePersistenceMBean.destroyWebServicePhysicalStore(WebServicePhysicalStoreMBean store)
Destroy/remove a physical store previously defined by a call to
createPhysicalStore (or retrieved via a call to getPhysicalStores).
|