org.apache.openejb.server
Class Server
java.lang.Object
org.apache.openejb.server.Server
- All Implemented Interfaces:
- Service
public class Server
- extends Object
- implements Service
- Version:
- $Rev: 1293319 $ $Date: 2012-02-24 08:13:44 -0800 (Fri, 24 Feb 2012) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server()
getInstance
public static Server getInstance()
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-2012 The Apache Software Foundation. All Rights Reserved.