Service Management Framework
Release 3.1

com.ibm.osg.smf
Class SMFLauncher

java.lang.Object
  |
  +--com.ibm.osg.smf.SMFLauncher

public class SMFLauncher
extends java.lang.Object

This class provides an entry point for launching SMF. It configures SMF according to the command line arguments:

Any other command line arguments are passed on to the console window of the framework if started with the -console option. If the console is not started, any unrecognized arguments will be ignored and a message displayed.

If none of the options above are specified, SMF is started:

(c) Copyright IBM Corp. 2001, 2002


Constructor Summary
SMFLauncher()
          Default constructor.
 
Method Summary
static void main(java.lang.String[] args)
          main method for SMFLauncher.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMFLauncher

public SMFLauncher()
Default constructor. Nothing at all to do here.
Method Detail

main

public static void main(java.lang.String[] args)
main method for SMFLauncher. This method creates an SMFLauncher object and kicks off the actual launch of an SMF Framework instance.
Parameters:
args - The command line arguments

Service Management Framework
Release 3.1

Licensed Materials - Property of IBM. (C) Copyright IBM Corp. 2000, 2002 All Rights Reserved. IBM is a registered trademark of IBM Corp.