Uses of Interface
fulmine.rpc.IRpcHandler

Packages that use IRpcHandler
fulmine.context   
fulmine.rpc   
 

Uses of IRpcHandler in fulmine.context
 

Methods in fulmine.context with parameters of type IRpcHandler
 boolean RpcManager.publishProdedure(IRpcHandler handler, IRpcDefinition rpcDefinition)
           
 boolean FulmineContext.publishProdedure(IRpcHandler handler, IRpcDefinition rpcDefinition)
           
 boolean FTContext.publishProdedure(IRpcHandler handler, IRpcDefinition rpcDefinition)
           
 

Uses of IRpcHandler in fulmine.rpc
 

Methods in fulmine.rpc that return IRpcHandler
 IRpcHandler RpcRegistry.getHandler(String registryKey)
           
 IRpcHandler IRpcRegistry.getHandler(String registryKey)
          Get the handler for the RPC registry key.
 

Methods in fulmine.rpc with parameters of type IRpcHandler
 boolean RpcRegistry.publishProdedure(IRpcHandler handler, IRpcDefinition rpcDefinition)
           
 boolean IRpcPublishOperations.publishProdedure(IRpcHandler handler, IRpcDefinition rpcDefinition)
          Publish the named procedure to all known remote contexts.
 



Copyright © 2007-2009. All Rights Reserved.