blackboard.platform
Class ApplicationLauncher

java.lang.Object
  extended by blackboard.platform.ApplicationLauncher

public class ApplicationLauncher
extends java.lang.Object

Class designated for managing invocation of underlying command line applications which have dependencies upon the Bb platform.

Note: This class is primarily for Blackboard internal use only, and should be considered highly unstable and subject to change. Most of the Blackboard APIs are not intended to be used by standalone programs because of the dependencies on a servlet container.


Field Summary
static java.lang.String ERROR_MSG
           
static java.lang.String PARSE_ARGS
           
 
Constructor Summary
ApplicationLauncher()
           
 
Method Summary
static void main(java.lang.String[] args)
          Arguments for application invocation are as follows: -S Service configuration level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSE_ARGS

public static final java.lang.String PARSE_ARGS
See Also:
Constant Field Values

ERROR_MSG

public static final java.lang.String ERROR_MSG
See Also:
Constant Field Values
Constructor Detail

ApplicationLauncher

public ApplicationLauncher()
Method Detail

main

public static void main(java.lang.String[] args)
Arguments for application invocation are as follows: -S Service configuration level. Location of .properties file. -A Application class invocation. blackboard.apps.snapshot.SnapshotApplication -V Virtual host designated for invocation.(Optional) -C Application specific property file. (Optional) -U User name for remote access. (Optional) -P Password for remote access. (Optional) -L on/off Turn version level checking performed by BbServiceManager.init on or off. (Optional, default is on) Recommendation. Only ApplicationLauncher should make use of caps for argument entries. All implemented applications should use lower case options.



Copyright © 2003 Blackboard, Inc. All Rights Reserved.