com.bea.tuxedo.control
Class TuxedoControlChecker

java.lang.Object
  extended by com.bea.tuxedo.control.TuxedoControlChecker
All Implemented Interfaces:
ControlChecker

public class TuxedoControlChecker
extends Object
implements ControlChecker

This is the main validation class. It is called by Eclipse for each public method in the Control interface of a JCX file.


Constructor Summary
TuxedoControlChecker()
           
 
Method Summary
 void check(Declaration decl, AnnotationProcessorEnvironment env)
          Invoked by the control build-time infrastructure to process a declaration of a control extension (ie, an interface annotated with @ControlExtension), or a field instance of a control type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TuxedoControlChecker

public TuxedoControlChecker()
Method Detail

check

public void check(Declaration decl,
                  AnnotationProcessorEnvironment env)
Invoked by the control build-time infrastructure to process a declaration of a control extension (ie, an interface annotated with @ControlExtension), or a field instance of a control type.

Specified by:
check in interface ControlChecker