|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallbackStoreMBean
The MBean interface to the CallbackStore implementation.
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 |
---|
add, create, destroy, getNext, getPurgeOnShutdown, purgeFiles, setConfig, setPurgeOnShutdown, size, start, stop |
Method Detail |
---|
java.lang.String getStoreFilePath()
void setStoreFilePath(java.lang.String filePath)
filePath
- java.lang.String getStoreFileSuffix()
void setStoreFileSuffix(java.lang.String fileSuffix)
fileSuffix
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |