Class SchedulerClient
java.lang.Object
|
+--SchedulerClient
- public class SchedulerClient
- extends java.lang.Object
SchedulerClient
is an XML-RPC client
that makes XML-RPC requests to Scheduler
.
- Version:
- 1.0
Method Summary |
static void |
addEvents(helma.xmlrpc.XmlRpcClient client)
Add events to the Scheduler. |
static void |
listEvents(helma.xmlrpc.XmlRpcClient client)
List the events currently in the Scheduler. |
static void |
main(java.lang.String[] args)
Static entry point for the demo. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SchedulerClient
public SchedulerClient()
addEvents
public static void addEvents(helma.xmlrpc.XmlRpcClient client)
throws helma.xmlrpc.XmlRpcException,
java.io.IOException
Add events to the Scheduler.
- Parameters:
client
- XmlRpcClient
to connect to
listEvents
public static void listEvents(helma.xmlrpc.XmlRpcClient client)
throws helma.xmlrpc.XmlRpcException,
java.io.IOException
List the events currently in the Scheduler.
- Parameters:
client
- XmlRpcClient
to connect to
main
public static void main(java.lang.String[] args)
Static entry point for the demo.