Uses of Class
com.sun.grizzly.ProcessorResult.Status

Packages that use ProcessorResult.Status
com.sun.grizzly   
 

Uses of ProcessorResult.Status in com.sun.grizzly
 

Methods in com.sun.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 com.sun.grizzly with parameters of type ProcessorResult.Status
ProcessorResult(ProcessorResult.Status status)
           
ProcessorResult(ProcessorResult.Status status, Object description)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.