|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.servlet.Buffer
com.ibm.btt.cs.servlet.SendEventsBuffer
public class SendEventsBuffer
The SendEventsBuffer class is used to implement a remote operation execution. It is used to store the results of an asynchronous request. The received data from the server is stored for each request ID. It is located on the client side.
Constructor Summary | |
---|---|
SendEventsBuffer()
|
Method Summary | |
---|---|
java.lang.Object |
calculateValueToAdd(java.lang.Object oldValue,
java.lang.Object newValue)
Returns the second value. |
java.lang.Object |
get(java.lang.Integer id)
Returns the value to which the specified id is mapped in this buffer. |
static SendEventsBuffer |
getCurrentInstance()
Gets the _current_instance property (om.ibm.dse.clientserver.SendEventsBuffer) value. |
void |
put(java.lang.Integer id,
java.lang.Object data)
Maps the specified id to the specified value in this buffer. |
static void |
setCurrentInstance(SendEventsBuffer buffer)
Sets the _current_instance property (com.ibm.dse.clientserver.SendEventsBuffer) value. |
Methods inherited from class com.ibm.btt.cs.servlet.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 SendEventsBuffer()
Method Detail |
---|
public java.lang.Object calculateValueToAdd(java.lang.Object oldValue, java.lang.Object newValue)
calculateValueToAdd
in class Buffer
oldValue
- ObjectnewValue
- Object
public java.lang.Object get(java.lang.Integer id)
id
- java.lang.Integer
public static SendEventsBuffer getCurrentInstance()
public void put(java.lang.Integer id, java.lang.Object data)
id
- java.lang.Integerdata
- java.lang.Objectpublic static void setCurrentInstance(SendEventsBuffer buffer)
buffer
- com.ibm.dse.clientserver.SendEventsBuffer
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |