ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic interface WebServicePhysicalStoreMBean extends ConfigurationMBean
Represents a physical store for web services. Used only for non-WLS containers (e.g. other app-server or standalone client).
| Modifier and Type | Field | Description | 
|---|---|---|
| static java.lang.String | CACHE_FLUSH | |
| static java.lang.String | DIRECT_WRITE | |
| static java.lang.String | DISABLED | |
| static java.lang.String | FILE | |
| static java.lang.String | JDBC | |
| static java.lang.String | STANDALONE_CLIENT_STORE_DIR_PROP | 
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getLocation() | For file stores, specifies the directory that will hold all files
 related to the store. | 
| java.lang.String | getName() | Get the name of this physical store. | 
| java.lang.String | getStoreType() | Get the type of this physical store. | 
| java.lang.String | getSynchronousWritePolicy() | Specifies the algorithm used when performing synchronous writes to the
 physical store. | 
| void | setLocation(java.lang.String location) | For file stores, specifies the directory that will hold all files
 related to the store. | 
| void | setName(java.lang.String name) | Set the name of this physical store to a new name. | 
| void | setStoreType(java.lang.String type) | Set the type of this physical store. | 
| void | setSynchronousWritePolicy(java.lang.String policy) | Specifies the algorithm used when performing synchronous writes to the
 physical store. | 
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentstatic final java.lang.String STANDALONE_CLIENT_STORE_DIR_PROP
static final java.lang.String FILE
static final java.lang.String JDBC
static final java.lang.String DISABLED
static final java.lang.String CACHE_FLUSH
static final java.lang.String DIRECT_WRITE
java.lang.String getName()
getName in interface ConfigurationMBeangetName in interface WebLogicMBeanvoid setName(java.lang.String name)
      throws javax.management.InvalidAttributeValueException,
             ManagementException
setName in interface ConfigurationMBeansetName in interface WebLogicMBeanname - New name to give the physical store.javax.management.InvalidAttributeValueExceptionManagementExceptionvoid setStoreType(java.lang.String type)
java.lang.String getStoreType()
java.lang.String getLocation()
void setLocation(java.lang.String location)
java.lang.String getSynchronousWritePolicy()
void setSynchronousWritePolicy(java.lang.String policy)