Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.management.configuration.WebServicePhysicalStoreMBean

Packages that use WebServicePhysicalStoreMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of WebServicePhysicalStoreMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return WebServicePhysicalStoreMBean
 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).
 

Methods in weblogic.management.configuration with parameters of type WebServicePhysicalStoreMBean
 void WebServicePersistenceMBean.destroyWebServicePhysicalStore(WebServicePhysicalStoreMBean store)
          Destroy/remove a physical store previously defined by a call to createPhysicalStore (or retrieved via a call to getPhysicalStores).
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01