Uses of Interface
fulmine.rpc.IRpcPublishOperations

Packages that use IRpcPublishOperations
fulmine.context   
fulmine.rpc   
 

Uses of IRpcPublishOperations in fulmine.context
 

Subinterfaces of IRpcPublishOperations in fulmine.context
 interface IFrameworkContext
          The framework context; this provides access to properties of the context that should only be accessed by the framework internals.
 interface IFulmineContext
          This is the application context for fulmine, a distributed data model system (DDMS).
 

Classes in fulmine.context that implement IRpcPublishOperations
 class FTContext
          A context that exists within a cluster of peer contexts.
 class FulmineContext
          The default IFrameworkContext implementation composed of collaborating implementations: IModelManager IEventManager IDistributionManager IRpcManager
 class RpcManager
          The standard implementation of an IRpcManager.
 

Uses of IRpcPublishOperations in fulmine.rpc
 

Subinterfaces of IRpcPublishOperations in fulmine.rpc
 interface IRpcManager
          The manager for the Remote Procedure Call (RPC) framework.
 interface IRpcRegistry
          A component that is responsible for managing the current registered RPC definitions for a local context.
 

Classes in fulmine.rpc that implement IRpcPublishOperations
 class RpcRegistry
          Standard IRpcRegistry implementation.
 



Copyright © 2007-2009. All Rights Reserved.