Uses of Interface
fulmine.rpc.IRpcTransmissionManager

Packages that use IRpcTransmissionManager
fulmine.context   
fulmine.distribution   
fulmine.distribution.channel   
 

Uses of IRpcTransmissionManager in fulmine.context
 

Subinterfaces of IRpcTransmissionManager 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 IRpcTransmissionManager
 class FTContext
          A context that exists within a cluster of peer contexts.
 class FTDistributionManager
          A DistributionManager for an FTContext.
 class FulmineContext
          The default IFrameworkContext implementation composed of collaborating implementations: IModelManager IEventManager IDistributionManager IRpcManager
 

Uses of IRpcTransmissionManager in fulmine.distribution
 

Subinterfaces of IRpcTransmissionManager in fulmine.distribution
 interface IDistributionManager
          Manages subscriptions for distribution of events within the local context and from remote contexts.
 

Uses of IRpcTransmissionManager in fulmine.distribution.channel
 

Subinterfaces of IRpcTransmissionManager in fulmine.distribution.channel
 interface IChannel
          A channel is an abstraction of a 2-way communication link between 2 IFrameworkContext instances.
 

Classes in fulmine.distribution.channel that implement IRpcTransmissionManager
 class Channel
          The default channel implementation.
 



Copyright © 2007-2009. All Rights Reserved.