org.tfe.core
Class Server

java.lang.Object
  |
  +--org.tfe.core.Server

public class Server
extends java.lang.Object


Constructor Summary
Server()
          Creates new RTACLServer
 
Method Summary
static boolean forwarding()
           
static java.net.InetAddress getForwardHost()
           
static long getKeepAliveInterval()
           
static java.net.InetAddress getLocalHost()
           
static EventLogger getLogger()
           
static short getMaxAlerts()
           
static short getMaxClients()
           
static int getXMLPort()
           
static void main(java.lang.String[] args)
           
static boolean overwriteSensorName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Creates new RTACLServer

Method Detail

main

public static void main(java.lang.String[] args)

getMaxClients

public static short getMaxClients()

getMaxAlerts

public static short getMaxAlerts()

getKeepAliveInterval

public static long getKeepAliveInterval()

getForwardHost

public static java.net.InetAddress getForwardHost()

getLocalHost

public static java.net.InetAddress getLocalHost()

overwriteSensorName

public static boolean overwriteSensorName()

forwarding

public static boolean forwarding()

getLogger

public static EventLogger getLogger()

getXMLPort

public static int getXMLPort()