org.iids.aos
Class Injector

java.lang.Object
  extended by org.iids.aos.systemservices.AbstractSystemService
      extended by org.iids.aos.Injector

public class Injector
extends AbstractSystemService

Author:
hidde, david, Michel

Constructor Summary
Injector(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void start(java.util.Map parameters)
           
 void usage()
          Exits after printing a usage message.
 void usage(java.lang.String error)
          Exits after printing the given error message and a usage message.
 
Methods inherited from class org.iids.aos.systemservices.AbstractSystemService
shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Injector

public Injector(java.lang.String[] args)
         throws java.io.IOException,
                CommunicatorException
Throws:
java.io.IOException
CommunicatorException
Method Detail

start

public void start(java.util.Map parameters)
Specified by:
start in class AbstractSystemService

usage

public void usage(java.lang.String error)
Exits after printing the given error message and a usage message.

Parameters:
error - Error string to print

usage

public void usage()
Exits after printing a usage message.


main

public static void main(java.lang.String[] args)
                 throws CommunicatorException,
                        java.io.IOException
Throws:
CommunicatorException
java.io.IOException


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.