org.openejb.server
Class Server
java.lang.Object
org.openejb.server.Server
- All Implemented Interfaces:
- Service
public class Server
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server()
getServer
public static Server getServer()
init
public void init(Properties props)
throws Exception
- Specified by:
init
in interface Service
- Throws:
Exception
Copyright © 1999-2010 OpenEJB. All Rights Reserved.