org.processmining.framework.remote
Class Service
java.lang.Object
org.processmining.framework.remote.Service
public class Service
- extends java.lang.Object
- Author:
- christian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverSocket
protected java.net.ServerSocket serverSocket
port
protected int port
handler
protected ServiceHandler handler
running
protected boolean running
serverThread
protected java.lang.Thread serverThread
Service
public Service(int aPort,
ServiceHandler aHandler)
start
public void start()
throws java.io.IOException
- Throws:
java.io.IOException
stop
public void stop()
handleConnection
protected void handleConnection(java.net.Socket socket)
throws java.io.IOException
- Throws:
java.io.IOException