Class Service.ConnectionHandlerRunnable
- java.lang.Object
-
- org.processmining.framework.util.socket.Service.ConnectionHandlerRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- Service
protected class Service.ConnectionHandlerRunnable extends java.lang.Object implements java.lang.Runnable
A simple class that enables notification of ServiceHandler-s in a new thread.- Author:
- christian
-
-
Field Summary
Fields Modifier and Type Field Description protected java.net.Socket
clientSocket
-
Constructor Summary
Constructors Constructor Description ConnectionHandlerRunnable(java.net.Socket aSocket, ServiceEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Notifies all registered handlers about a new client connection in a new thread.
-
-
-
Constructor Detail
-
ConnectionHandlerRunnable
public ConnectionHandlerRunnable(java.net.Socket aSocket, ServiceEnvironment environment)
-
-