Uses of Interface
com.bea.tuxedo.control.ITuxField

Packages that use ITuxField
com.bea.tuxedo.control   
 

Uses of ITuxField in com.bea.tuxedo.control
 

Classes in com.bea.tuxedo.control that implement ITuxField
 class TuxFieldFMLSerialize
          Class used by the serialization code.
 class TuxFieldViewSerialize
          Provide access to a single field in a View or View32 buffer.
 

Methods in com.bea.tuxedo.control that return ITuxField
 ITuxField TuxClassViewValidate.getField(String name)
          Not used for validation code
 ITuxField TuxClassViewSerialize.getField(String name)
          Get a field given its name.
 ITuxField TuxClassFMLValidate.getField(String name)
          Not used for validation code
 ITuxField TuxClassFMLSerialize.getField(String fldName)
          Find the field corresponding to name.
 ITuxField ITuxClass.getField(String name)
          Get the field descriptors for the represented class.