org.hd.d.pg2k.test.dev
Class SimpleCacheTest.RawDataAccessMonitor.GetRawDataEvent

java.lang.Object
  extended by org.hd.d.pg2k.test.dev.SimpleCacheTest.RawDataAccessMonitor.GetRawDataEvent
Enclosing class:
SimpleCacheTest.RawDataAccessMonitor

static final class SimpleCacheTest.RawDataAccessMonitor.GetRawDataEvent
extends java.lang.Object

A "getRawData()" event. Immutable.

Records the time, stack trace, exhibit name, start and length.


Field Summary
 int len
          Length of read within exhibit.
 Name.ExhibitFull name
          Name of exhibit concerned.
 int start
          Start offset of read within exhibit.
private  java.lang.Throwable th
          Stack trace when event happened.
 long timestamp
          Time at which event happened.
 
Constructor Summary
SimpleCacheTest.RawDataAccessMonitor.GetRawDataEvent(Name.ExhibitFull name, int start, int len)
           
 
Method Summary
 void printStackTrace(java.io.PrintStream ps)
          Print the stack trace to the specified stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

public final long timestamp
Time at which event happened.


th

private final java.lang.Throwable th
Stack trace when event happened.


name

public final Name.ExhibitFull name
Name of exhibit concerned.


start

public final int start
Start offset of read within exhibit.


len

public final int len
Length of read within exhibit.

Constructor Detail

SimpleCacheTest.RawDataAccessMonitor.GetRawDataEvent

public SimpleCacheTest.RawDataAccessMonitor.GetRawDataEvent(Name.ExhibitFull name,
                                                            int start,
                                                            int len)
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Print the stack trace to the specified stream.


DHD Multimedia Gallery V1.57.21

Copyright (c) 1996-2011, Damon Hart-Davis. All rights reserved.