Uses of Interface
javax.slee.ActivityContextInterface

Packages that use ActivityContextInterface
javax.slee   
javax.slee.facilities   
javax.slee.nullactivity   
javax.slee.profile   
javax.slee.serviceactivity   
 

Uses of ActivityContextInterface in javax.slee
 

Methods in javax.slee that return ActivityContextInterface
 ActivityContextInterface[] SbbContext.getActivities()
          Get the set of Activity Contexts that the SBB entity currently associated with the instance is currently attached to.
 ActivityContextInterface RolledBackContext.getActivityContextInterface()
          Get the ActivityContextInterface argument passed to the event handler method invoked by the SLEE in the transaction that rolled back.
 ActivityContextInterface EventContext.getActivityContextInterface()
          Get a reference to the Activity Context the event was fired on.
 

Methods in javax.slee with parameters of type ActivityContextInterface
 java.lang.String[] SbbContext.getEventMask(ActivityContextInterface aci)
          Get the event mask currently set for an Activity Context for the SBB entity currently associated with the instance.
 void SbbContext.maskEvent(java.lang.String[] eventNames, ActivityContextInterface aci)
          Mask events fired on an Activity Context from delivery to the SBB entity currently associated with the instance.
 void Sbb.sbbExceptionThrown(java.lang.Exception exception, java.lang.Object event, ActivityContextInterface aci)
          This SLEE invokes this method on an SBB object when a mandatory transactional method of the SBB object throws an unchecked exception.
 

Uses of ActivityContextInterface in javax.slee.facilities
 

Methods in javax.slee.facilities that return ActivityContextInterface
 ActivityContextInterface TimerFacility.getActivityContextInterface(TimerID timerID)
          Get a reference to the Activity Context on which a timer was set.
 ActivityContextInterface ActivityContextNamingFacility.lookup(java.lang.String name)
          Get a reference to the Activity Context bound to a particular name.
 

Methods in javax.slee.facilities with parameters of type ActivityContextInterface
 void ActivityContextNamingFacility.bind(ActivityContextInterface aci, java.lang.String name)
          Bind an Activity Context to a name.
 TimerID TimerFacility.setTimer(ActivityContextInterface aci, Address address, long startTime, long period, int numRepetitions, TimerOptions options)
          Set a periodic timer.
 TimerID TimerFacility.setTimer(ActivityContextInterface aci, Address address, long expireTime, TimerOptions options)
          Set a non-periodic timer.
 

Uses of ActivityContextInterface in javax.slee.nullactivity
 

Methods in javax.slee.nullactivity that return ActivityContextInterface
 ActivityContextInterface NullActivityContextInterfaceFactory.getActivityContextInterface(NullActivity activity)
          Get an ActivityContextInterface object for a null activity.
 

Uses of ActivityContextInterface in javax.slee.profile
 

Methods in javax.slee.profile that return ActivityContextInterface
 ActivityContextInterface ProfileTableActivityContextInterfaceFactory.getActivityContextInterface(ProfileTableActivity activity)
          Get an ActivityContextInterface object for the profile table activity.
 

Uses of ActivityContextInterface in javax.slee.serviceactivity
 

Methods in javax.slee.serviceactivity that return ActivityContextInterface
 ActivityContextInterface ServiceActivityContextInterfaceFactory.getActivityContextInterface(ServiceActivity activity)
          Get an ActivityContextInterface object for a Service activity.
 



Copyright © 2009. All Rights Reserved.