org.openejb.server
Class Server

java.lang.Object
  extended by org.openejb.server.Server
All Implemented Interfaces:
Service

public class Server
extends java.lang.Object
implements Service

This is the base class for orcistrating the other daemons which actually accept and react to calls coming in from different protocols or channels. To perform this task, this class will newInstance() init( port, properties) start() stop()

Author:
David Blevins

Constructor Summary
Server()
           
 
Method Summary
static Server getServer()
           
 void init(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

getServer

public static Server getServer()

init

public void init(java.util.Properties props)
          throws java.lang.Exception
Specified by:
init in interface Service
Throws:
java.lang.Exception


Copyright © 1999-2011 OpenEJB. All Rights Reserved.