org.apache.openejb.server
Class Server

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

public class Server
extends java.lang.Object
implements Service

Version:
$Rev: 966263 $ $Date: 2010-07-21 16:54:58 +0200 (Mi, 21. Jul 2010) $

Nested Class Summary
static class Server.ServerServiceFactory
           
 
Constructor Summary
Server()
           
 
Method Summary
 void addService(java.net.URI uri)
           
static Server getInstance()
           
 void init()
          Copy of init(Properties) to XBean-ize it
 void init(java.util.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

getInstance

public static Server getInstance()

init

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

init

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

Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

addService

public void addService(java.net.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.