org.openhealthexchange.openpixpdq.ihe
Class PixPdqServer

java.lang.Object
  extended by org.openhealthexchange.openpixpdq.ihe.PixPdqServer

public class PixPdqServer
extends java.lang.Object

This class manages the stand alone PIXPDQ server startup and shutdown.

Version:
1.0, Mar 15, 2009
Author:
Wenzhi Li

Constructor Summary
PixPdqServer()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method to start up or shut down PIX and PDQ servers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixPdqServer

public PixPdqServer()
Method Detail

main

public static void main(java.lang.String[] args)
The main method to start up or shut down PIX and PDQ servers.

Parameters:
args - For server startup, it is expected to have 2 arguments. The first is "startup"; the second one is the full file path to IheActors.xml.

For server shutdown, provide just one argument "shutdown".