Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Method | Description |
---|---|---|
static <S> OortService.Result<S> |
OortService.Result.failure(java.lang.Object failure) |
Returns a failed
OortService.Result containing the given failure object. |
static <S> OortService.Result<S> |
OortService.Result.ignore(java.lang.Object data) |
Returns an ignored
OortService.Result containing the given data object |
protected OortService.Result<java.lang.Long> |
OortMasterLong.onForward(OortService.Request request) |
|
protected abstract OortService.Result<R> |
OortService.onForward(OortService.Request request) |
Subclasses must implement this method, that runs on the owner node,
to implement the action functionality.
|
static <S> OortService.Result<S> |
OortService.Result.success(S result) |
Returns a successful
OortService.Result containing the given result object. |
Copyright © 2008–2017 The CometD Project. All rights reserved.