com.bea.tuxedo.control
Interface TuxedoControl


public interface TuxedoControl

The TuxedoControl interface is the base interface for the Tuxedo Control. It provides operations that allow the user of the control to access additional information.

Since:
WebLogic Workshop V8.1
Version:
0.9 5/27/2003
Author:
Todd Little

Nested Class Summary
static class TuxedoControl.AccessorName
          The naming convention used in classes, view/view32 classes or FML/FML32 classes
static class TuxedoControl.BufferType
          The different values for the type of the Tuxedo Buffer
static class TuxedoControl.DebugLevel
          The level of debug information
static class TuxedoControl.MappingStrictness
          The level of mapping strictness employed when coercing types
static class TuxedoControl.ServiceType
          The difference values for type of the service
static class TuxedoControl.TransactionMode
          Whether this call supports transactions or not
static interface TuxedoControl.tuxedo
          The Tuxedo service called
 
Method Summary
 weblogic.wtc.jatmi.ApplicationToMonitorInterface getConnection()
          Returns the WTC connection being used by the control.
 MappingIssue[] getMappingIssues()
          Returns the list of mapping issues that occurred during the last method invocation.
 int gettperrno()
          Returns the tperrno from the last exception encountered by the control during the execution of a request.
 int gettpurcode()
          Returns the tpurcode from a reply, if there has been a reply.
 

Method Detail

gettperrno

int gettperrno()
Returns the tperrno from the last exception encountered by the control during the execution of a request.


getMappingIssues

MappingIssue[] getMappingIssues()
Returns the list of mapping issues that occurred during the last method invocation.


getConnection

weblogic.wtc.jatmi.ApplicationToMonitorInterface getConnection()
Returns the WTC connection being used by the control. This can be used under the rare occasion where the control won't perform a specific JATMI request or a JATMI request with the necessary parameters.


gettpurcode

int gettpurcode()
Returns the tpurcode from a reply, if there has been a reply. Each reply in Tuxedo can contain a tpurcode. This operation provides access to that error code.