com.ecebs.rtd.enabler.types.itso
Class CyclicLog

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.itso.CyclicLog
All Implemented Interfaces:
Product, Serializable

public class CyclicLog
extends Object
implements Product

Represents the cyclic log found on most ITSO CMDs.

Author:
kyleb
See Also:
Serialized Form

Constructor Summary
CyclicLog(LogDirEntry entry, List<byte[]> logBytes)
           
 
Method Summary
 TransientTicketRecord getCurrentRecord()
           
 LogDirEntry getDirEntry()
          Get the directory entry associated with the product
 List<TransientTicketRecord> getTransientTicketRecords()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CyclicLog

public CyclicLog(LogDirEntry entry,
                 List<byte[]> logBytes)
Method Detail

getDirEntry

public LogDirEntry getDirEntry()
Description copied from interface: Product
Get the directory entry associated with the product

Specified by:
getDirEntry in interface Product
Returns:
Associated directory entry

getTransientTicketRecords

public List<TransientTicketRecord> getTransientTicketRecords()

getCurrentRecord

public TransientTicketRecord getCurrentRecord()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Ecebs Ltd. All Rights Reserved.