com.jivesoftware.community.event
Class StorageManagerEvent
java.lang.Object
com.jivesoftware.community.event.StorageManagerEvent
- All Implemented Interfaces:
- com.jivesoftware.community.JiveEvent
public class StorageManagerEvent
- extends Object
- implements com.jivesoftware.community.JiveEvent
A class for storage manager events. This class will be passed to StorageManagerListeners
whenever a storage manager event is fired and contains all the pertinent information to the event.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STORAGE_MODE_CHANGED
public static final int STORAGE_MODE_CHANGED
- Event type for whenever the storage mode is changed
- See Also:
- Constant Field Values
FILE_SYSTEM_CACHE_MODE_CHANGED
public static final int FILE_SYSTEM_CACHE_MODE_CHANGED
- Event type for whenever the storage fs cache mode is changed.
- See Also:
- Constant Field Values
FILE_SYSTEM_CACHE_SIZE_CHANGED
public static final int FILE_SYSTEM_CACHE_SIZE_CHANGED
- Event type for whenever the storage fs cache size is changed.
- See Also:
- Constant Field Values
StorageManagerEvent
public StorageManagerEvent(int eventType)
getEventType
public int getEventType()
- Specified by:
getEventType in interface com.jivesoftware.community.JiveEvent
getParams
public Map<String,? extends Object> getParams()
- Specified by:
getParams in interface com.jivesoftware.community.JiveEvent
getDate
public Date getDate()
- Specified by:
getDate in interface com.jivesoftware.community.JiveEvent
Copyright © 1999-2007 Jive Software.