|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutActivity | |
---|---|
org.apache.servicemix.beanflow | The core APIs for writing Activities or Workflows using beans and POJOs |
Uses of TimeoutActivity in org.apache.servicemix.beanflow |
---|
Subclasses of TimeoutActivity in org.apache.servicemix.beanflow | |
---|---|
class |
AsynchronousActivity
A simple activity which executes a runnable task in another thread and then completes. |
class |
CallableActivity<T>
An asynchronous activity which is capable of returning a future result |
class |
JoinAll
Represents a activity which joins on the completion of a collection of child activities. |
class |
JoinQuorum
A activity which completes when quorum of the child activities are completed successfully (or there are too many child activities failed to achieve quorum). |
class |
JoinSupport
A useful base class for a activity which joins on the success of a collection of child activities. |
class |
Workflow<T>
An activity which implements a more traditional workflow model where each method represents a transition. |
Methods in org.apache.servicemix.beanflow with parameters of type TimeoutActivity | |
---|---|
void |
Workflow.fork(long timeout,
TimeoutActivity... activities)
Forks one or more child activities |
void |
Workflow.fork(TimeoutActivity... activities)
Forks one or more child activities |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |