Serialized Form
summary
java.lang.String summary
body
java.lang.String body
message
java.lang.String message
body
java.lang.String body
Package org.jdiagnose.concurrent |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the ConcurrentHashMap
instance from a stream (i.e.,
deserialize it).
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the ConcurrentHashMap
instance to a stream (i.e.,
serialize it).
- Serial Data:
- An estimate of the table size, followed by
the key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
java.io.IOException
segments
ConcurrentHashMap.Segment[] segments
- The array of concurrency control segments.
loadFactor
float loadFactor
- The load factor for the hash table.
-
threshold
int threshold
- Per-segment resize threshold.
-
count
int count
- The number of elements in this segment's region.
It is always updated within synchronized blocks.
Package org.jdiagnose.config |
configuration
Config configuration
key
java.lang.String key
oldValue
java.lang.Object oldValue
newValue
java.lang.Object newValue
changeExceptions
java.util.List changeExceptions
Package org.jdiagnose.exception |
nestable
java.lang.Throwable nestable
- Holds the reference to the exception or error that we're
wrapping (which must be a
Nestable
implementation).
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
remoteResult to.
cause
java.lang.Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
delegate
NestableDelegate delegate
- The helper instance which contains much of the code which we
remoteResult to.
cause
java.lang.Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
Package org.jdiagnose.remote |
Package org.jdiagnose.runtime |
result
ResultInfo result
path
ResultInfo[] path
runner
DefaultDiagnosticRunner runner
Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.