Uses of Class
com.platform.ego.impl.ActivityRequest

Packages that use ActivityRequest
com.platform.ego   
com.platform.ego.impl   
 

Uses of ActivityRequest in com.platform.ego
 

Methods in com.platform.ego that return ActivityRequest
 ActivityRequest Activity.getActivityRequest()
          Get request of activity.
 

Methods in com.platform.ego with parameters of type ActivityRequest
 Activity[] Allocation.startActivity(ActivityRequest actreq, ActivityCallbackHandler handler)
          The operation is used by an EGO client to request the execution of an activity on all resources assigned to allocation.
 Activity Resource.startActivity(ActivityRequest activityReq, ActivityCallbackHandler activityHandler)
          The operation is used by an EGO client to request the execution of an activity on the resource.
 

Uses of ActivityRequest in com.platform.ego.impl
 

Methods in com.platform.ego.impl that return ActivityRequest
 ActivityRequest ActivityInfo.getActivityRequest()
          Get request of activity.
 ActivityRequest ServiceInstanceDef.getActivityRequest()
          Get request of activity.
 

Methods in com.platform.ego.impl with parameters of type ActivityRequest
 void ServiceInstanceDef.setActivityRequest(ActivityRequest activityRequest)
          Set request of activity.
 



Copyright (C) 1992-2007 Platform Computing Corporation