Package | Description |
---|---|
com.oracle.tuxedo.tjatmi |
Modifier and Type | Method and Description |
---|---|
TPQCTL |
TPEVCTL.getQCtrl()
Return TPQCTL object associated with current TPEVCTL object.
|
Modifier and Type | Method and Description |
---|---|
void |
TPEVCTL.setQCtrl(TPQCTL qctrl)
Set TPQCTL object to associate it with current TPEVCTL object.
|
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. |
int |
TuxAppContext.tpenqueue(java.lang.String qspace,
java.lang.String qname,
TPQCTL ctl,
weblogic.wtc.jatmi.TypedBuffer data,
long flags)
The implementation of tpenqueue of TuxApplicationToMonitorInterface.
|
int |
TuxApplicationToMonitorInterface.tpenqueue(java.lang.String qspace,
java.lang.String qname,
TPQCTL ctl,
weblogic.wtc.jatmi.TypedBuffer data,
long flags)
tpenqueue method can be used to store a message on the queue
tpenqueue method can be used to store a message on the queue named by qname
in qspace queue space. |
Constructor and Description |
---|
TPEVCTL(long flags,
java.lang.String name1,
java.lang.String name2,
TPQCTL qctrl)
Construct a TPEVCTL object.
|