Uses of Class
org.objectweb.proactive.ic2d.spy.SpyEvent

Packages that use SpyEvent
org.objectweb.proactive.ic2d.data **For internal use only** Provides the hierarchical data model of IC2D. 
org.objectweb.proactive.ic2d.event **For internal use only** Provides the definition of all events and listeners of IC2D. 
org.objectweb.proactive.ic2d.gui **For internal use only** Provides the GUI representation of IC2D. 
org.objectweb.proactive.ic2d.gui.data **For internal use only** Provides a GUI representation of each data object of the data model of IC2D
org.objectweb.proactive.ic2d.gui.recording **For internal use only** Provides the GUI controller for event recording and replaying. 
org.objectweb.proactive.ic2d.spy **For internal use only** Provides the Spy active object that is created in each VM IC2D is asked to monitor. 
 

Uses of SpyEvent in org.objectweb.proactive.ic2d.data
 

Methods in org.objectweb.proactive.ic2d.data with parameters of type SpyEvent
 void SpyListenerImpl.observationPerformed(SpyEvent spyEvent)
          Receives a message from a spy
 void SpyListenerImpl.observationsPerformed(SpyEvent[] spyEvents)
          Receives multiples messages in a buffer
 

Uses of SpyEvent in org.objectweb.proactive.ic2d.event
 

Methods in org.objectweb.proactive.ic2d.event with parameters of type SpyEvent
 void SpyEventListener.objectReceivedFutureResult(UniqueID uniqueID, SpyEvent spyEvent)
           
 void CommunicationEventListener.objectWaitingByNecessity(ActiveObject object, SpyEvent spyEvent)
           
 void SpyEventListener.objectWaitingByNecessity(UniqueID id, SpyEvent spyEvent)
           
 void CommunicationEventListener.objectWaitingForRequest(ActiveObject object, SpyEvent spyEvent)
           
 void SpyEventListener.objectWaitingForRequest(UniqueID id, SpyEvent spyEvent)
           
 void CommunicationEventListener.replyMessageReceived(ActiveObject object, SpyEvent spyEvent)
           
 void SpyEventListener.replyMessageReceived(UniqueID id, SpyEvent spyEvent)
           
 void CommunicationEventListener.replyMessageSent(ActiveObject object, SpyEvent spyEvent)
           
 void SpyEventListener.replyMessageSent(UniqueID id, SpyEvent spyEvent)
           
 void CommunicationEventListener.requestMessageReceived(ActiveObject object, SpyEvent spyEvent)
           
 void SpyEventListener.requestMessageReceived(UniqueID id, SpyEvent spyEvent)
           
 void CommunicationEventListener.requestMessageSent(ActiveObject object, SpyEvent spyEvent)
           
 void SpyEventListener.requestMessageSent(UniqueID id, SpyEvent spyEvent)
           
 void SpyEventListener.servingStarted(UniqueID uniqueID, SpyEvent spyEvent)
           
 void CommunicationEventListener.voidRequestServed(ActiveObject object, SpyEvent spyEvent)
           
 void SpyEventListener.voidRequestServed(UniqueID id, SpyEvent spyEvent)
           
 

Uses of SpyEvent in org.objectweb.proactive.ic2d.gui
 

Methods in org.objectweb.proactive.ic2d.gui with parameters of type SpyEvent
 void EventListsPanel.objectWaitingByNecessity(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DFrame.objectWaitingByNecessity(ActiveObject object, SpyEvent spyEvent)
           
 void EventListsPanel.objectWaitingForRequest(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DFrame.objectWaitingForRequest(ActiveObject object, SpyEvent spyEvent)
           
 void EventListsPanel.replyMessageReceived(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DFrame.replyMessageReceived(ActiveObject object, SpyEvent spyEvent)
           
 void EventListsPanel.replyMessageSent(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DFrame.replyMessageSent(ActiveObject object, SpyEvent spyEvent)
           
 void EventListsPanel.requestMessageReceived(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DFrame.requestMessageReceived(ActiveObject object, SpyEvent spyEvent)
           
 void EventListsPanel.requestMessageSent(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DFrame.requestMessageSent(ActiveObject object, SpyEvent spyEvent)
           
 void EventListsPanel.voidRequestServed(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DFrame.voidRequestServed(ActiveObject object, SpyEvent spyEvent)
           
 

Uses of SpyEvent in org.objectweb.proactive.ic2d.gui.data
 

Methods in org.objectweb.proactive.ic2d.gui.data with parameters of type SpyEvent
 void IC2DPanel.objectWaitingByNecessity(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DPanel.objectWaitingForRequest(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DPanel.replyMessageReceived(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DPanel.replyMessageSent(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DPanel.requestMessageReceived(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DPanel.requestMessageSent(ActiveObject object, SpyEvent spyEvent)
           
 void IC2DPanel.voidRequestServed(ActiveObject object, SpyEvent spyEvent)
           
 

Uses of SpyEvent in org.objectweb.proactive.ic2d.gui.recording
 

Methods in org.objectweb.proactive.ic2d.gui.recording with parameters of type SpyEvent
 int ThreadPlayer.recordEvent(ActiveObject activeObject, SpyEvent evt)
           
 void PlayerFrameTimeLine.recordEvent(ActiveObject activeObject, SpyEvent evt)
           
 

Uses of SpyEvent in org.objectweb.proactive.ic2d.spy
 

Subclasses of SpyEvent in org.objectweb.proactive.ic2d.spy
 class BodyCreationSpyEvent
           
 class BodySpyEvent
           
 class SpyFutureEvent
           
 class SpyMessageEvent
           
 

Fields in org.objectweb.proactive.ic2d.spy with type parameters of type SpyEvent
protected  java.util.List<SpyEvent> SpyEventManager.pendingSpyEvents
          Vector of pending messages
 

Methods in org.objectweb.proactive.ic2d.spy that return SpyEvent
 SpyEvent[] SpyEventManager.collectPendingSpyEvents()
           
 

Methods in org.objectweb.proactive.ic2d.spy with parameters of type SpyEvent
protected  void Spy.notifyListener(SpyEvent[] events)
           
 void SpyListener.observationPerformed(SpyEvent spyEvent)
          Receives a message from a spy
 void SpyListener.observationsPerformed(SpyEvent[] spyEvents)
          Receives multiples messages in a buffer
 



Copyright 2001-2007 INRIA All Rights Reserved.