org.apache.openejb.server
Class Server

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

public class Server
extends Object
implements Service

Version:
$Rev: 576056 $ $Date: 2007-09-16 09:14:42 +0200 (So, 16. Sep 2007) $

Nested Class Summary
static class Server.ServerServiceFactory
           
 
Constructor Summary
Server()
           
 
Method Summary
 void addService(URI uri)
           
static Server getServer()
           
 void init()
          Copy of init(Properties) to XBean-ize it
 void init(Properties props)
           
 void setPropertiesService(PropertiesService propertiesService)
           
 void setServiceManager(ServiceManager serviceManager)
           
 void start()
           
 void stop()
           
 
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(Properties props)
          throws Exception
Specified by:
init in interface Service
Throws:
Exception

init

public void init()
          throws Exception
Copy of init(Properties) to XBean-ize it

Throws:
Exception

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

addService

public void addService(URI uri)

setServiceManager

public void setServiceManager(ServiceManager serviceManager)

setPropertiesService

public void setPropertiesService(PropertiesService propertiesService)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.