FileDocCategorySizeDatePackage
ProcessingResult.javaAPI DocGlassfish v2 API2931Fri May 04 22:30:20 BST 2007com.sun.enterprise.deployment.annotation

ProcessingResult

public interface ProcessingResult
This interface encapsulates all AnnotatedElements processing result by the AnnotationProcessor tool. Each AnnotatedElement can have multiple annotations, therefore the AnnotationProcessor tool result is defined by the list of AnnotatedElements it processed and for each AnnotatedElement, it defines each Annotation processed and its processing result.
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public ResultTypegetOverallResult()

return
the overall processing result, which is usually the most severe ResultType for all the annotated elements processing

public java.util.MapgetResults()

return
a Map indexed by all AnnotatedElements processed and each AnnotatedElement HandlerProcessingResult as values.