Uses of Package
org.objectweb.proactive.core.event

Packages that use org.objectweb.proactive.core.event
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.runtime Defines all classes needed to build a ProActiveRuntime.  
org.objectweb.proactive.core.util **For internal use only** Contains accessory utility classes.  
org.objectweb.proactive.ext.implicit *under development* Defines an implicit way of programming the live method using declarations.  
org.objectweb.proactive.ext.locationserver Defines a Body associated with a location server able to give the location of one body on demand.  
org.objectweb.proactive.ext.migration Defines strategies of migration based on itinerary.  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.body
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
BodyEventListener
           A class implementating this interface is listener of BodyEvent.
MessageEventListener
           A class implementating this interface is listener of MessageEvent.
ProActiveEvent
           Base class of all events occuring in ProActive.
ProActiveListener
           An empty marker interface for all the listeners in ProActive
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.body.future
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
FutureEventListener
           A class implementating this interface is listener of FutureEvent.
ProActiveEvent
           Base class of all events occuring in ProActive.
ProActiveListener
           An empty marker interface for all the listeners in ProActive
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.body.message
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
MessageEventListener
           A class implementating this interface is listener of MessageEvent.
ProActiveEvent
           Base class of all events occuring in ProActive.
ProActiveListener
           An empty marker interface for all the listeners in ProActive
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.body.migration
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
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.
ProActiveEvent
           Base class of all events occuring in ProActive.
ProActiveListener
           An empty marker interface for all the listeners in ProActive
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.body.request
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
ProActiveEvent
           Base class of all events occuring in ProActive.
ProActiveListener
           An empty marker interface for all the listeners in ProActive
RequestQueueEventListener
           A class implementating this interface is listener of RequestQueueEvent.
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.descriptor.data
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
NodeCreationEvent
           Event sent when a Node is created for a given VirtualNode.
NodeCreationEventListener
           A class implementating this interface is listener of NodeCreationEvent.
NodeCreationEventProducer
          A class implementing this interface can produce NodeCreationEvent.
NodeCreationEventProducerImpl
           
ProActiveListener
           An empty marker interface for all the listeners in ProActive
RuntimeRegistrationEvent
           Event sent when a proActiveRuntime is registered in a Hashtable.
RuntimeRegistrationEventListener
           A class implementating this interface is listener of RuntimeRegistrationEvent.
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.event
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
AbstractEventProducer.ListenerList
           A class implementing this interface provide a minimum set of methods to support the addition and removal of listener.
BodyEvent
           Event sent when a body get created, destroyed or changed.
BodyEventListener
           A class implementating this interface is listener of BodyEvent.
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.
NodeCreationEvent
           Event sent when a Node is created for a given VirtualNode.
NodeCreationEventListener
           A class implementating this interface is listener of NodeCreationEvent.
NodeCreationEventProducer
          A class implementing this interface can produce NodeCreationEvent.
ProActiveEvent
           Base class of all events occuring in ProActive.
ProActiveListener
           An empty marker interface for all the listeners in ProActive
RequestQueueEvent
           A RequestQueueEvent occurs when a RequestQueue get modified.
RuntimeRegistrationEvent
           Event sent when a proActiveRuntime is registered in a Hashtable.
RuntimeRegistrationEventListener
           A class implementating this interface is listener of RuntimeRegistrationEvent.
RuntimeRegistrationEventProducer
           
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.runtime
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
RuntimeRegistrationEventProducer
           
RuntimeRegistrationEventProducerImpl
           
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.core.util
NodeCreationEvent
           Event sent when a Node is created for a given VirtualNode.
NodeCreationEventListener
           A class implementating this interface is listener of NodeCreationEvent.
ProActiveListener
           An empty marker interface for all the listeners in ProActive
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.ext.implicit
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.ext.locationserver
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
MessageEventListener
           A class implementating this interface is listener of MessageEvent.
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.ext.migration
MigrationEvent
           MigrationEvents occur during the migration of an active object.
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
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.ext.mixedlocation
AbstractEventProducer
           Provides support for adding, removing and notifying ProActiveListener.
 

Classes in org.objectweb.proactive.core.event used by org.objectweb.proactive.ext.security
MessageEventListener
           A class implementating this interface is listener of MessageEvent.
 



Copyright 2001-2005 INRIA All Rights Reserved.