org.glassfish.grizzly
Class ProcessorResult
java.lang.Object
org.glassfish.grizzly.ProcessorResult
public class ProcessorResult
- extends Object
The interface represents the result of Processor execution.
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorResult
public ProcessorResult(ProcessorResult.Status status)
ProcessorResult
public ProcessorResult(ProcessorResult.Status status,
Object description)
getStatus
public ProcessorResult.Status getStatus()
- Get the result status.
- Returns:
- the result status.
getDescription
public Object getDescription()
- Get the
ProcessorResult description.
- Returns:
- the
ProcessorResult description.
Copyright © 2009 SUN Microsystems. All Rights Reserved.