Package org.objectweb.proactive.core.event

The active object created with ProActive generated events on demand when a listener registers to one component of the active object.

See:
          Description

Interface Summary
AbstractEventProducer.ListenerList A class implementing this interface provide a minimum set of methods to support the addition and removal of listener.
BodyEventListener A class implementating this interface is listener of BodyEvent.
FutureEventListener A class implementating this interface is listener of FutureEvent.
MessageEventListener A class implementating this interface is listener of MessageEvent.
MigrationEventListener A class implementating this interface is listener of MigrationEvent that occurs in the process of the migration of a body associated to an active object.
ProActiveListener An empty marker interface for all the listeners in ProActive
RequestQueueEventListener A class implementating this interface is listener of RequestQueueEvent.
RuntimeRegistrationEventListener A class implementating this interface is listener of RuntimeRegistrationEvent.
RuntimeRegistrationEventProducer  
 

Class Summary
AbstractEventProducer Provides support for adding, removing and notifying ProActiveListener.
BodyEvent Event sent when a body get created, destroyed or changed.
BodyEventProducerImpl  
FutureEvent A FutureEvent occurs when a FuturProxy blocks the executing Thread because the result is not yet available.
MessageEvent A MessageEvent occurs when a Message get sent or received or when the treatment of a request begins or ends.
MigrationEvent MigrationEvents occur during the migration of an active object.
ProActiveEvent Base class of all events occuring in ProActive.
RequestQueueEvent A RequestQueueEvent occurs when a RequestQueue get modified.
RuntimeRegistrationEvent Event sent when a proActiveRuntime is registered in a Hashtable.
RuntimeRegistrationEventProducerImpl  
 

Package org.objectweb.proactive.core.event Description

The active object created with ProActive generated events on demand when a listener registers to one component of the active object.

This package defines all type of listeners and all type of events used in ProActive.

Since:
ProActive 0.7
Version:
1.0, 2001/10/23
Author:
ProActive Team


Copyright © April 2004 INRIA All Rights Reserved.