org.objectweb.jass.as
Class ActivityContext

java.lang.Object
  extended byorg.objectweb.jass.as.ActivityContext
All Implemented Interfaces:
ActivityToken, java.io.Serializable

public class ActivityContext
extends java.lang.Object
implements ActivityToken, java.io.Serializable

This class is used to test the ActivityManagerImpl suspend and resume methods.

Author:
fran Date: Feb 9, 2004 org.objectweb.jass.asActivityContext.java
See Also:
Serialized Form

Constructor Summary
ActivityContext(ActivityImpl activity, GlobalId parent)
           
 
Method Summary
 ActivityImpl getActivity()
           
 GlobalId getParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityContext

public ActivityContext(ActivityImpl activity,
                       GlobalId parent)
Method Detail

getActivity

public ActivityImpl getActivity()

getParent

public GlobalId getParent()