com.elvyx.engine.common
Class LogEntry

java.lang.Object
  extended by com.elvyx.engine.common.LogEntry
All Implemented Interfaces:
java.lang.Runnable

public class LogEntry
extends java.lang.Object
implements java.lang.Runnable

It decide what data is , perepare it and send it

Since:
1.24
Version:
$Revision: 1.3 $
Author:
David Newcomb, Armando Perdomo

Method Summary
 Data[] getData()
           
 ConnectionProperties getProperties()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

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

getData

public Data[] getData()

getProperties

public ConnectionProperties getProperties()


Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.