org.activemath.events.log
Class UlogImporter

java.lang.Object
  extended by org.activemath.events.log.UlogImporter
All Implemented Interfaces:
EventListener, ActivemathEventListener

public class UlogImporter
extends Object
implements ActivemathEventListener

Command line tool to import Ulog files (written by EventLogFileWriter) into the logging database.


Constructor Summary
UlogImporter()
           
 
Method Summary
static void main(String[] args)
           
 void onActivemathEvent(ActivemathEvent event)
          Handle an Activemath event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UlogImporter

public UlogImporter()
Method Detail

main

public static void main(String[] args)

onActivemathEvent

public void onActivemathEvent(ActivemathEvent event)
Description copied from interface: ActivemathEventListener
Handle an Activemath event.

This method must return as quickly as possible and must not block the calling thread for long.

Specified by:
onActivemathEvent in interface ActivemathEventListener
Parameters:
event - the event to respond to