Modifier and Type | Class and Description |
---|---|
static class |
Server.ServerServiceFactory |
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
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() |
public static Server getInstance()
public void init(java.util.Properties props) throws java.lang.Exception
public void init() throws java.lang.Exception
init(Properties)
to XBean-ize itjava.lang.Exception
public void start() throws java.lang.Exception
java.lang.Exception
public void stop() throws java.lang.Exception
java.lang.Exception
public void addService(java.net.URI uri)
public void setServiceManager(ServiceManager serviceManager)
public void setPropertiesService(PropertiesService propertiesService)