Uses of Interface
gov.nasa.arc.brahms.common.rt.IContainmentActivityCtx

Packages that use IContainmentActivityCtx
gov.nasa.arc.brahms.common.rt   
gov.nasa.arc.brahms.vm.rt   
 

Uses of IContainmentActivityCtx in gov.nasa.arc.brahms.common.rt
 

Subinterfaces of IContainmentActivityCtx in gov.nasa.arc.brahms.common.rt
 interface IGetActivityCtx
          The IGetActivityCtx interface is the interface for get activity contexts.
 interface IPutActivityCtx
          The IPutActivityCtx interface is the interface for put activity contexts.
 

Classes in gov.nasa.arc.brahms.common.rt that implement IContainmentActivityCtx
 class ContainmentActivityCtx
          The ContainmentActivityCtx is the generic class for the GetActivityCtx and PutActivityCtx.
 class GetActivityCtx
          A GetActivityCtx maintains the context of a get activity being or to be executed by an active instance.
 class PutActivityCtx
          A PutActivityCtx maintains the context of a put activity being or to be executed by an active instance.
 

Uses of IContainmentActivityCtx in gov.nasa.arc.brahms.vm.rt
 

Classes in gov.nasa.arc.brahms.vm.rt that implement IContainmentActivityCtx
 class VMContainmentActivityCtx
          The VMContainmentActivityCtx is the generic context for the VMPutActivityCtx and VMGetActivityCtx.
 class VMGetActivityCtx
          A VMGetActivityCtx is a GetActivityCtx with extensions for the virtual machine that maintains the context of a get activity being or to be executed by an active instance.
 class VMPutActivityCtx
          A VMPutActivityCtx is a PutActivityCtx with extensions for the virtual machine that maintains the context of a put activity being or to be executed by an active instance.
 



Copyright © 1997-2012 All Rights Reserved.