org.objectweb.proactive.ic2d.spy
Class SpyEventManager
java.lang.Object
org.objectweb.proactive.ic2d.spy.SpyEventManager
public class SpyEventManager
- extends java.lang.Object
Helper class for the Spy that is listener of all objects.
Constructor Summary |
SpyEventManager(org.objectweb.proactive.core.UniqueID masterSpyID)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MASTER_SPY_CHECK_INTERVAL
protected static final int MASTER_SPY_CHECK_INTERVAL
- See Also:
- Constant Field Values
messageEventListener
protected org.objectweb.proactive.core.event.MessageEventListener messageEventListener
requestQueueEventListener
protected org.objectweb.proactive.core.event.RequestQueueEventListener requestQueueEventListener
bodyEventListener
protected org.objectweb.proactive.core.event.BodyEventListener bodyEventListener
futureEventListener
protected org.objectweb.proactive.core.event.FutureEventListener futureEventListener
requestSentEventsList
protected java.util.LinkedList<org.objectweb.proactive.core.event.MessageEvent> requestSentEventsList
- Log of all the RequestSent messages received
to perform a search when receiving a ReplyReceive
replyReceivedEventsList
protected java.util.LinkedList<org.objectweb.proactive.core.event.MessageEvent> replyReceivedEventsList
pendingSpyEvents
protected java.util.List<SpyEvent> pendingSpyEvents
- Vector of pending messages
masterSpyID
protected org.objectweb.proactive.core.UniqueID masterSpyID
lastTimeMasterSpyCheck
protected long lastTimeMasterSpyCheck
- Every so often this Manager check if its master spy is still running ok
SpyEventManager
public SpyEventManager(org.objectweb.proactive.core.UniqueID masterSpyID)
collectPendingSpyEvents
public SpyEvent[] collectPendingSpyEvents()
addMessageEventListener
public void addMessageEventListener(org.objectweb.proactive.Body body)
removeMessageEventListener
public void removeMessageEventListener(org.objectweb.proactive.Body body)
Copyright 2001-2007 INRIA All Rights Reserved.