com.partnersoft.net.holler
Class HollerDaemon

java.lang.Object
  extended by com.partnersoft.net.TcpSocketDaemon
      extended by com.partnersoft.net.holler.HollerDaemon
All Implemented Interfaces:
Daemon

public class HollerDaemon
extends TcpSocketDaemon

Remote messaging daemon.

Copyright 2004-2008 Partner Software, Inc.

Version:
$Id: TcpSocketDaemon.java 1327 2008-05-07 19:55:22Z paul $
Author:
Paul Reavis

Constructor Summary
HollerDaemon(HollerQueue queue, HollerCodec codec)
           
 
Method Summary
 HollerQueue getQueue()
           
protected  void handleConnection(java.net.Socket socket, java.io.InputStream input, java.io.OutputStream output)
           
 
Methods inherited from class com.partnersoft.net.TcpSocketDaemon
runImp, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HollerDaemon

public HollerDaemon(HollerQueue queue,
                    HollerCodec codec)
Method Detail

handleConnection

protected void handleConnection(java.net.Socket socket,
                                java.io.InputStream input,
                                java.io.OutputStream output)
                         throws java.lang.Exception
Specified by:
handleConnection in class TcpSocketDaemon
Throws:
java.lang.Exception

getQueue

public HollerQueue getQueue()