Uses of Class
org.cometd.oort.OortService.Result
Packages that use OortService.Result
-
Uses of OortService.Result in org.cometd.oort
Methods in org.cometd.oort that return OortService.ResultModifier and TypeMethodDescriptionstatic <S> OortService.Result<S>Returns a failedOortService.Resultcontaining the given failure object.static <S> OortService.Result<S>Returns an ignoredOortService.Resultcontaining the given data objectprotected OortService.Result<Long>OortPrimaryLong.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 successfulOortService.Resultcontaining the given result object.