|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFulmineContext | |
---|---|
fulmine.context | |
fulmine.distribution | |
fulmine.event | |
fulmine.event.listener | |
fulmine.util.concurrent |
Uses of IFulmineContext in fulmine.context |
---|
Subinterfaces of IFulmineContext 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. |
Classes in fulmine.context that implement IFulmineContext | |
---|---|
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
|
Methods in fulmine.context with parameters of type IFulmineContext | |
---|---|
void |
RemoteUpdateHandler.setContext(IFulmineContext context)
|
void |
IRemoteUpdateHandler.setContext(IFulmineContext context)
Setter for the context |
Uses of IFulmineContext in fulmine.distribution |
---|
Constructors in fulmine.distribution with parameters of type IFulmineContext | |
---|---|
RemoteUpdateInvoker(String remoteContextIdentity,
IFulmineContext context)
Standard constructor |
Uses of IFulmineContext in fulmine.event |
---|
Constructors in fulmine.event with parameters of type IFulmineContext | |
---|---|
EventProcessor(String name,
IFulmineContext context)
Standard constructor for an event processor backed by a standard priority thread. |
|
EventProcessor(String name,
ThreadGroup threadGroup,
IFulmineContext context)
Constructor for an event processor backed by a thread of priority equal to the maximum priority of the thread group argument |
Uses of IFulmineContext in fulmine.event.listener |
---|
Constructors in fulmine.event.listener with parameters of type IFulmineContext | |
---|---|
ActiveAsymmetricEventProcessor(IFulmineContext context,
Class<? extends IEvent>[] driverEventTypeFilter,
IEventSource driverSource,
Class<? extends IEvent>[] drivenEventTypeFilter,
IEventSource... drivenSources)
Construct the active processor for the asymmetric event driving relationship. |
|
ActiveEventListener(IFulmineContext context,
IEventListener delegate)
Wraps a delegate IEventListener and pushes all events into the
delegate using an internal EventProcessor . |
|
ActiveEventListener(IFulmineContext context,
String name,
IEventListener delegate)
Wraps a delegate IEventListener and pushes all events into the
delegate using an internal EventProcessor . |
Uses of IFulmineContext in fulmine.util.concurrent |
---|
Constructors in fulmine.util.concurrent with parameters of type IFulmineContext | |
---|---|
TaskExecutor(String identity,
IFulmineContext context)
Construct the executor in event driven mode in the same thread group as the calling thread. |
|
TaskExecutor(String identity,
long pollingPeriod,
IFulmineContext context)
Construct the executor in polling or event driven mode in the same thread group as the calling thread. |
|
TaskExecutor(ThreadGroup threadGroup,
String identity,
IFulmineContext context)
Construct the executor in event driven mode with a specific priority |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |