CommentLuv Enabled

Important Note

You need LightArmy to use these applications.

Tuesday, August 11, 2009

Ant Runtime Monitor (Worker Process)


Manifest Contents


  1. Structure



    <?xml version="1.0" encoding="UTF-8"?>
    <configuration id="ant_monitor">
    <section name="core">
    <!-- Process Configuration-->
    <config name="process">
    <config name="type">ant_monitor</config>
    <config name="name"></config>
    <config name="description"></config>
    <config name="start"></config>
    <config name="end"></config>
    </config>

    <!--Worker Location -->
    <config name="location"></config>
    <config name="ants"></config>
    <config name="exceptionants"></config>
    </section>
    </configuration>



  2. Parameters


    1. id

      The identity of manifest.

    2. core.process.type

      The process type of manifest. Type is ant_monitor.

    3. core.process.name

      The name given to this manifest.

    4. core.process.description

      The additional information to manifest.

    5. core.process.start

      The first date (time) the process will be executed.

    6. core.process.end

      The last date (time) the process will be executed.

    7. core.location

      The path to location of workers.

    8. core.ants

      The list of ant (queen and worker) identities.

    9. core.exceptionants

      The list of ant (queen and worker) exceptions.



  3. Example



    <?xml version="1.0" encoding="UTF-8"?>
    <configuration id="ant_monitor">
    <section name="core">
    <!-- Process Configuration-->
    <config name="process">
    <config name="type">ant_monitor</config>
    <config name="name"><![CDATA[AntMonitor]]></config>
    <config name="description"><![CDATA[Ant Monitor]]></config>
    <config name="start"></config>
    <config name="end"></config>
    </config>

    <!--Worker location-->
    <config name="location"><![CDATA[Colony/Workers/,Colony/Queens/]]></config>
    <config name="ants"><![CDATA[System/Queen/]]></config>
    <config name="exceptionants"><![CDATA[]]></config>
    </section>
    </configuration>




No comments:

Post a Comment

Search This Blog

Followers

Blog Archive

About Me

My photo
IT Professional, Institut Teknologi Bandung