public final class WsTcb extends tcb
Modifier and Type | Field and Description |
---|---|
private int |
_tperrordetail |
private int |
_TPException |
private int |
_tpurcode |
private int |
_Uunixerr |
private int |
appkey |
private int |
clt_id |
private int |
connindx |
private static int |
FIXED_WS_SIZE |
private int |
flag |
private int[] |
flds |
private static int |
MAXSRVCNAME |
private static int |
NULLMTYPE |
private static int |
NUM_FLDS |
private int |
opcode_flags |
private int |
rplymtype |
private java.lang.String |
rqustsrvc |
private int |
rtn_val |
private int |
sendmtype |
private static long |
serialVersionUID |
(package private) static int |
TPCONV |
private int |
tpevent |
private java.lang.String |
type |
private int |
WSop |
Constructor and Description |
---|
WsTcb() |
WsTcb(int opcode) |
WsTcb(int opcode,
java.lang.String rqst_srvc) |
Modifier and Type | Method and Description |
---|---|
int |
_tmpostrecv(java.io.DataInputStream decoder,
int recv_size,
int hint_index) |
int |
_tmpostrecv65(java.io.DataInputStream decoder,
int recv_size,
int hint_index) |
void |
_tmpresend(java.io.DataOutputStream encoder,
tch myheader) |
void |
_tmpresend65(java.io.DataOutputStream encoder) |
int |
get_CLTID() |
int |
get_flds(int i) |
int |
get_HANDLE() |
WsKey |
get_key() |
int |
get_opcode() |
int |
get_REQGEN() |
java.lang.String |
get_type() |
int |
get_ws_cmplimit() |
int |
get_ws_encbits() |
int |
get_ws_rtn_val() |
int |
get_ws_sigahead() |
int |
get_ws_sigbehind() |
int |
get_ws_tperrordetail() |
int |
get_ws_TPException() |
int |
get_ws_tpurcode() |
int |
get_ws_Uunixerr() |
int |
get_WSFLAGS() |
boolean |
prepareForCache() |
void |
set_CLTID(int cltid) |
void |
set_FLAG(int flag) |
void |
set_HANDLE(int handle) |
void |
set_NETTIMEOUT(int nettimeout) |
void |
set_PRIO(int prio) |
void |
set_REQGEN(int reqgen) |
void |
set_TIMEOUT(int time) |
void |
set_type(java.lang.String type) |
void |
set_ws_tperrordetail(int err) |
void |
set_ws_TPException(int err) |
void |
set_ws_tpurcode(int err) |
void |
set_ws_Uunixerr(int err) |
void |
set_WSFLAGS(int wsflags) |
boolean |
wsrplywanted() |
private static final long serialVersionUID
private int flag
private int tpevent
private int _TPException
private int _tpurcode
private int _Uunixerr
private int _tperrordetail
private int connindx
private int sendmtype
private int rplymtype
private int appkey
private int clt_id
private int WSop
private int rtn_val
private int[] flds
private java.lang.String rqustsrvc
private int opcode_flags
private java.lang.String type
private static final int FIXED_WS_SIZE
private static final int NUM_FLDS
private static final int MAXSRVCNAME
private static final int NULLMTYPE
static final int TPCONV
public WsTcb()
public WsTcb(int opcode)
public WsTcb(int opcode, java.lang.String rqst_srvc)
public WsKey get_key()
public int get_ws_sigahead()
public int get_ws_sigbehind()
public int get_ws_cmplimit()
public int get_ws_encbits()
public int get_ws_rtn_val()
public int get_ws_TPException()
public int get_ws_tpurcode()
public int get_ws_Uunixerr()
public int get_ws_tperrordetail()
public int get_opcode()
public int get_CLTID()
public int get_HANDLE()
public int get_REQGEN()
public java.lang.String get_type()
public int get_flds(int i)
public boolean wsrplywanted()
public void set_HANDLE(int handle)
public void set_TIMEOUT(int time)
public void set_WSFLAGS(int wsflags)
public void set_NETTIMEOUT(int nettimeout)
public void set_REQGEN(int reqgen)
public void set_CLTID(int cltid)
public void set_FLAG(int flag)
public void set_PRIO(int prio)
public void set_ws_TPException(int err)
public void set_ws_tpurcode(int err)
public void set_ws_Uunixerr(int err)
public void set_ws_tperrordetail(int err)
public int get_WSFLAGS()
public void set_type(java.lang.String type)
public boolean prepareForCache()
prepareForCache
in class tcb
public void _tmpresend(java.io.DataOutputStream encoder, tch myheader) throws TPException, java.io.IOException
_tmpresend
in class tcb
encoder
- The stream object to use to encode this TCBTPException
- If there was a Tuxedo error while encodingjava.io.IOException
- if there was an error using the encoderpublic final int _tmpostrecv(java.io.DataInputStream decoder, int recv_size, int hint_index) throws java.io.IOException
_tmpostrecv
in class tcb
decoder
- The input stream pointing to the start of the TCBrecv_size
- The total size of this TCB, unpaddedjava.io.IOException
- if there was an error reading the input stream
public final int _tmpostrecv65(java.io.DataInputStream decoder, int recv_size, int hint_index) throws java.io.IOException
java.io.IOException
public void _tmpresend65(java.io.DataOutputStream encoder) throws TPException, java.io.IOException
encoder
- The stream object to use to encode this TCBTPException
- If there was a Tuxedo error while encodingjava.io.IOException
- if there was an error using the encoder