Uses of Class
org.glassfish.grizzly.ProcessorResult.Status

Packages that use ProcessorResult.Status
org.glassfish.grizzly   
 

Uses of ProcessorResult.Status in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return ProcessorResult.Status
 ProcessorResult.Status ProcessorResult.getStatus()
          Get the result status.
static ProcessorResult.Status ProcessorResult.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProcessorResult.Status[] ProcessorResult.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.glassfish.grizzly with parameters of type ProcessorResult.Status
ProcessorResult(ProcessorResult.Status status)
           
ProcessorResult(ProcessorResult.Status status, Object description)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.