fulmine.rpc
Interface IRpcHandler
public interface IRpcHandler
An object that can handle RPC invocations.
- Author:
- Ramon Servadei
- See Also:
IRpcPublishOperations.publishProdedure(IRpcHandler, IRpcDefinition)
handle
IRpcResult handle(IRpcDefinition rpcDefinition,
IField... arguments)
- Handle an RPC invocation.
- Parameters:
rpcDefinition
- the definition of the RPC being invokedarguments
- 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.