fulmine.rpc
Interface IRpcTransmissionManager

All Known Subinterfaces:
IChannel, IDistributionManager, IFrameworkContext, IFulmineContext
All Known Implementing Classes:
Channel, FTContext, FTDistributionManager, FulmineContext

public interface IRpcTransmissionManager

Handles transmitting requests for invoking RPCs.

Author:
Ramon Servadei

Method Summary
 void invokeRpc(String remoteContextIdentity, byte[] rpcData)
          Send the RPC invocation to the remote context.
 

Method Detail

invokeRpc

void invokeRpc(String remoteContextIdentity,
               byte[] rpcData)
Send the RPC invocation to the remote context. This should only be accessed by non-application code.

Parameters:
remoteContextIdentity - the identity of the remote context that the RPC should be sent to
rpcData - the RPC in its byte[] form
See Also:
IRpcManager


Copyright © 2007-2009. All Rights Reserved.