|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.event.Buffer
com.ibm.btt.event.NotificationEventsBuffer
The NotificationEventsBuffer class is used to implement event notifications from the server to the client. For each workstation ID, it stores the list of events to be sent from the server to the client. It is located on the server side.
Constructor Summary | |
---|---|
NotificationEventsBuffer()
|
Method Summary | |
---|---|
java.lang.Object |
calculateValueToAdd(java.lang.Object oldValue,
java.lang.Object newValue)
Adds the second parameter to the first parameter and returns it. |
java.util.Vector |
get(java.lang.String wk,
long timeout)
Returns the value to which the specified key is mapped in this buffer. |
static NotificationEventsBuffer |
getCurrentInstance()
Gets the _current_instance property (com.ibm.dse.clientserver.NotificationEventsBuffer) value. |
void |
put(java.lang.String wk,
java.util.EventObject event)
Maps the specified key to the specified value in this buffer. |
static void |
setCurrentInstance(NotificationEventsBuffer buffer)
Sets the _current_instance property (com.ibm.dse.clientserver.NotificationEventsBuffer) value. |
Methods inherited from class com.ibm.btt.event.Buffer |
---|
getAndRemove, getAndRemoveWithTimeout, put, putAndSignalOn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotificationEventsBuffer()
Method Detail |
public java.lang.Object calculateValueToAdd(java.lang.Object oldValue, java.lang.Object newValue)
calculateValueToAdd
in class Buffer
oldValue
- java.lang.ObjectnewValue
- java.lang.Object
public java.util.Vector get(java.lang.String wk, long timeout)
wk
- java.lang.Stringtimeout
- long
public static NotificationEventsBuffer getCurrentInstance()
public void put(java.lang.String wk, java.util.EventObject event)
wk
- java.lang.Stringevent
- java.util.EventObjectpublic static void setCurrentInstance(NotificationEventsBuffer buffer)
buffer
- com.ibm.btt.event.NotificationEventsBuffer
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |