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

Packages that use BasicActivity
org.smartcomps.twister.engine.priv.core.definition   
org.smartcomps.twister.engine.priv.core.definition.impl   
org.smartcomps.twister.engine.priv.messaging.impl   
 

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

Subinterfaces of BasicActivity in org.smartcomps.twister.engine.priv.core.definition
 interface Assign
          An assign is a basic activity used to copy data from one variable to another or to construct or insert new data with an expression.
 interface Empty
          An Activity that does nothing.
 interface Invoke
          The invoke activity allows the business process to inoke a one-way or request-response operation on a portType offered by a partner.
 interface Receive
          A receive activity waits until a matching message is received by the engine.
 interface Reply
          The Reply activity allows the business process to send a message in reply to a message that was received through a Receive.
 interface Terminate
          The Terminate activity immediately terminates the execution of a business process.
 interface Wait
          Allows you to wait for a certain period or until a given time has passed.
 

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

Classes in org.smartcomps.twister.engine.priv.core.definition.impl that implement BasicActivity
 class AssignImpl
          Persistent implementation of the Assign interface.
 class BasicActivityImpl
          Persistent implementation of the BasicActivity interface.
 class EmptyImpl
          Persistent implementation of the Empty interface.
 class InvokeImpl
          Persistent implementation of the Invoke interface.
 class ReceiveImpl
          Persistent implementation of the Receive interface.
 class ReplyImpl
          Persistent implementation of the Reply interface.
 class TerminateImpl
          Persistent implementation of the Terminate interface.
 class WaitImpl
          Persistent implementation of the Wait interface.
 

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

Classes in org.smartcomps.twister.engine.priv.messaging.impl that implement BasicActivity
 class PickAsReceive
          This class is a wrapper around the MessageEvent of a Pick structured activity to use it just as using a Receive.
 



Copyright © 2003 SmartComps. All Rights Reserved.