public class X_C_TYPE_Impl extends BufferImpl implements X_C_TYPE
BYTE_SIZE, DOUBLE_SIZE, FLOAT_SIZE, INT_SIZE, len, LONG_SIZE, SHORT_SIZE| 构造器和说明 |
|---|
X_C_TYPE_Impl(String subtype)
The constructor is hidden as the
Connection factory method should be used instead. |
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getByte(String key) |
byte[] |
getByteArray(String key) |
byte[][] |
getByteArrayArray(String key) |
double |
getDouble(String key) |
double[] |
getDoubleArray(String key) |
float |
getFloat(String key) |
float[] |
getFloatArray(String key) |
int |
getInt(String key) |
int[] |
getIntArray(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 |
setByteArrayArray(String key,
byte[][] value) |
void |
setDouble(String key,
double value) |
void |
setDoubleArray(String key,
double[] value) |
void |
setFloat(String key,
float value) |
void |
setFloatArray(String key,
float[] value) |
void |
setInt(String key,
int value) |
void |
setIntArray(String key,
int[] 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) |
clear, deserialize, getAttributeValue, getFormat, getLen, getRawData, getSubtype, getType, serialize, setAttributeValue, setRawDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLen, getSubtype, getTypepublic X_C_TYPE_Impl(String subtype) throws ConnectionException, org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationException
Connection factory method should be used instead. ConnectionImpl#tpalloc(String, String)subtype - The subtype of the bufferConnectionException - In case the buffer does not existorg.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationExceptionpublic short getShort(String key) throws ConnectionException
getShort 在接口中 X_C_TYPEkey - The key to useConnectionException - In case the key is not part of the structure.public void setShort(String key, short value) throws ConnectionException
setShort 在接口中 X_C_TYPEkey - The value to setvalue - The value to useConnectionException - In case the key is unknown.public long getLong(String key) throws ConnectionException
getLong 在接口中 X_C_TYPEConnectionExceptionpublic void setLong(String key, long value) throws ConnectionException
setLong 在接口中 X_C_TYPEConnectionExceptionpublic byte getByte(String key) throws ConnectionException
getByte 在接口中 X_C_TYPEConnectionExceptionpublic void setByte(String key, byte value) throws ConnectionException
setByte 在接口中 X_C_TYPEConnectionExceptionpublic short[] getShortArray(String key) throws ConnectionException
getShortArray 在接口中 X_C_TYPEConnectionExceptionpublic void setShortArray(String key, short[] value) throws ConnectionException
setShortArray 在接口中 X_C_TYPEConnectionExceptionpublic long[] getLongArray(String key) throws ConnectionException
getLongArray 在接口中 X_C_TYPEConnectionExceptionpublic void setLongArray(String key, long[] value) throws ConnectionException
setLongArray 在接口中 X_C_TYPEConnectionExceptionpublic byte[] getByteArray(String key) throws ConnectionException
getByteArray 在接口中 X_C_TYPEConnectionExceptionpublic void setByteArray(String key, byte[] value) throws ConnectionException
setByteArray 在接口中 X_C_TYPEConnectionExceptionpublic int getInt(String key) throws ConnectionException
getInt 在接口中 X_C_TYPEConnectionExceptionpublic void setInt(String key, int value) throws ConnectionException
setInt 在接口中 X_C_TYPEConnectionExceptionpublic float getFloat(String key) throws ConnectionException
getFloat 在接口中 X_C_TYPEConnectionExceptionpublic void setFloat(String key, float value) throws ConnectionException
setFloat 在接口中 X_C_TYPEConnectionExceptionpublic double getDouble(String key) throws ConnectionException
getDouble 在接口中 X_C_TYPEConnectionExceptionpublic void setDouble(String key, double value) throws ConnectionException
setDouble 在接口中 X_C_TYPEConnectionExceptionpublic int[] getIntArray(String key) throws ConnectionException
getIntArray 在接口中 X_C_TYPEConnectionExceptionpublic void setIntArray(String key, int[] value) throws ConnectionException
setIntArray 在接口中 X_C_TYPEConnectionExceptionpublic float[] getFloatArray(String key) throws ConnectionException
getFloatArray 在接口中 X_C_TYPEConnectionExceptionpublic void setFloatArray(String key, float[] value) throws ConnectionException
setFloatArray 在接口中 X_C_TYPEConnectionExceptionpublic double[] getDoubleArray(String key) throws ConnectionException
getDoubleArray 在接口中 X_C_TYPEConnectionExceptionpublic void setDoubleArray(String key, double[] value) throws ConnectionException
setDoubleArray 在接口中 X_C_TYPEConnectionExceptionpublic byte[][] getByteArrayArray(String key) throws ConnectionException
getByteArrayArray 在接口中 X_C_TYPEConnectionExceptionpublic void setByteArrayArray(String key, byte[][] value) throws ConnectionException
setByteArrayArray 在接口中 X_C_TYPEConnectionExceptionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.