Uses of Class
org.objectweb.jass.as.ActivityIdImpl

Packages that use ActivityIdImpl
org.objectweb.jass.as   
 

Uses of ActivityIdImpl in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that return ActivityIdImpl
 ActivityIdImpl ActivityIdGenerator.newActivityId()
          Creates a new activity identifier.
 

Constructors in org.objectweb.jass.as with parameters of type ActivityIdImpl
ActivityImpl(UserActivityImpl userActivityImpl, ActivityIdImpl activityId, ActivityImpl superior, int timeout)