Uses of Interface
org.smartcomps.twister.engine.priv.core.definition.StructuredActivity

Packages that use StructuredActivity
org.smartcomps.twister.deployer.priv   
org.smartcomps.twister.engine.priv.core.definition   
org.smartcomps.twister.engine.priv.core.definition.impl   
org.smartcomps.twister.engine.priv.core.dynamic   
org.smartcomps.twister.engine.priv.core.dynamic.impl   
org.smartcomps.twister.engine.priv.messaging.impl   
 

Uses of StructuredActivity in org.smartcomps.twister.deployer.priv
 

Methods in org.smartcomps.twister.deployer.priv with parameters of type StructuredActivity
 org.smartcomps.twister.engine.priv.core.definition.Activity ActivityDeployer.deploy(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.StructuredActivity parentActivity)
           
protected  org.smartcomps.twister.engine.priv.core.definition.Activity ActivityDeployer.createActivity(org.dom4j.Element element, org.smartcomps.twister.engine.priv.core.definition.StructuredActivity parentActivity)
           
 

Uses of StructuredActivity in org.smartcomps.twister.engine.priv.core.definition
 

Subinterfaces of StructuredActivity in org.smartcomps.twister.engine.priv.core.definition
 interface Flow
          A flow is an activity container used to provide concurreny in activity execution and also to use a simple linkage between activities (from, to) instead of a container oriented activity organisation.
 interface Pick
          A pick is a structured activity that allows you to block and wait for a suitable message to arrive or for a time-out alarm to go off.
 interface Scope
          A scope is an anonymous sub-process (inline defined) with a nested activity, its own associated variables, fault handlers and compensation handler.
 interface Sequence
          The Sequence activity allows you to define a collection of activities to be performed sequentially in lexical order.
 interface Switch
          The Switch activity allows you to select exactly one branch of activity from a set of choices.
 interface While
          The While activity allows you to indicate that an activity is to be repeated until a certain success criteria has been met.
 

Methods in org.smartcomps.twister.engine.priv.core.definition that return StructuredActivity
 org.smartcomps.twister.engine.priv.core.definition.StructuredActivity Activity.getContainer()
          An Activity is contained either in a TwisterProcess of in a StructuredActivity, therefore this method will return the StructuredActivity containing this activity only if it's not the root activity.
 

Methods in org.smartcomps.twister.engine.priv.core.definition with parameters of type StructuredActivity
static org.smartcomps.twister.engine.priv.core.definition.Activity ActivityFactory.createActivity(java.lang.Class activityInterface, org.smartcomps.twister.engine.priv.core.definition.StructuredActivity container)
          Creates a new persistent activity instance implementing the provided interface and assigns it to the provided container.
 

Uses of StructuredActivity in org.smartcomps.twister.engine.priv.core.definition.impl
 

Classes in org.smartcomps.twister.engine.priv.core.definition.impl that implement StructuredActivity
 class FlowImpl
          Place JavaDoc here.
 class PickImpl
          Persistent implementation of the Pick interface.
 class ScopeImpl
          Persistent implementation of the Scope interface, STILL PARTIAL.
 class SequenceImpl
          A persistent implementation of the Sequence interface.
 class StructuredActivityImpl
          Persistent implementation of the StructuredActivity interface.
 class SwitchImpl
          Persistent implementation of the Switch interface.
 class WhileImpl
          A persistent implementation of the While interface.
 

Methods in org.smartcomps.twister.engine.priv.core.definition.impl that return StructuredActivity
 org.smartcomps.twister.engine.priv.core.definition.StructuredActivity ActivityImpl.getContainer()
           
 

Methods in org.smartcomps.twister.engine.priv.core.definition.impl with parameters of type StructuredActivity
 void ActivityImpl.setContainer(org.smartcomps.twister.engine.priv.core.definition.StructuredActivity stucturedActivity)
           
 

Uses of StructuredActivity in org.smartcomps.twister.engine.priv.core.dynamic
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic that return StructuredActivity
 org.smartcomps.twister.engine.priv.core.definition.StructuredActivity StructuredEC.getActivity()
           
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic with parameters of type StructuredActivity
 void StructuredEC.setActivity(org.smartcomps.twister.engine.priv.core.definition.StructuredActivity activity)
           
 

Uses of StructuredActivity in org.smartcomps.twister.engine.priv.core.dynamic.impl
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl that return StructuredActivity
 org.smartcomps.twister.engine.priv.core.definition.StructuredActivity StructuredECImpl.getActivity()
           
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl with parameters of type StructuredActivity
 void StructuredECImpl.setActivity(org.smartcomps.twister.engine.priv.core.definition.StructuredActivity activity)
           
 

Uses of StructuredActivity in org.smartcomps.twister.engine.priv.messaging.impl
 

Methods in org.smartcomps.twister.engine.priv.messaging.impl that return StructuredActivity
 org.smartcomps.twister.engine.priv.core.definition.StructuredActivity PickAsReceive.getContainer()
           
 



Copyright © 2003 SmartComps. All Rights Reserved.