org.apache.avalon.excalibur.component.example_im
Class Main

java.lang.Object
  extended byorg.apache.avalon.excalibur.component.example_im.Main

public class Main
extends java.lang.Object

This example application loads a component which publishes a series of Instruments. An InstrumentManager is created to collect and manage the Instrument data. And an Altrmi based InstrumentManagerInterface is registered. A client may connect to InstrumentManager later.

Note, this code ignores exceptions to keep the code simple.

Since:
4.1
Version:
CVS $Revision: 1.1 $ $Date: 2004/03/17 13:22:38 $
Author:
Avalon Development Team

Method Summary
static void main(java.lang.String[] args)
          All of the guts of this example exist in the main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
All of the guts of this example exist in the main method.

Throws:
java.lang.Exception


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.