|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
public class JABBuffer
The JABBuffer is a map of parameters that are passed to/returned from a remote XATMI service.
JABResponse
Constructor Summary | |
---|---|
JABBuffer()
|
Method Summary | |
---|---|
java.lang.Object |
getValue(java.lang.String key)
Get the value of a certain type of data |
java.lang.Object |
getValue(java.lang.String key,
int index)
Get the value of a certain index of the data |
void |
setValue(java.lang.String key,
int index,
java.lang.Object value)
Set the value of the data at a certain index |
void |
setValue(java.lang.String key,
java.lang.Object value)
Set the value of an item |
int |
size(java.lang.String key)
Get the size of the data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JABBuffer()
Method Detail |
---|
public int size(java.lang.String key)
key
- The type of the data to look for
public java.lang.Object getValue(java.lang.String key, int index)
key
- The type of the dataindex
- The index to check for
public java.lang.Object getValue(java.lang.String key)
key
- The type of the data
public void setValue(java.lang.String key, int index, java.lang.Object value)
key
- The key to changeindex
- The index to altervalue
- The value to set it topublic void setValue(java.lang.String key, java.lang.Object value)
key
- The item namevalue
- The value to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |