Scala Monitoring and Control System API
com.lafros.macs.pd

object cmds

[source: com/lafros/macs/pd/cmds.scala]

object cmds
extends AnyRef
has members which may be submitted as commands, or which are classes whose instances may be submitted as commands.
Author
Rob Dickens
Value Summary
val terminateProgram : java.lang.String
corresponds to the similarly named method of AnyPd's Proxy inner class, but may be entered from the commandline, as terminate-program.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
abstract class Program extends java.io.Serializable with AnyRef
Programs may be instantiated locally, configured, then submitted as commands.
case class StartProgram (val classname : java.lang.String, val codebaseUrl : java.net.URL) extends java.io.Serializable with scala.Product
Should a program to be run not need to be instantiated and configured locally first, it may be instantiated remotely by submitting an instance of this as a command.
Object Summary
object StartProgram extends AnyRef
companion.
Value Details
val terminateProgram : java.lang.String
corresponds to the similarly named method of AnyPd's Proxy inner class, but may be entered from the commandline, as terminate-program.


Copyright 2009 Latterfrosken Software Development Limited