Uses of Interface
org.objectweb.proactive.core.event.ProActiveListener

Packages that use ProActiveListener
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.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
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.  
org.objectweb.proactive.core.util **For internal use only** Contains accessory utility classes.  
org.objectweb.proactive.ext.migration Defines strategies of migration based on itinerary.  
 

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

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

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

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

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

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

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

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

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

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

Uses of ProActiveListener in org.objectweb.proactive.core.descriptor.data
 

Classes in org.objectweb.proactive.core.descriptor.data that implement ProActiveListener
 class VirtualNodeImpl
          A VirtualNode is a conceptual entity that represents one or several nodes.
 

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

Subinterfaces of ProActiveListener in org.objectweb.proactive.core.event
 interface BodyEventListener
           A class implementating this interface is listener of BodyEvent.
 interface FutureEventListener
           A class implementating this interface is listener of FutureEvent.
 interface MessageEventListener
           A class implementating this interface is listener of MessageEvent.
 interface 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.
 interface NodeCreationEventListener
           A class implementating this interface is listener of NodeCreationEvent.
 interface RequestQueueEventListener
           A class implementating this interface is listener of RequestQueueEvent.
 interface RuntimeRegistrationEventListener
           A class implementating this interface is listener of RuntimeRegistrationEvent.
 

Classes in org.objectweb.proactive.core.event that implement ProActiveListener
 class AbstractNodeCreationEventListener
           
 

Methods in org.objectweb.proactive.core.event with parameters of type ProActiveListener
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.addListener(ProActiveListener listener)
          Adds the given listener
protected  void AbstractEventProducer.removeListener(ProActiveListener listener)
          Removes the given listener
protected abstract  void AbstractEventProducer.notifyOneListener(ProActiveListener listener, ProActiveEvent event)
          Notifies one listener with the event.
 boolean AbstractEventProducer.ListenerList.contains(ProActiveListener listener)
          Returns true if listener is a listener contained in the list.
 boolean AbstractEventProducer.ListenerList.add(ProActiveListener listener)
          Adds the given listener
 boolean AbstractEventProducer.ListenerList.remove(ProActiveListener listener)
          Removes the given listener
 

Uses of ProActiveListener in org.objectweb.proactive.core.util
 

Classes in org.objectweb.proactive.core.util that implement ProActiveListener
 class NodeCreationListenerForAoCreation
          Creates an Active Object by the multi-tread pool when a node is created.
 

Uses of ProActiveListener in org.objectweb.proactive.ext.migration
 

Classes in org.objectweb.proactive.ext.migration that implement ProActiveListener
 class MigrationStrategyManagerImpl
           
 



Copyright 2001-2005 INRIA All Rights Reserved.