Rice Pastry API

org.mpisws.p2p.transport.peerreview.audit
Class ActiveInvestigationInfo<Handle>

java.lang.Object
  extended by org.mpisws.p2p.transport.peerreview.audit.ActiveInvestigationInfo<Handle>

public class ActiveInvestigationInfo<Handle>
extends java.lang.Object

Here we remember calls to investigate() that have not been resolved yet


Field Summary
 Authenticator authFrom
           
 Authenticator authTo
           
 long currentTimeout
           
 long since
           
 Handle target
           
 
Constructor Summary
ActiveInvestigationInfo(Handle target, long since, long currentTimeout, Authenticator authFrom, Authenticator authTo)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public Handle target

since

public long since

currentTimeout

public long currentTimeout

authFrom

public Authenticator authFrom

authTo

public Authenticator authTo
Constructor Detail

ActiveInvestigationInfo

public ActiveInvestigationInfo(Handle target,
                               long since,
                               long currentTimeout,
                               Authenticator authFrom,
                               Authenticator authTo)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection