| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| WebServicePhysicalStoreMBean | WebServicePersistenceMBean. createWebServicePhysicalStore(java.lang.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(java.lang.String name) | Get a named physical store for this VM (non-WLS). | 
| Modifier and Type | Method | 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). |