|
Lafros MaCS 1.2r1
|
|
com/lafros/macs/pd/cmds.scala]
object
cmds
extends AnyRef| 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
|
Lafros MaCS 1.2r1
|
|