com.multisoftgroup.jerry.server
Class ManagementServer
java.lang.Object
com.multisoftgroup.jerry.server.AbstractServer
com.multisoftgroup.jerry.server.ManagementServer
public class ManagementServer
- extends AbstractServer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createServer
public static ManagementServer createServer()
getName
protected String getName()
- Specified by:
getName in class AbstractServer
getPort
public int getPort()
- Specified by:
getPort in class AbstractServer
getServerSocketType
protected ServerSocketType getServerSocketType()
- Specified by:
getServerSocketType in class AbstractServer
initServer
protected void initServer()
throws IOException
- Specified by:
initServer in class AbstractServer
- Throws:
IOException
finalizeServer
protected void finalizeServer()
throws IOException
- Specified by:
finalizeServer in class AbstractServer
- Throws:
IOException
processConnection
protected void processConnection(Socket socket)
throws IOException
- Specified by:
processConnection in class AbstractServer
- Throws:
IOException
isRunning
public static boolean isRunning()
throws Exception
- Throws:
Exception