ConfigurationMBean
, DeploymentMBean
, DescriptorBean
, DynamicDeploymentMBean
, javax.management.DynamicMBean
, GenericFileStoreMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, PersistentStoreMBean
, SettableBean
, WebLogicMBean
@SingleTargetOnly public interface FileStoreMBean extends GenericFileStoreMBean, PersistentStoreMBean
Defines an instance of the persistent store on the specified target that will keep its persistent objects in files on the filesystem. It may be used by JMS and by other subsystems.
DEFAULT_EMPTY_BYTE_ARRAY
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
SYNCWRITE_CACHEFLUSH, SYNCWRITE_DIRECTWRITE, SYNCWRITE_DIRECTWRITEWITHCACHE, SYNCWRITE_DISABLED
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
The user-specified name of this MBean instance.
|
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled
getDeploymentOrder, setDeploymentOrder
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getDistributionPolicy, getFailbackDelaySeconds, getFailOverLimit, getInitialBootDelaySeconds, getMigrationPolicy, getNumberOfRestartAttempts, getPartialClusterStabilityDelaySeconds, getRebalanceEnabled, getRestartInPlace, getSecondsBetweenRestarts, setDistributionPolicy, setFailbackDelaySeconds, setFailOverLimit, setInitialBootDelaySeconds, setMigrationPolicy, setNumberOfRestartAttempts, setPartialClusterStabilityDelaySeconds, setRebalanceEnabled, setRestartInPlace, setSecondsBetweenRestarts
getAttribute, getAttributes, invoke, setAttribute, setAttributes
getBlockSize, getCacheDirectory, getDirectory, getInitialSize, getIoBufferSize, getMaxFileSize, getMaxWindowBufferSize, getMinWindowBufferSize, getSynchronousWritePolicy, isFileLockingEnabled, setBlockSize, setCacheDirectory, setDirectory, setFileLockingEnabled, setInitialSize, setIoBufferSize, setMaxFileSize, setMaxWindowBufferSize, setMinWindowBufferSize, setSynchronousWritePolicy
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addTarget, getLogicalName, getTargets, getXAResourceName, removeTarget, setLogicalName, setTargets, setXAResourceName
getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
java.lang.String getName()
The user-specified name of this MBean instance.
This name is included as one of the key properties in the
MBean's javax.management.ObjectName
:
Name=user-specified-name
getName
in interface ConfigurationMBean
getName
in interface WebLogicMBean