anvil.server.listener
Class Listener

java.lang.Object
  |
  +--anvil.server.listener.Listener
All Implemented Interfaces:
Listener, java.lang.Runnable

public class Listener
extends java.lang.Object
implements Listener, java.lang.Runnable

class Listener


Constructor Summary
Listener()
           
 
Method Summary
 int getBackLog()
           
 int getKeepAlive()
           
 int getTimeout()
           
 Zone getZone()
           
 void initialize(Zone zone, ListenerPreferences prefs)
           
 boolean isStarted()
           
 Log log()
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Listener

public Listener()
Method Detail

initialize

public void initialize(Zone zone,
                       ListenerPreferences prefs)
Specified by:
initialize in interface Listener

stop

public void stop()
Specified by:
stop in interface Listener

log

public Log log()

getZone

public Zone getZone()

getTimeout

public int getTimeout()

getKeepAlive

public int getKeepAlive()

getBackLog

public int getBackLog()

start

public void start()
Specified by:
start in interface Listener

isStarted

public boolean isStarted()
Specified by:
isStarted in interface Listener

run

public void run()
Specified by:
run in interface java.lang.Runnable