com.ecebs.rtd.enabler.types.itso
Class CyclicLog
java.lang.Object
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
CyclicLog
public CyclicLog(LogDirEntry entry,
List<byte[]> logBytes)
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.