| Modifier and Type | Class and Description |
|---|---|
static class |
Server.ServerServiceFactory |
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
void |
addService(URI uri) |
static Server |
getInstance() |
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() |
public static Server getInstance()
public void init(Properties props) throws Exception
public void init()
throws Exception
init(Properties) to XBean-ize itExceptionpublic void addService(URI uri)
public void setServiceManager(ServiceManager serviceManager)
public void setPropertiesService(PropertiesService propertiesService)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.