Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for Java | Code Examples | Administration API | Java Client: Add a Schedule to a Universal Messaging Realm
 
Java Client: Add a Schedule to a Universal Messaging Realm
This example demonstrates how to read a schedule from a file and add the schedule to a realm.
Usage
naddschedule <source> [subject] [clusterwide]

<Required Arguments>

<source> - location of the schedule script file

[Optional Arguments]

[subject] - The subject of the schedule (default : os username)
[clusterwide] - Whether or not the schedule is cluster wide (default : false)


Note: -? provides help on environment variables
Application Source Code
Click here for a code example