All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.smartclient.debug.public.sc.client.schema.QuartzScheduler.ds.xml.js Maven / Gradle / Ivy

The newest version!
isc.DataSource.create({
    ID:"QuartzScheduler",
    dbName:"ANY_DATA",
    serverConstructor:"com.isomorphic.scheduler.QuartzScheduler",
    fields:{
        name:{
            canEdit:false,
            name:"name",
            type:"text"
        },
        state:{
            canEdit:false,
            name:"state",
            type:"intEnum",
            valueMap:{
                "0":"Shutdown",
                "1":"Standby",
                "2":"Started"
            }
        }
    },
    operationBinding:[
        {
            operationId:"start",
            operationType:"custom"
        },
        {
            operationId:"shutdown",
            operationType:"custom"
        },
        {
            operationId:"standby",
            operationType:"custom"
        },
        {
            operationId:"doit",
            operationType:"custom",
            serverObject:{
                className:"com.isomorphic.scheduler.QuartzScheduler",
                methodName:"doit"
            }
        }
    ]
})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy