public class TuxATMIBufCnv extends java.lang.Object implements TuxATMIConstants
EB_TA_CLIENTID_MAXLEN, EB_TA_COMMAND_MAXLEN, EB_TA_EVENT_EXPR_MAXLEN, EB_TA_EVENT_FILTER_BINARY_MAXLEN, EB_TA_EVENT_FILTER_MAXLEN, EB_TA_EVENTNAME_MAXLEN, EB_TA_QNAME_MAXLEN, EB_TA_QSPACE_MAXLEN, EB_TA_USERLOG_MAXLEN, FCONCAT, FJOIN, FOJOIN, FUPDATE, MAXBLKTIME, MAXTIDENT, RESERVED_BIT1, RESERVED_BIT3, RESERVED_BIT4, RESERVED_BIT5, TM_PRIORANGE, TMSTYPELEN, TMTYPELEN, TP_CMT_COMPLETE, TP_CMT_LOGGED, TPABSOLUTE, TPACK, TPACK_INTL, TPBLK__MASK, TPBLK_ALL, TPBLK_MICROSECOND, TPBLK_MILLISECOND, TPBLK_NEXT, TPBLK_SECOND, TPCONV, TPCONVMAXSTR, TPEVPERSIST, TPEVQUEUE, TPEVRESERVED1, TPEVRESERVED2, TPEVRESERVED3, TPEVSERVICE, TPEVTRAN, TPEXIT, TPFAIL, TPGETANY, TPMULTICONTEXTS, TPNOBLOCK, TPNOCHANGE, TPNOCOPY, TPNOFLAGS, TPNOREPLY, TPNOTIME, TPNOTRAN, TPQBEFOREMSGID, TPQCORRID, TPQDELIVERYQOS, TPQEXPTIME_ABS, TPQEXPTIME_NONE, TPQEXPTIME_REL, TPQFAILUREQ, TPQGETBYCORRID, TPQGETBYCORRIDOLD, TPQGETBYMSGID, TPQGETBYMSGIDOLD, TPQMSGID, TPQPEEK, TPQPRIORITY, TPQQOSDEFAULTPERSIST, TPQQOSNONPERSISTENT, TPQQOSPERSISTENT, TPQREPLYQ, TPQREPLYQOS, TPQTIME_ABS, TPQTIME_REL, TPQTOP, TPQWAIT, TPRECVONLY, TPSA_FASTPATH, TPSA_PROTECTED, TPSENDONLY, TPSIGRSTRT, TPSUCCESS, TPTRAN, TPU_DIP, TPU_IGN, TPU_MASK, TPU_SIG, TPU_THREAD, TPXMLALLOWEMPTY, TPXPARSALWAYS, TPXPARSCACHERESET, TPXPARSCACHESET, TPXPARSCONFATAL, TPXPARSDOSCH, TPXPARSEREFN, TPXPARSNEVER, TPXPARSNOEXIT, TPXPARSNOINCWS, TPXPARSNSPACE, TPXPARSSCHFULL, TPXPARSSTDURI, TPXPARSUSECACHEDGRAM, XATMI_SERVICE_NAME_LENGTH
Constructor and Description |
---|
TuxATMIBufCnv() |
Modifier and Type | Method and Description |
---|---|
static weblogic.wtc.jatmi.TypedView |
Fvftos(weblogic.wtc.jatmi.TypedFML fmldata,
java.lang.String vname,
long flags)
Fvftos transfers data from a TypedFML buffer object to a TypedView buffer object.
|
static weblogic.wtc.jatmi.TypedView32 |
Fvftos32(weblogic.wtc.jatmi.TypedFML32 fmldata,
java.lang.String vname,
long flags)
Fvftos32 transfers data from a TypedFML32 buffer object to a TypedView32 buffer object.
|
static weblogic.wtc.jatmi.TypedFML |
Fvstof(weblogic.wtc.jatmi.TypedFML fdata,
weblogic.wtc.jatmi.TypedView vdata,
int mode,
java.lang.String vname,
long flags)
Fvstof genrates a new TypedFML buffer object and performs a merging operation with
the data from a TypedView buffer object and existing TypedFML buffer object.
|
static weblogic.wtc.jatmi.TypedFML |
Fvstof(weblogic.wtc.jatmi.TypedView vdata,
java.lang.String vname,
long flags)
Fvstof genrates a new TypedFML buffer object and transfers data from a TypedView
buffer object to it.
|
static weblogic.wtc.jatmi.TypedFML32 |
Fvstof32(weblogic.wtc.jatmi.TypedFML32 fdata,
weblogic.wtc.jatmi.TypedView32 vdata,
int mode,
java.lang.String vname,
long flags)
Fvstof32 genrates a new TypedFML32 buffer object and performs a merging operation with
the data from a TypedView32 buffer object and existing TypedFML32 buffer object.
|
static weblogic.wtc.jatmi.TypedFML32 |
Fvstof32(weblogic.wtc.jatmi.TypedView32 vdata,
java.lang.String vname,
long flags)
Fvstof32 genrates a new TypedFML32 buffer object and transfers data from a TypedView32
buffer object to it.
|
public static final weblogic.wtc.jatmi.TypedView Fvftos(weblogic.wtc.jatmi.TypedFML fmldata, java.lang.String vname, long flags) throws TuxATMITPException
Fvftos
method transfers data from the inputted TypedFML object and
generates a TypedView object. VIEWDIR and VIEWFILES environment variable must
be already specified before Java server is started. And view name must be also
configured in fmldata
- It is a valid TypedFML typed buffer object.vname
- It is the name of compiled view description.flags
- It is currently reserved and must be set to 0.TuxATMITPException
- Upon failure, Fvftos throws a TuxATMITPException, and
TuxATMITPException.getMessage() can be used to get real error condition description.
Under the following conditions, Fvftos() fails:public static final weblogic.wtc.jatmi.TypedView32 Fvftos32(weblogic.wtc.jatmi.TypedFML32 fmldata, java.lang.String vname, long flags) throws TuxATMITPException
Fvftos32
method transfers data from the inputted TypedFML32 object
and generates a TypedView32 object.
VIEWDIR32 and VIEWFILES32 environment variable must be already specified before
starting Java server. And view name must be also configured in fmldata
- It is a valid TypedFML32 typed buffer object.vname
- It is the name of compiled view description.flags
- It is currently reserved and must be set to 0.TuxATMITPException
- Upon failure, Fvftos32 throws a TuxATMITPException,
and TuxATMITPException.getMessage() can be used to get real error condition description.
Under the following conditions, Fvftos() fails:public static final weblogic.wtc.jatmi.TypedFML Fvstof(weblogic.wtc.jatmi.TypedView vdata, java.lang.String vname, long flags) throws TuxATMITPException
Fvstof
method is used to generate a new TypedFML buffer object and
transfer data from a TypedView typed buffer object to it.vdata
- A TypedView typed buffer object.vname
- The subtype name of the TypedView buffer object.flags
- It is currently reserved and must be set to 0.TuxATMITPexception
- Upon failure, Fvstof throws a TuxATMITPexception,
and TuxATMITPException.getMessage can be used to retrieve the real error condition
description.
Under the following conditions, Fvstof fails:TuxATMITPException
public static final weblogic.wtc.jatmi.TypedFML32 Fvstof32(weblogic.wtc.jatmi.TypedView32 vdata, java.lang.String vname, long flags) throws TuxATMITPException
Fvstof
method is used to generate a new TypedFML32 buffer object and
transfer data from a TypedView32 typed buffer object to it.vdata
- A TypedView32 typed buffer object.vname
- The subtype name of the TypedView32 buffer object.flags
- It is currently reserved and must be set to 0.TuxATMITPexception
- Upon failure, Fvstof32 throws a TuxATMITPexception,
and TuxATMITPException.getMessage can be used to retrieve the real error condition
description.
Under the following conditions, Fvstof32 fails:TuxATMITPException
public static final weblogic.wtc.jatmi.TypedFML Fvstof(weblogic.wtc.jatmi.TypedFML fdata, weblogic.wtc.jatmi.TypedView vdata, int mode, java.lang.String vname, long flags) throws TuxATMITPException
Fvstof
genrates a new TypedFML buffer object and performs a merging
operation with the data from a TypedView buffer object with existing TypedFML buffer
object by the specified operation mode.fdata
- A TypedFML typed buffer object.vdata
- A TypedView typed buffer object.vname
- The subtype name of the TypedView buffer object.mode
- The merging operation mode. It can be set with values:
FUPDATE, FOJOIN, FJOIN, or FCONCAT.flags
- It is currently reserved, and must be set to 0.TuxATMITPexception
- Upon failure, Fvstof throws a TuxATMITPexception,
and TuxATMITPException.getMessage can be used to retrieve the real error condition
description.
Under the following conditions, Fvstof fails:TuxATMITPException
public static final weblogic.wtc.jatmi.TypedFML32 Fvstof32(weblogic.wtc.jatmi.TypedFML32 fdata, weblogic.wtc.jatmi.TypedView32 vdata, int mode, java.lang.String vname, long flags) throws TuxATMITPException
Fvstof32
genrates a new TypedFML32 buffer object and performs a merging
operation with the data from a TypedView32 buffer object and existing TypedFML32 buffer
object by the specified operation mode.fdata
- A TypedFML32 typed buffer object.vdata
- A TypedView32 typed buffer object.vname
- The subtype name of the TypedView32 buffer object.mode
- The merging operation mode. It can be set with values:
FUPDATE, FOJOIN, FJOIN, or FCONCAT.flags
- It is currently reserved, and must be set to 0.TuxATMITPexception
- Upon failure, Fvstof32 throws a TuxATMITPexception,
and TuxATMITPException.getMessage can be used to retrieve the real error condition
description.
Under the following conditions, Fvstof32 fails:TuxATMITPException