fulmine.rpc
Interface IRpcHandler


public interface IRpcHandler

An object that can handle RPC invocations.

Author:
Ramon Servadei
See Also:
IRpcPublishOperations.publishProdedure(IRpcHandler, IRpcDefinition)

Method Summary
 IRpcResult handle(IRpcDefinition rpcDefinition, IField... arguments)
          Handle an RPC invocation.
 

Method Detail

handle

IRpcResult handle(IRpcDefinition rpcDefinition,
                  IField... arguments)
Handle an RPC invocation.

Parameters:
rpcDefinition - the definition of the RPC being invoked
arguments - the arguments for the RPC
Returns:
the result from the operation, this is distributed back to the remote caller


Copyright © 2007-2009. All Rights Reserved.