Uses of Interface
org.glassfish.apf.ProcessingResult

Packages that use ProcessingResult
org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server. 
org.glassfish.apf.impl   
 

Uses of ProcessingResult in org.glassfish.apf
 

Methods in org.glassfish.apf that return ProcessingResult
 ProcessingResult AnnotationProcessor.process(ProcessingContext ctx)
          Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.
 ProcessingResult AnnotationProcessor.process(ProcessingContext ctx, java.lang.Class[] classes)
          Process a set of classes from the parameter list rather than from the processing context.
 

Uses of ProcessingResult in org.glassfish.apf.impl
 

Classes in org.glassfish.apf.impl that implement ProcessingResult
 class ProcessingResultImpl
          Implementation of the ProcessingResult interface
 

Methods in org.glassfish.apf.impl that return ProcessingResult
 ProcessingResult AnnotationProcessorImpl.process(ProcessingContext ctx)
          Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.
 ProcessingResult AnnotationProcessorImpl.process(ProcessingContext ctx, java.lang.Class[] classes)
          Process a set of classes from the parameter list rather than from the processing context.
 

Methods in org.glassfish.apf.impl with parameters of type ProcessingResult
 void ProcessingResultImpl.add(ProcessingResult pr)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.