|
||||||||||
| 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 | |
|---|---|
Object |
getValue(String key)
Get the value of a certain type of data |
Object |
getValue(String key,
int index)
Get the value of a certain index of the data |
void |
setValue(String key,
int index,
Object value)
Set the value of the data at a certain index |
void |
setValue(String key,
Object value)
Set the value of an item |
int |
size(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(String key)
key - The type of the data to look for
public Object getValue(String key,
int index)
key - The type of the dataindex - The index to check for
public Object getValue(String key)
key - The type of the data
public void setValue(String key,
int index,
Object value)
key - The key to changeindex - The index to altervalue - The value to set it to
public void setValue(String key,
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 | |||||||||