Uses of Package
com.bea.tuxedo.control

Packages that use com.bea.tuxedo.control
com.bea.tuxedo.control   
 

Classes in com.bea.tuxedo.control used by com.bea.tuxedo.control
Deserializer
          A Deserializer is responsible for moving fields from a Tuxedo buffer into the arguments of the method signature.
IJavaClass
          Interface providing access to a Java Class object's fields.
IJavaField
          Interface representing a single publicly accessible field in a class.
ITuxClass
          Interface providing access to a Tuxedo FML or View buffers's fields.
ITuxField
          Interface representing a single field in a Tuxedo view or FML buffer.
MappingIssue
          A MappingIssue is logged with the TuxedoControl whenever an inexact mapping occurs in mapping a method's signature to the Tuxedo buffers used in the method call.
Serializer
          A Serializer is responsible for moving fields from the arguments of the method signature to a Tuxedo buffer.
TuxedoControl.AccessorName
          The naming convention used in classes, view/view32 classes or FML/FML32 classes
TuxedoControl.BufferType
          The different values for the type of the Tuxedo Buffer
TuxedoControl.DebugLevel
          The level of debug information
TuxedoControl.MappingStrictness
          The level of mapping strictness employed when coercing types
TuxedoControl.ServiceType
          The difference values for type of the service
TuxedoControl.TransactionMode
          Whether this call supports transactions or not