abstract class Status extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Status.ComputeArg |
(package private) static class |
Status.Done |
(package private) static class |
Status.ReadingArg |
(package private) static class |
Status.ReadingOption |
(package private) static class |
Status.Request<T>
The input.
|
(package private) static class |
Status.Response<T>
The output.
|
(package private) static class |
Status.WantReadArg |
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract <T> Status.Response<T> |
process(Status.Request<T> req)
Process a request.
|
Status()
abstract <T> Status.Response<T> process(Status.Request<T> req)
T
- the generic type of the commandreq
- the requestCopyright © 2015 eXo Platform SAS. All Rights Reserved.