org.openorb.notify
Class Server

java.lang.Object
  |
  +--org.openorb.util.service.ServerBase
        |
        +--org.openorb.notify.Server

public class Server
extends org.openorb.util.service.ServerBase

Notification Service server.

Author:
Shawn Boyce, Gary Shea

Fields inherited from class org.openorb.util.service.ServerBase
DEFAULT_FILE_FORMAT, DEFAULT_FORMAT
 
Constructor Summary
Server()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method to start the Event service.
 
Methods inherited from class org.openorb.util.service.ServerBase
getLogger, getORB, getServiceContext, getServiceParameters, init, init, init, init, init, run, setServiceClassName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

main

public static void main(java.lang.String[] args)
Main method to start the Event service.
Parameters:
args - The command line arguments.