complexType ActivityControlParams

complexType {http://java.sun.com/products/oss/xml/CommonFramework}ActivityControlParams

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/CommonFramework
Declared Namespacesxmlns:cfi=http://java.sun.com/products/oss/xml/CommonFramework
xmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="ActivityControlParams">
    <
annotation>
        <
documentation>
This is the base interface for representing the controlling aspects of
a Activity that utilizes a schedule.
<ul> The following parameters constitute a ActivityControlParams definitions:
<LI> OneShot Capability - Tells whether this Activity can be fired independently. This is a useful concept, if the a pre-created Activity defintion can also be used ad-hoc querying.
<li> overlapAllowed - Tells whether a new run can be started, if the previous run is not yet finished.
<li> failureTolerance - Tell how to proceed if there are intermediate failures. Works also with Best Effort Semantics.
</ul>
        
</documentation>
    </
annotation>
    <
sequence>
        <
element name="supportsOneShot" minOccurs="0" nillable="true" type="boolean"/>
        <
element name="overlapAllowed" minOccurs="0" nillable="true" type="boolean"/>
        <
element name="failureToleranceLimit" minOccurs="0" nillable="true" type="int"/>
    </
sequence>
</
complexType>


Documentation

This is the base interface for representing the controlling aspects of
 a Activity that utilizes a schedule.
 <ul> The following parameters constitute a ActivityControlParams definitions:
 <LI> OneShot Capability - Tells whether this Activity can be fired independently. This is a useful concept, if the a pre-created Activity defintion can also be used ad-hoc querying.
 <li> overlapAllowed - Tells whether a new run can be started, if the previous run is not yet finished.
 <li> failureTolerance - Tell how to proceed if there are intermediate failures. Works also with Best Effort Semantics.
 </ul>


complexType ActivityControlParams


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.