org.iids.aos.kernel.ac
Class AuditLogger

java.lang.Object
  extended by org.iids.aos.kernel.ac.AuditLogger

public class AuditLogger
extends java.lang.Object

Writes receipts of agent container transfers to a log file in XML format.

Author:
arno

Field Summary
protected  java.io.File logFile
           
 
Constructor Summary
AuditLogger(java.io.File logFile)
          Creates a new instance of AuditLogger
 
Method Summary
 void log(TransactionID tid, int acid, java.lang.String peerSCID, byte[] pemCert, byte[] pemSig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logFile

protected java.io.File logFile
Constructor Detail

AuditLogger

public AuditLogger(java.io.File logFile)
Creates a new instance of AuditLogger

Method Detail

log

public void log(TransactionID tid,
                int acid,
                java.lang.String peerSCID,
                byte[] pemCert,
                byte[] pemSig)
         throws java.io.IOException
Throws:
java.io.IOException


Copyright ? 2003, 2004 IIDS Group. All Rights Reserved.