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

Packages that use IJavaField
com.bea.tuxedo.control   
 

Uses of IJavaField in com.bea.tuxedo.control
 

Classes in com.bea.tuxedo.control that implement IJavaField
 class JavaFieldSerialize
          Provide access to a single field in a Java class.
 class JavaFieldValidate
          Provide access to a single field in a Java class.
 

Methods in com.bea.tuxedo.control that return IJavaField
 IJavaField[] JavaClassValidate.getFields()
          Get the field descriptors for the represented class.
 IJavaField[] JavaClassSerialize.getFields()
          Get the field descriptors for the represented class.
 IJavaField[] IJavaClass.getFields()
          Get the field descriptors for the represented class.