public interface X_COMMON extends Buffer
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte(String key) |
byte[] |
getByteArray(String key) |
long |
getLong(String key) |
long[] |
getLongArray(String key) |
short |
getShort(String key)
Get the short value identified by the key.
|
short[] |
getShortArray(String key) |
void |
setByte(String key,
byte value) |
void |
setByteArray(String key,
byte[] value) |
void |
setLong(String key,
long value) |
void |
setLongArray(String key,
long[] value) |
void |
setShort(String key,
short value)
Set the short value
|
void |
setShortArray(String key,
short[] value) |
getLen, getSubtype, getTypeshort getShort(String key) throws ConnectionException
key - The key to useConnectionException - In case the key is not part of the structure.void setShort(String key, short value) throws ConnectionException
key - The value to setvalue - The value to useConnectionException - In case the key is unknown.long getLong(String key) throws ConnectionException
ConnectionExceptionvoid setLong(String key, long value) throws ConnectionException
ConnectionExceptionbyte getByte(String key) throws ConnectionException
ConnectionExceptionvoid setByte(String key, byte value) throws ConnectionException
ConnectionExceptionshort[] getShortArray(String key) throws ConnectionException
ConnectionExceptionvoid setShortArray(String key, short[] value) throws ConnectionException
ConnectionExceptionlong[] getLongArray(String key) throws ConnectionException
ConnectionExceptionvoid setLongArray(String key, long[] value) throws ConnectionException
ConnectionExceptionbyte[] getByteArray(String key) throws ConnectionException
ConnectionExceptionvoid setByteArray(String key, byte[] value) throws ConnectionException
ConnectionExceptionCopyright © 2016 JBoss by Red Hat. All Rights Reserved.