org.eclipse.ecf.server.generic.app
Class AbstractGenericServerApplication
java.lang.Object
org.eclipse.ecf.server.generic.app.AbstractGenericServerApplication
- Direct Known Subclasses:
- GenericServerApplication, GenericServerJavaApplication
public abstract class AbstractGenericServerApplication
- extends java.lang.Object
- Since:
- 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverGroups
protected TCPServerSOContainerGroup[] serverGroups
configURL
protected java.lang.String configURL
serverName
protected java.lang.String serverName
AbstractGenericServerApplication
public AbstractGenericServerApplication()
processArguments
protected void processArguments(java.lang.String[] args)
initialize
protected void initialize()
throws java.lang.Exception
- Throws:
java.lang.Exception
initializeSingleServer
protected void initializeSingleServer()
throws java.io.IOException,
java.net.URISyntaxException
- Throws:
java.io.IOException
java.net.URISyntaxException
initializeFromConnectors
protected void initializeFromConnectors(java.util.List connectors)
throws java.io.IOException
- Throws:
java.io.IOException
createServerContainer
protected TCPServerSOContainer createServerContainer(java.lang.String id,
TCPServerSOContainerGroup group,
java.lang.String path,
int keepAlive)
throws IDCreateException
- Throws:
IDCreateException
setupServerContainer
protected void setupServerContainer(TCPServerSOContainer container)
shutdown
protected void shutdown()