org.smartcc.replay
Class Recorder.Record

java.lang.Object
  |
  +--org.smartcc.replay.Recorder.Record
Enclosing class:
Recorder

public static class Recorder.Record
extends java.lang.Object


Field Summary
 Invocation invocation
           
 long millis
           
 java.lang.Object result
           
 java.lang.Throwable throwable
           
 
Constructor Summary
Recorder.Record(Invocation invocation, java.lang.Object result, java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invocation

public Invocation invocation

result

public java.lang.Object result

throwable

public java.lang.Throwable throwable

millis

public long millis
Constructor Detail

Recorder.Record

public Recorder.Record(Invocation invocation,
                       java.lang.Object result,
                       java.lang.Throwable throwable)


Copyright © 2002 DC-TSS. All Rights Reserved.