|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDistributionManager | |
---|---|
fulmine.context |
Uses of IDistributionManager in fulmine.context |
---|
Subinterfaces of IDistributionManager 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 IDistributionManager | |
---|---|
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
|
Methods in fulmine.context that return IDistributionManager | |
---|---|
IDistributionManager |
IFrameworkContext.getDistributionManager()
Get the distribution manager assigned to the context |
IDistributionManager |
FulmineContext.getDistributionManager()
|
IDistributionManager |
FTContext.getDistributionManager()
|
Methods in fulmine.context with parameters of type IDistributionManager | |
---|---|
void |
IFrameworkContext.setDistributionManager(IDistributionManager distributionManager)
Provide a different implementation of the distribution manager. |
void |
FulmineContext.setDistributionManager(IDistributionManager distributionManager)
Provide a different implementation of the distribution manager. |
void |
FTContext.setDistributionManager(IDistributionManager distributionManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |