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(java.lang.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.
 

Methods in org.glassfish.grizzly with parameters of type ProcessorResult.Status
protected  ProcessorResult ProcessorResult.setStatus(ProcessorResult.Status status)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.