eu.xtreemos.xati.API
Class XCronDaemon

java.lang.Object
  extended by eu.xtreemos.xati.API.XCronDaemon

public class XCronDaemon
extends java.lang.Object

Author:
gregor.pipan@xlab.si

Field Summary
static java.lang.String servicename
           
 
Constructor Summary
XCronDaemon()
           
 
Method Summary
static void addEntry(CronDaemonEntry __entry)
           
static java.util.ArrayList<CommunicationAddress> getDaemons()
           
static void killEntries()
           
static void pause(java.lang.Long __ms)
           
static void removeEntry(CronDaemonEntry __entry)
           
static void removeUUID(java.lang.String __uuid)
           
static void resume()
           
static void test1(java.lang.String __s1, java.lang.String __s2, java.lang.String __s3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servicename

public static java.lang.String servicename
Constructor Detail

XCronDaemon

public XCronDaemon()
Method Detail

getDaemons

public static java.util.ArrayList<CommunicationAddress> getDaemons()
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

addEntry

public static void addEntry(CronDaemonEntry __entry)
                     throws java.lang.Exception
Throws:
java.lang.Exception

killEntries

public static void killEntries()
                        throws java.lang.Exception
Throws:
java.lang.Exception

pause

public static void pause(java.lang.Long __ms)
                  throws java.lang.Exception
Throws:
java.lang.Exception

resume

public static void resume()
                   throws java.lang.Exception
Throws:
java.lang.Exception

removeEntry

public static void removeEntry(CronDaemonEntry __entry)
                        throws java.lang.Exception
Throws:
java.lang.Exception

removeUUID

public static void removeUUID(java.lang.String __uuid)
                       throws java.lang.Exception
Throws:
java.lang.Exception

test1

public static void test1(java.lang.String __s1,
                         java.lang.String __s2,
                         java.lang.String __s3)
                  throws java.lang.Exception
Throws:
java.lang.Exception