org.jwall.web.audit.util
Class RFIController

java.lang.Object
  extended by org.jwall.web.audit.util.RFIController

public class RFIController
extends Object

This class is a simple controller which reads commands from standard input and allows sending commands to running rfi-collectors as well as querying statistics, stopping them and creating new ones.

Author:
chris@jwall.org

Constructor Summary
RFIController()
           
 
Method Summary
 String eval(String line)
           
static void main(String[] args)
           
 String readLine()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFIController

public RFIController()
              throws Exception
Throws:
Exception
Method Detail

eval

public String eval(String line)
            throws Exception
Throws:
Exception

readLine

public String readLine()
                throws Exception
Throws:
Exception

run

public void run()

main

public static void main(String[] args)
Parameters:
args -


Copyright © 2012 jwall.org. All Rights Reserved.