| Package | Description | 
|---|---|
| com.oracle.tuxedo.tjatmi | |
| com.oracle.tuxedo.tjatmi.rm | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TuxATMITPReplyException
This class is the exception that represents a TuxATMITPException 
 failure when there may also be user data on the exception that is thrown. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static weblogic.wtc.jatmi.TypedView | 
TuxATMIBufCnv.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 | 
TuxATMIBufCnv.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 | 
TuxATMIBufCnv.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 | 
TuxATMIBufCnv.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 | 
TuxATMIBufCnv.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 | 
TuxATMIBufCnv.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. 
 | 
static TuxAppContext | 
TuxAppContextUtil.getTuxAppContext()
getTuxAppContext() is called by Java application thread
 to retrieve the current attached Tuxedo application Java context object. | 
int | 
TuxAppContext.tpabort(long flags)
The implementation of tpabort of TuxApplicationToMonitorInterface 
 | 
int | 
TuxApplicationToMonitorInterface.tpabort(long flags)
tpabort() signifies the abnormal end of a transaction. | 
int | 
TuxAppContext.tpacall(java.lang.String svc,
       weblogic.wtc.jatmi.TypedBuffer idata,
       long flags)
The implementation of tpacall of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpacall(java.lang.String svc,
       weblogic.wtc.jatmi.TypedBuffer idata,
       long flags)
Sends a request message to the service named by svc. 
 | 
static int | 
TuxAppContextUtil.tpappthrinit(TPINIT tpthrinfo)
tpappthrinit can be used to create a Tuxedo application context in a Java
 server application thread. 
 | 
static int | 
TuxAppContextUtil.tpappthrterm()
tpappthrterm removes the current Tuxedo application context and set current
 application context to a NULL context. 
 | 
int | 
TuxAppContext.tpbegin(long trntime,
       long flags)
The implementation of tpbegin of TuxApplicationToMonitorInterface 
 | 
int | 
TuxApplicationToMonitorInterface.tpbegin(long trntime,
       long flags)
tpbegin() signifies the beginning of a transaction. | 
int | 
TuxAppContext.tpbroadcast(java.lang.String lmid,
           java.lang.String usrname,
           java.lang.String cltname,
           weblogic.wtc.jatmi.TypedBuffer data,
           long flags)
The implementation of tpbroadcast of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpbroadcast(java.lang.String lmid,
           java.lang.String usrname,
           java.lang.String cltname,
           weblogic.wtc.jatmi.TypedBuffer data,
           long flags)
tpbroadcast is used by a client or server to send an unsolicited message to
 registered clients within the system. 
 | 
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. 
 | 
int | 
TuxAppContext.tpcancel(int cd)
The implementation of tpcancel of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpcancel(int cd)
Cancels a call descriptor returned, cd, returned by tpacall. 
 | 
int | 
TuxAppContext.tpcommit(long flags)
The implementation of tpcommit of TuxApplicationToMonitorInterface 
 | 
int | 
TuxApplicationToMonitorInterface.tpcommit(long flags)
tpcommit() signifies the end of a transaction,
 using a two-phase commit protocol to coordinate participants. | 
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. | 
weblogic.wtc.jatmi.TypedXML | 
TuxAppContext.tpfml32toxml(weblogic.wtc.jatmi.TypedFML32 fmldata,
            java.lang.String vfile,
            java.lang.String rtag,
            long flags)
The implementation of tpfml32toxml of TuxApplicationToMonitorInterface. 
 | 
weblogic.wtc.jatmi.TypedXML | 
TuxApplicationToMonitorInterface.tpfml32toxml(weblogic.wtc.jatmi.TypedFML32 fmldata,
            java.lang.String xfile,
            java.lang.String rtag,
            long flags)
tpfml32toxml is used to convert a TypedFML32 object to a TypedXML object. 
 | 
weblogic.wtc.jatmi.TypedXML | 
TuxAppContext.tpfmltoxml(weblogic.wtc.jatmi.TypedFML fmldata,
          java.lang.String vfile,
          java.lang.String rtag,
          long flags)
The implementation of tpfmltoxml of TuxApplicationToMonitorInterface. 
 | 
weblogic.wtc.jatmi.TypedXML | 
TuxApplicationToMonitorInterface.tpfmltoxml(weblogic.wtc.jatmi.TypedFML fmldata,
          java.lang.String xfile,
          java.lang.String rtag,
          long flags)
tpfmltoxml is used to convert a TypedFML object to a TypedXML object. 
 | 
void | 
TuxAppContext.tpforward(java.lang.String svcname,
         weblogic.wtc.jatmi.TypedBuffer data,
         long flags)
The implementation of tpforward of TuxApplicationToMonitorInterface. 
 | 
void | 
TuxApplicationToMonitorInterface.tpforward(java.lang.String svcname,
         weblogic.wtc.jatmi.TypedBuffer data,
         long flags)
tpforward method allows a service routine to forward a client's request to
 another service routine for further processing. 
 | 
int | 
TuxAppContext.tpgblktime(long flags)
The implementation of tpgblktime of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpgblktime(long flags)
tpgblktime retrieves a previously set blocktime value. 
 | 
static TPCONTEXT | 
TuxAppContextUtil.tpgetctxt(long flags)
tpgetctxt retrieves an identifier object TPCONTEXT that represents
 the current application context. 
 | 
int | 
TuxAppContext.tpgetlev()
The implementation of tpgetlev of TuxApplicationToMonitorInterface 
 | 
