| 
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WebServicePersistenceMBean
Represents persistence configuration for web services.
| Field Summary | 
|---|
| Fields inherited from interface weblogic.management.configuration.ConfigurationMBean | 
|---|
DEFAULT_EMPTY_BYTE_ARRAY | 
| Method Summary | |
|---|---|
 WebServiceLogicalStoreMBean | 
createWebServiceLogicalStore(String name)
Create a new logical store with the given name.  | 
 WebServicePhysicalStoreMBean | 
createWebServicePhysicalStore(String name)
Create a new physical store with the given name.  | 
 void | 
destroyWebServiceLogicalStore(WebServiceLogicalStoreMBean store)
Destroy/remove a logical store previously defined by a call to createLogicalStore (or retrieved via a call to getLogicalStores).  | 
 void | 
destroyWebServicePhysicalStore(WebServicePhysicalStoreMBean store)
Destroy/remove a physical store previously defined by a call to createPhysicalStore (or retrieved via a call to getPhysicalStores).  | 
 String | 
getDefaultLogicalStoreName()
Get the name of the logical store to use, by default, for all web services persistent state in this server.  | 
 WebServiceLogicalStoreMBean[] | 
getWebServiceLogicalStores()
Get an array of all defined logical stores for this VM (non-WLS).  | 
 WebServicePhysicalStoreMBean[] | 
getWebServicePhysicalStores()
Get an array of all defined physical stores for this VM (non-WLS).  | 
 WebServiceLogicalStoreMBean | 
lookupWebServiceLogicalStore(String name)
Lookup a logical store by name  | 
 WebServicePhysicalStoreMBean | 
lookupWebServicePhysicalStore(String name)
Get a named physical store for this VM (non-WLS).  | 
 void | 
setDefaultLogicalStoreName(String storeName)
Set the name of the logical store to use, by default, for all web services persistent state in this server.  | 
| Methods inherited from interface weblogic.management.configuration.ConfigurationMBean | 
|---|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet | 
| Methods inherited from interface weblogic.management.WebLogicMBean | 
|---|
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent | 
| Methods inherited from interface javax.management.DynamicMBean | 
|---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes | 
| Methods inherited from interface javax.management.MBeanRegistration | 
|---|
postDeregister, postRegister, preDeregister, preRegister | 
| Methods inherited from interface javax.management.NotificationBroadcaster | 
|---|
addNotificationListener, getNotificationInfo, removeNotificationListener | 
| Methods inherited from interface weblogic.descriptor.DescriptorBean | 
|---|
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener | 
| Method Detail | 
|---|
String getDefaultLogicalStoreName()
WebServicePersistenceMBean.getWebServiceLogicalStores()void setDefaultLogicalStoreName(String storeName)
storeName - Name of the store to use. This name must be a valid
        name of a store represented in the list returned by
        getLogicalStores.WebServicePersistenceMBean.getWebServiceLogicalStores()WebServiceLogicalStoreMBean createWebServiceLogicalStore(String name)
name - Name of the new store. Logical store names
        must start with a letter, and can contain only letters, numbers,
        spaces and underscores.
void destroyWebServiceLogicalStore(WebServiceLogicalStoreMBean store)
store - The store to destroy/remove.WebServiceLogicalStoreMBean[] getWebServiceLogicalStores()
WebServiceLogicalStoreMBean lookupWebServiceLogicalStore(String name)
WebServicePhysicalStoreMBean createWebServicePhysicalStore(String name)
name - Name of the new store. Physical store names
        must start with a letter, and can contain only letters, numbers,
        spaces and underscores.
void destroyWebServicePhysicalStore(WebServicePhysicalStoreMBean store)
store - The store to destroy/remove.WebServicePhysicalStoreMBean[] getWebServicePhysicalStores()
WebServicePhysicalStoreMBean lookupWebServicePhysicalStore(String name)
  | 
Copyright 1996, 2014, 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.3) Part Number E41849-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||