org.jboss.remoting
Interface CallbackStoreMBean

All Superinterfaces:
SerializableStore
All Known Implementing Classes:
CallbackStore

public interface CallbackStoreMBean
extends SerializableStore

Author:
Tom Elrod

Method Summary
 String getStoreFilePath()
          Gets the file path for the directory where the objects will be stored.
 String getStoreFileSuffix()
          Gets the file suffix for each of the files that objects will be persisted to.
 void setStoreFilePath(String filePath)
          Sets teh file path for the directory where the objects will be stored.
 void setStoreFileSuffix(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

getStoreFilePath

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

Returns:

setStoreFilePath

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

Parameters:
filePath -

getStoreFileSuffix

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

Returns:

setStoreFileSuffix

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

Parameters:
fileSuffix -


Copyright © 2004 JBoss Inc. All Rights Reserved.