Package | Description |
---|---|
com.oracle.tuxedo.tjatmi |
Modifier and Type | Method and Description |
---|---|
TuxATMIReply |
TuxATMITPReplyException.getExceptionReply()
Gets the data that goes along with this service failure
|
TuxATMIReply |
TuxATMITPException.getTuxATMIReplyRtn()
Gets the data that goes along with this service failure
|
TuxATMIReply |
TuxAppContext.tpcall(java.lang.String svc,
weblogic.wtc.jatmi.TypedBuffer idata,
long flags)
The implementation of tpcall of TuxApplicationToMonitorInterface.
|
TuxATMIReply |
TuxApplicationToMonitorInterface.tpcall(java.lang.String svc,
weblogic.wtc.jatmi.TypedBuffer idata,
long flags)
Sends a request and synchronously awaits the reply.
|
TuxATMIReply |
TuxAppContext.tpdequeue(java.lang.String qspace,
java.lang.String qname,
TPQCTL ctl,
long flags)
The implementation of tpdequeue of TuxApplicationToMonitorInterface.
|
TuxATMIReply |
TuxApplicationToMonitorInterface.tpdequeue(java.lang.String qspace,
java.lang.String qname,
TPQCTL ctl,
long flags)
tpdequeue method can be used to take a message for processing from the queue
tpdequeue method can be used to take a message for processing
from the queue named by qname in the qspace queue space. |
TuxATMIReply |
TuxAppContext.tpgetrply(int cd,
long flags)
The implementation of tpgetrply of TuxApplicationToMonitorInterface.
|
TuxATMIReply |
TuxApplicationToMonitorInterface.tpgetrply(int cd,
long flags)
Returns a reply from a previously sent request.
|
Constructor and Description |
---|
TuxATMITPException(int tperrno,
int Uunixerr,
long tpurcode,
long tperrordetail,
long diagnostic,
TuxATMIReply aRplyRtn)
This constructor sets all of the errno values and the reply object
|
TuxATMITPException(int tperrno,
int Uunixerr,
long tpurcode,
long tperrordetail,
TuxATMIReply aRplyRtn)
This constructor sets all of the errno values and the reply object
|
TuxATMITPReplyException(int err,
int uerr,
long urcode,
long detail,
long diagnostic,
TuxATMIReply aRplyRtn)
This constructor sets the reply errno as well as the data which goes
along with it
|
TuxATMITPReplyException(int err,
int uerr,
long urcode,
long detail,
TuxATMIReply aRplyRtn)
This constructor sets the reply errno as well as the data which goes
along with it
|
TuxATMITPReplyException(int err,
TuxATMIReply aRplyRtn)
This is the constructor of the exception.
|