|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSystemEvent | |
---|---|
fulmine.distribution.channel | |
fulmine.distribution.events | |
fulmine.event.system | |
fulmine.model.container.events | |
fulmine.rpc.events |
Uses of AbstractSystemEvent in fulmine.distribution.channel |
---|
Subclasses of AbstractSystemEvent in fulmine.distribution.channel | |
---|---|
class |
ChannelReadyEvent
Raised when an IChannel is ready - this means the channel can now be
used. |
Uses of AbstractSystemEvent in fulmine.distribution.events |
---|
Subclasses of AbstractSystemEvent in fulmine.distribution.events | |
---|---|
class |
ChannelDestroyedEvent
Raised when a Channel has completed its destroy sequence. |
class |
ConnectionAvailableEvent
A system event raised by an IConnection implementation and includes
the connection to the remote IFrameworkContext that is available for
use. |
class |
ConnectionDestroyedEvent
A system event raised by an IConnection implementation and represents
that the connection has been destroyed. |
class |
ContextDiscoveredEvent
Raised by an IConnectionDiscoverer implementation and encapsulates
the connection details to a remote IFrameworkContext . |
class |
ContextNotAvailableEvent
Raised by an IConnectionDiscoverer when a remote context is no longer
available. |
Uses of AbstractSystemEvent in fulmine.event.system |
---|
Subclasses of AbstractSystemEvent in fulmine.event.system | |
---|---|
class |
EventSourceNotObservedEvent
A system event raised when an IEventSource has no more
IEventListener instances observing it. |
class |
EventSourceObservedEvent
A system event raised when the first IEventListener instance has been
added as an observer to an IEventSource . |
class |
SubscribeEvent
A system event raised when an ISubscriptionManager receives a new
subscription. |
class |
UnsubscribeEvent
A system event raised when an ISubscriptionManager removes a
subscription. |
Uses of AbstractSystemEvent in fulmine.model.container.events |
---|
Subclasses of AbstractSystemEvent in fulmine.model.container.events | |
---|---|
class |
ContainerCreatedEvent
Raised when a local IContainer has been created. |
class |
ContainerDestroyedEvent
Raised when a local IContainer has been destroyed. |
class |
RemoteContainerCreatedEvent
Raised when a remote IContainer has been created. |
class |
RemoteContainerDestroyedEvent
Raised when a remote IContainer has been destroyed. |
Uses of AbstractSystemEvent in fulmine.rpc.events |
---|
Subclasses of AbstractSystemEvent in fulmine.rpc.events | |
---|---|
class |
RpcInvokeEvent
Raised in a receiving context when an RPC is invoked from a remote context. |
class |
SendRpcEvent
Raised by the sending context to send the RPC to the remote context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |