|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.event.StorageManagerEvent
public class StorageManagerEvent
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.
| Field Summary | |
|---|---|
static int |
FILE_SYSTEM_CACHE_MODE_CHANGED
Event type for whenever the storage fs cache mode is changed. |
static int |
FILE_SYSTEM_CACHE_SIZE_CHANGED
Event type for whenever the storage fs cache size is changed. |
static int |
STORAGE_MODE_CHANGED
Event type for whenever the storage mode is changed |
| Constructor Summary | |
|---|---|
StorageManagerEvent(int eventType)
|
|
| Method Summary | |
|---|---|
java.util.Date |
getDate()
Returns the date (as a Date object) that the event was created. |
int |
getEventType()
Returns the event type corresponding to the event. |
java.util.Map<java.lang.String,? extends java.lang.Object> |
getParams()
Returns a map of parameters which can be used to pass data to a listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STORAGE_MODE_CHANGED
public static final int FILE_SYSTEM_CACHE_MODE_CHANGED
public static final int FILE_SYSTEM_CACHE_SIZE_CHANGED
| Constructor Detail |
|---|
public StorageManagerEvent(int eventType)
| Method Detail |
|---|
public int getEventType()
JiveEvent
getEventType in interface JiveEventpublic java.util.Map<java.lang.String,? extends java.lang.Object> getParams()
JiveEvent
getParams in interface JiveEventpublic java.util.Date getDate()
JiveEvent
getDate in interface JiveEvent
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||