<< Click to Display Table of Contents >>

OZSchedulerUDLTarget

This interface provides a method to get basic information of UDL used by OZ Scheduler.


Method Detail

getConcurrentCount

int getConcurrentCount()

Gets the number of running tasks.

getWaitQueueCount

int getWaitQueueCount()

Gets the number of waiting tasks.

getTaskID

String getTaskID()

Gets the task ID.

getMarkType

String getMarkType()

Gets the execution type.("REQ", "EXE", "END")

getFreeMemory

long getFreeMemory()

Gets free memory size in bytes

getTotalMemory

long getTotalMemory()

Gets total memory size in bytes

getServiceTime

long getServiceTime()

Gets the number of milliseconds elapsed since midnight(00:00:00), January 1, 1970.

getExportMap

SortProperties getExportMap()

Gets the execution option of the HTML5SVG viewer.

getSVGType

String getSVGType()

Gets the job type that the HTML5SVG viewer requests to the scheduler.(NewFrame, GetPage, CheckStatus, RequestSchedulerExport, RequestSchedulerPrint, GetMHTPage, GetPDFPage, ReqeustExport, RequestPrint)