Uses of Class
com.redwood.scheduler.api.tool.EventRaiseException
-
Packages that use EventRaiseException Package Description com.redwood.scheduler.api.tool Scheduler API - Tools. -
-
Uses of EventRaiseException in com.redwood.scheduler.api.tool
Methods in com.redwood.scheduler.api.tool that throw EventRaiseException Modifier and Type Method Description static Long
Main. intMain(String[] args, OutputStream stdout, OutputStream stderr)
Entry point from command line, this method does not call System.exit(), but returns a return code.Long
ToolConnection. raiseEvent(String eventName, String raiseComment)
Raise an eventLong
ToolConnectionImpl. raiseEvent(String newEventName, String newRaiseComment)
-