|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.ocap.storage.StorageManagerEvent
public class StorageManagerEvent
Event sent to a StorageManagerListener
registered with the StorageManager
that a StorageProxy
was added, removed or changed
state.
Field Summary | |
---|---|
static int |
STORAGE_PROXY_ADDED
A StorageProxy was added. |
static int |
STORAGE_PROXY_CHANGED
A StorageProxy changed state. |
static int |
STORAGE_PROXY_REMOVED
A StorageProxy was removed. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
StorageManagerEvent(StorageProxy proxy,
int eventType)
Constructs the event. |
Method Summary | |
---|---|
int |
getEventType()
Returns the event type. |
StorageProxy |
getStorageProxy()
Returns the StorageProxy that caused the event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STORAGE_PROXY_ADDED
public static final int STORAGE_PROXY_REMOVED
public static final int STORAGE_PROXY_CHANGED
Constructor Detail |
---|
public StorageManagerEvent(StorageProxy proxy, int eventType)
proxy
- The StorageProxy
that
caused the event.eventType
- The type of event.Method Detail |
---|
public int getEventType()
public StorageProxy getStorageProxy()
StorageProxy
that caused the event.
StorageProxy
that caused the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |