Uses of Class
org.objectweb.proactive.core.event.ProActiveEvent

Packages that use ProActiveEvent
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.future Provides the definition and implementation of the future object.  
org.objectweb.proactive.core.body.message **For internal use only** Defines the common message layer of Requests and Replies.  
org.objectweb.proactive.core.body.migration Defines the migration primitive of ProActive.  
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
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.  
 

Uses of ProActiveEvent in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body with parameters of type ProActiveEvent
protected  void BodyMap.notifyOneListener(ProActiveListener listener, ProActiveEvent event)
           
 

Uses of ProActiveEvent in org.objectweb.proactive.core.body.future
 

Methods in org.objectweb.proactive.core.body.future with parameters of type ProActiveEvent
 void FutureEventProducerImpl.notifyOneListener(ProActiveListener listener, ProActiveEvent futureEvent)
           
 

Uses of ProActiveEvent in org.objectweb.proactive.core.body.message
 

Methods in org.objectweb.proactive.core.body.message with parameters of type ProActiveEvent
protected  void MessageEventProducerImpl.notifyOneListener(ProActiveListener listener, ProActiveEvent event)
           
 

Uses of ProActiveEvent in org.objectweb.proactive.core.body.migration
 

Methods in org.objectweb.proactive.core.body.migration with parameters of type ProActiveEvent
protected  void MigrationManagerImpl.notifyOneListener(ProActiveListener listener, ProActiveEvent event)
           
 

Uses of ProActiveEvent in org.objectweb.proactive.core.body.request
 

Methods in org.objectweb.proactive.core.body.request with parameters of type ProActiveEvent
protected  void RequestQueueImpl.notifyOneListener(ProActiveListener listener, ProActiveEvent event)
           
 

Uses of ProActiveEvent in org.objectweb.proactive.core.event
 

Subclasses of ProActiveEvent in org.objectweb.proactive.core.event
 class BodyEvent
           Event sent when a body get created, destroyed or changed.
 class FutureEvent
           A FutureEvent occurs when a FuturProxy blocks the executing Thread because the result is not yet available.
 class MessageEvent
           A MessageEvent occurs when a Message get sent or received or when the treatment of a request begins or ends.
 class MigrationEvent
           MigrationEvents occur during the migration of an active object.
 class NodeCreationEvent
           Event sent when a Node is created for a given VirtualNode.
 class RequestQueueEvent
           A RequestQueueEvent occurs when a RequestQueue get modified.
 class RuntimeRegistrationEvent
           Event sent when a proActiveRuntime is registered in a Hashtable.
 

Methods in org.objectweb.proactive.core.event with parameters of type ProActiveEvent
protected  void RuntimeRegistrationEventProducerImpl.notifyOneListener(ProActiveListener proActiveListener, ProActiveEvent event)
           
protected  void NodeCreationEventProducerImpl.notifyOneListener(ProActiveListener proActiveListener, ProActiveEvent event)
           
protected  void BodyEventProducerImpl.notifyOneListener(ProActiveListener listener, ProActiveEvent event)
           
protected  void AbstractEventProducer.notifyAllListeners(ProActiveEvent event)
          Notifies all registered listener with the event.
protected abstract  void AbstractEventProducer.notifyOneListener(ProActiveListener listener, ProActiveEvent event)
          Notifies one listener with the event.
 



Copyright 2001-2005 INRIA All Rights Reserved.