net.sf.infrared.agent.transport
Class InfraREDSocketAppender

java.lang.Object
  extended bynet.sf.infrared.agent.transport.InfraREDSocketAppender

public class InfraREDSocketAppender
extends Object

Respoonsible for writing the Statistics details to a Socket in case of Centralized Collection Strategy


Constructor Summary
InfraREDSocketAppender()
           
InfraREDSocketAppender(InetAddress address, int port)
           
InfraREDSocketAppender(String host, int port)
           
 
Method Summary
 void append(Statistics stats)
           
 void cleanUp()
           
 void close()
           
 int getReconnectionDelay()
           
 void setReconnectionDelay(int delay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfraREDSocketAppender

public InfraREDSocketAppender()

InfraREDSocketAppender

public InfraREDSocketAppender(InetAddress address,
                              int port)

InfraREDSocketAppender

public InfraREDSocketAppender(String host,
                              int port)
Method Detail

close

public void close()

cleanUp

public void cleanUp()

append

public void append(Statistics stats)

setReconnectionDelay

public void setReconnectionDelay(int delay)

getReconnectionDelay

public int getReconnectionDelay()