|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectiaik.tc.tss.impl.java.tcs.eventmgr.TcTcsEventMgr
public abstract class TcTcsEventMgr
| Method Summary | |
|---|---|
static TcTcsEventMgr |
getInstance()
This class can only be instantiated once (Singleton). |
abstract TcTssPcrEvent |
getPcrEvent(long pcrIndex,
long pNumber)
TcTcsi.TcsiGetPcrEvent(long, long, long) |
abstract long |
getPcrEventCount(long pcrIndex)
TcTcsi.TcsiGetPcrEventCount(long, long) |
abstract TcTssPcrEvent[] |
getPcrEventLog()
TcTcsi.TcsiGetPcrEventLog(long) |
abstract TcTssPcrEvent[] |
getPcrEventsByPcr(long pcrIndex,
long firstEvent,
long eventCount)
TcTcsi.TcsiGetPcrEventsByPcr(long, long, long, long) |
abstract long |
logPcrEvent(TcTssPcrEvent pcrEvent)
TcTcsi.TcsiLogPcrEvent(long, TcTssPcrEvent) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TcTcsEventMgr getInstance()
throws TcTcsException
TcTcsException
public abstract TcTssPcrEvent getPcrEvent(long pcrIndex,
long pNumber)
throws TcTcsException
TcTcsi.TcsiGetPcrEvent(long, long, long)
TcTcsException
public abstract long getPcrEventCount(long pcrIndex)
throws TcTcsException
TcTcsi.TcsiGetPcrEventCount(long, long)
TcTcsException
public abstract TcTssPcrEvent[] getPcrEventsByPcr(long pcrIndex,
long firstEvent,
long eventCount)
throws TcTcsException
TcTcsi.TcsiGetPcrEventsByPcr(long, long, long, long)
TcTcsException
public abstract TcTssPcrEvent[] getPcrEventLog()
throws TcTcsException
TcTcsi.TcsiGetPcrEventLog(long)
TcTcsException
public abstract long logPcrEvent(TcTssPcrEvent pcrEvent)
throws TcTcsException
TcTcsi.TcsiLogPcrEvent(long, TcTssPcrEvent)
TcTcsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||