Uses of Class
org.cometd.oort.OortService.Request
-
Packages that use OortService.Request Package Description org.cometd.oort -
-
Uses of OortService.Request in org.cometd.oort
Methods in org.cometd.oort with parameters of type OortService.Request Modifier and Type Method Description protected OortService.Result<java.lang.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.
-