org.objectweb.proactive.ic2d.spy
Class SpyFutureEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.objectweb.proactive.core.event.ProActiveEvent
          extended by org.objectweb.proactive.ic2d.spy.SpyEvent
              extended by org.objectweb.proactive.ic2d.spy.SpyFutureEvent
All Implemented Interfaces:
java.io.Serializable

public class SpyFutureEvent
extends SpyEvent
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  UniqueID creatorID
           
 
Fields inherited from class org.objectweb.proactive.ic2d.spy.SpyEvent
BODY_CREATION_EVENT_TYPE, BODY_EVENT_TYPE, bodyID, GENERIC_TYPE, OBJECT_RECEIVED_FUTURE_RESULT_TYPE, OBJECT_WAIT_BY_NECESSITY_TYPE, OBJECT_WAIT_FOR_REQUEST_TYPE, pos, REPLY_RECEIVED_MESSAGE_TYPE, REPLY_SENT_MESSAGE_TYPE, REQUEST_RECEIVED_MESSAGE_TYPE, REQUEST_SENT_MESSAGE_TYPE, SERVING_STARTED_TYPE, VOID_REQUEST_SERVED_TYPE
 
Fields inherited from class org.objectweb.proactive.core.event.ProActiveEvent
timeStamp, type
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SpyFutureEvent(int eventType, FutureEvent future)
           
 
Method Summary
 UniqueID getCreatorID()
          Return the id of the creator of the future
 
Methods inherited from class org.objectweb.proactive.ic2d.spy.SpyEvent
eventTypeAsString, getBodyID, getPos, setPos, toString
 
Methods inherited from class org.objectweb.proactive.core.event.ProActiveEvent
getTimeStamp, getType
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

creatorID

protected UniqueID creatorID
Constructor Detail

SpyFutureEvent

public SpyFutureEvent(int eventType,
                      FutureEvent future)
Method Detail

getCreatorID

public UniqueID getCreatorID()
Return the id of the creator of the future



Copyright 2001-2007 INRIA All Rights Reserved.