org.objectweb.joram.mom.proxies.tcp
Class TcpConnectionListener
- Runnable
public class TcpConnectionListener
Listens to the TCP connections from the JMS clients.
Creates a TcpConnection
for each
accepted TCP connection.
Opens the UserConnection
with the
right user's proxy.
close , finish , getName , interrupt , isCurrentThread , isRunning , setDaemon , setPriority , setThreadGroup , shutdown , start , stop , toString |
TcpConnectionListener
public TcpConnectionListener(ServerSocket serverSocket,
TcpProxyService proxyService)
Creates a new connection listener
serverSocket
- the server socket to listen toproxyService
- the TCP proxy service of this
connection listener
close
protected void close()
- close in interface Daemon
shutdown
protected void shutdown()
- shutdown in interface Daemon
Copyright B) 2004 Scalagent - All rights reserved