org.xmlBlaster.util.queue
Class EventHelper
java.lang.Object
org.xmlBlaster.util.queue.EventHelper
- All Implemented Interfaces:
- I_StorageSizeListener
- public class EventHelper
- extends java.lang.Object
- implements I_StorageSizeListener
|
Constructor Summary |
EventHelper(java.lang.String eventType,
java.lang.String type,
java.lang.String id1,
java.lang.String id2,
java.lang.String val,
I_EventDispatcher eventDispatcher)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventHelper
public EventHelper(java.lang.String eventType,
java.lang.String type,
java.lang.String id1,
java.lang.String id2,
java.lang.String val,
I_EventDispatcher eventDispatcher)
throws XmlBlasterException
clone
protected java.lang.Object clone()
getCopy
public EventHelper getCopy(I_Storage storage)
shallTrigger
public boolean shallTrigger(long numEntries)
getKey
public java.lang.String getKey()
getId1
public java.lang.String getId1()
getId2
public java.lang.String getId2()
getType
public java.lang.String getType()
getValue
public long getValue()
getEventType
public java.lang.String getEventType()
changed
public void changed(I_Storage storage,
long numEntries,
long numBytes,
boolean isShutdown)
- Enforced by I_StorageSizeListener
- Specified by:
changed in interface I_StorageSizeListener
- Parameters:
numEntries - numBytes - isShutdown - storage - The queue which fires the change event
getEventDispatcher
public I_EventDispatcher getEventDispatcher()
- Returns:
- the eventDispatcher
Copyright © 1999-2007 The xmlBlaster.org contributers.