Package fulmine.rpc

Interface Summary
IRpcCodec A codec for RPC invocations.
IRpcDefinition Expresses a specific Remote Procedure Call definition.
IRpcHandler An object that can handle RPC invocations.
IRpcManager The manager for the Remote Procedure Call (RPC) framework.
IRpcMarker A 'marker' generated when an asynchronous RPC is invoked via IRpcManager.invoke(IRpcResultHandler, String, String, IField...) .
IRpcPublicationListener Receives notifications when an RPC is published or unpublished by a remote context.
IRpcPublishOperations Exposes publish and unpublish operations for RPCs.
IRpcRegistry A component that is responsible for managing the current registered RPC definitions for a local context.
IRpcResult Represents the result from invoking a specific RPC in a remote context.
IRpcResultHandler A handler for the result received from invoking an RPC on a remote context.
IRpcTransmissionManager Handles transmitting requests for invoking RPCs.
 

Class Summary
RpcCodec Standard implementation of an IRpcCodec.
RpcDefinition A simple implementation of an IRpcDefinition.
RpcMarker Standard implementation.
RpcRegistry Standard IRpcRegistry implementation.
RpcResult Standard implementation.
RpcUtils Contains various utility methods required for the RPC framework.
 



Copyright © 2007-2009. All Rights Reserved.