int | 
TuxApplicationToMonitorInterface.tpgetlev()
tpgetlev() returns the current transaction level to the caller. | 
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. 
 | 
int | 
TuxAppContext.tpgprio()
The implementation of tpgprio of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpgprio()
tpgprio() returns the priority for the last request sent or received by the current thread
 in its current context. 
 | 
int | 
TuxAppContext.tpnotify(CLIENTID cltid,
        weblogic.wtc.jatmi.TypedBuffer data,
        long flags)
The implementation of tpnotify of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpnotify(CLIENTID cltid,
        weblogic.wtc.jatmi.TypedBuffer data,
        long flags)
tpnotify() method can be used by a client or server to send an unsolicited
 message to an individual client. 
 | 
int | 
TuxAppContext.tppost(java.lang.String eventname,
      weblogic.wtc.jatmi.TypedBuffer data,
      long flags)
The implementation of tppost of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tppost(java.lang.String eventname,
      weblogic.wtc.jatmi.TypedBuffer data,
      long flags)
tppost method can be used to post an event and any accompanying data. 
 | 
int | 
TuxAppContext.tpresume(TPTRANID trnId,
        long flags)
The implementation of tpresume of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpresume(TPTRANID trnId,
        long flags)
tpresume is used to resume work on behalf of a previously suspended transaction. 
 | 
void | 
TuxAppContext.tpreturn(int rval,
        long rcode,
        weblogic.wtc.jatmi.TypedBuffer rdata,
        long flags)
The implementation of tpreturn of TuxApplicationToMonitorInterface. 
 | 
void | 
TuxApplicationToMonitorInterface.tpreturn(int rval,
        long rcode,
        weblogic.wtc.jatmi.TypedBuffer rdata,
        long flags)
Indicates that a service routine has completed. 
 | 
int | 
TuxAppContext.tpsblktime(int blktime,
          long flags)
The implementation of tpsblktime of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpsblktime(int blktime,
          long flags)
tpsblktime method can be used to set the blocktime value. 
 | 
int | 
TuxAppContext.tpscmt(long flags)
The implementation of tpscmt of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpscmt(long flags)
tpscmt method sets the TP_COMMIT_CONTROL characteristic to the value specified in flags. 
 | 
static int | 
TuxAppContextUtil.tpsetctxt(TPCONTEXT ctxt,
         long flags)
tpsetctxt() defines the context in which the current thread operates. 
 | 
int | 
TuxAppContext.tpsprio(int prio,
       long flags)
The implementation of tpsprio of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpsprio(int prio,
       long flags)
tpsprio sets the priority for the next request sent or forwarded by the current thread. 
 | 
long | 
TuxAppContext.tpsubscribe(java.lang.String eventexpr,
           java.lang.String filter,
           TPEVCTL ctl,
           long flags)
The implementation of tpsubscribe of TuxApplicationToMonitorInterface. 
 | 
long | 
TuxApplicationToMonitorInterface.tpsubscribe(java.lang.String eventexpr,
           java.lang.String filter,
           TPEVCTL ctl,
           long flags)
Subscribes an event or set of events named by eventexpr. 
 | 
TPTRANID | 
TuxAppContext.tpsuspend(long flags)
The implementation of tpsuspend of TuxApplicationToMonitorInterface. 
 | 
TPTRANID | 
TuxApplicationToMonitorInterface.tpsuspend(long flags)
tpsuspend() is used to suspend the transaction active in the caller's process. 
 | 
int | 
TuxAppContext.tpunsubscribe(long subscription,
             long flags)
The implementation of tpunsubscribe of TuxApplicationToMonitorInterface. 
 | 
int | 
TuxApplicationToMonitorInterface.tpunsubscribe(long subscription,
             long flags)
tpunsubscribe can be used to remove an event subscription or a set of event
 subscriptions from the Oracle Tuxedo EventBroker's list of active subscriptions. 
 | 
weblogic.wtc.jatmi.TypedFML | 
TuxAppContext.tpxmltofml(weblogic.wtc.jatmi.TypedXML xmldata,
          java.lang.String vfile,
          java.lang.String rtag,
          long flags)
The implementation of tpxmltofml of TuxApplicationToMonitorInterface. 
 | 
weblogic.wtc.jatmi.TypedFML | 
TuxApplicationToMonitorInterface.tpxmltofml(weblogic.wtc.jatmi.TypedXML xmldata,
          java.lang.String xfile,
          java.lang.String rtag,
          long flags)
tpxmltofml method can be used to convert a TypedXML object to TypedFML object. 
 | 
weblogic.wtc.jatmi.TypedFML32 | 
TuxAppContext.tpxmltofml32(weblogic.wtc.jatmi.TypedXML xmldata,
            java.lang.String vfile,
            java.lang.String rtag,
            long flags)
The implementation of tpxmltofml32 of TuxApplicationToMonitorInterface. 
 | 
weblogic.wtc.jatmi.TypedFML32 | 
TuxApplicationToMonitorInterface.tpxmltofml32(weblogic.wtc.jatmi.TypedXML xmldata,
            java.lang.String xfile,
            java.lang.String rtag,
            long flags)
tpxmltofml method can be used to convert a TypedXML object to TypedFML32 object. 
 | 
| Constructor and Description | 
|---|
TuxATMITPReplyException(int err,
                       TuxATMIReply aRplyRtn)
This is the constructor of the exception. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TuxATMIRMException
This class is an exception that represents a TuxATMITPException failure 
 when there is a resource manager error. 
 |