com.elvyx.engine.common.payload
Class PayLoadFactory

java.lang.Object
  extended by com.elvyx.engine.common.payload.PayLoadFactory

public class PayLoadFactory
extends java.lang.Object

It handle statement.dat. This file store the information collected by elvyx.

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

Constructor Summary
PayLoadFactory()
           
 
Method Summary
static PayLoad[] getOldPayLoad(java.lang.String format)
           
static PayLoad[] getPayLoad(java.lang.String format, Data[] toDeliver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayLoadFactory

public PayLoadFactory()
Method Detail

getPayLoad

public static PayLoad[] getPayLoad(java.lang.String format,
                                   Data[] toDeliver)

getOldPayLoad

public static PayLoad[] getOldPayLoad(java.lang.String format)


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