amip.api.examples.highlevel
Class DumpVariables

java.lang.Object
  extended by amip.api.examples.highlevel.DumpVariables

public class DumpVariables
extends java.lang.Object

Dumps all the AMIP variables. Illustrates some internal features of AMIP. This sample may hang if used with the old AMIP version that doesn't print =DUMP_END=.


Constructor Summary
DumpVariables()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpVariables

public DumpVariables()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws ClientInitializationFailedException,
                        ServerStartupFailedException,
                        GeneralClientException,
                        java.lang.InterruptedException
Throws:
ClientInitializationFailedException
ServerStartupFailedException
GeneralClientException
java.lang.InterruptedException