|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.primetime.runtime.RuntimeManager
Serves as a static registry for all available Runner objects.
Method Summary | |
static Runner |
getRunner(java.lang.String name)
Searches for a registered Runner instance by name. |
static Runner[] |
getRunners()
Gets a complete list of all registered Runner instances. |
static void |
registerRunner(Runner runner)
Registers an instance of a class that implements the Runner interface. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void registerRunner(Runner runner)
public static Runner[] getRunners()
public static Runner getRunner(java.lang.String name)
name
- The name of the desired Runner.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |