public 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 and Description | 
|---|---|
| static String | CACHE_FLUSH | 
| static String | DIRECT_WRITE | 
| static String | DISABLED | 
| static String | FILE | 
| static String | JDBC | 
| static String | STANDALONE_CLIENT_STORE_DIR_PROP | 
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| String | getLocation()For file stores, specifies the directory that will hold all files
 related to the store. | 
| String | getName()Get the name of this physical store. | 
| String | getStoreType()Get the type of this physical store. | 
| String | getSynchronousWritePolicy()Specifies the algorithm used when performing synchronous writes to the
 physical store. | 
| void | setLocation(String location)For file stores, specifies the directory that will hold all files
 related to the store. | 
| void | setName(String name)Set the name of this physical store to a new name. | 
| void | setStoreType(String type)Set the type of this physical store. | 
| void | setSynchronousWritePolicy(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, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerstatic final String STANDALONE_CLIENT_STORE_DIR_PROP
static final String FILE
static final String JDBC
static final String DISABLED
static final String CACHE_FLUSH
static final String DIRECT_WRITE
String getName()
getName in interface ConfigurationMBeangetName in interface WebLogicMBeanvoid setName(String name) throws InvalidAttributeValueException, ManagementException
setName in interface ConfigurationMBeansetName in interface WebLogicMBeanname - New name to give the physical store.InvalidAttributeValueExceptionManagementExceptionvoid setStoreType(String type)
String getStoreType()
String getLocation()
void setLocation(String location)
String getSynchronousWritePolicy()
void setSynchronousWritePolicy(String policy)