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

object StartProgram

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

object StartProgram
extends AnyRef
companion.
Method Summary
def createProgram (classname : java.lang.String, codebaseUrl : java.net.URL) : Program
returns a new instance of the specified program, using a new classloader so as to ensure we get the latest version. The classloader's parent will be the context classloader.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def createProgram(classname : java.lang.String, codebaseUrl : java.net.URL) : Program
returns a new instance of the specified program, using a new classloader so as to ensure we get the latest version. The classloader's parent will be the context classloader.


Copyright 2009 Latterfrosken Software Development Limited