org.jboss.remoting
Interface CallbackStoreMBean

All Superinterfaces:
SerializableStore (src)
All Known Implementing Classes:
CallbackStore (src)

public interface CallbackStoreMBean
extends SerializableStore (src)


Method Summary
 java.lang.String getStoreFilePath()
          Gets the file path for the directory where the objects will be stored.
 java.lang.String getStoreFileSuffix()
          Gets the file suffix for each of the files that objects will be persisted to.
 void setStoreFilePath(java.lang.String filePath)
          Sets teh file path for the directory where the objects will be stored.
 void setStoreFileSuffix(java.lang.String fileSuffix)
          Sets the file suffix for each of the files that objects will be persisted to.
 
Methods inherited from interface org.jboss.remoting.SerializableStore (src)
add, create, destroy, getNext, getPurgeOnShutdown, purgeFiles, setConfig, setPurgeOnShutdown, size, start, stop
 

Method Detail

getStoreFilePath

public java.lang.String getStoreFilePath()
Gets the file path for the directory where the objects will be stored.

Returns:

setStoreFilePath

public void setStoreFilePath(java.lang.String filePath)
Sets teh file path for the directory where the objects will be stored.

Parameters:
filePath -

getStoreFileSuffix

public java.lang.String getStoreFileSuffix()
Gets the file suffix for each of the files that objects will be persisted to.

Returns:

setStoreFileSuffix

public void setStoreFileSuffix(java.lang.String fileSuffix)
Sets the file suffix for each of the files that objects will be persisted to.

Parameters:
fileSuffix -