Serialized Form


Package org.jdiagnose

Class org.jdiagnose.DefaultDiagnosticMessage extends java.lang.Object implements Serializable

Serialized Fields

summary

java.lang.String summary

body

java.lang.String body

Class org.jdiagnose.DiagnosticAssertionException extends NestableRuntimeException implements Serializable

Class org.jdiagnose.DiagnosticException extends NestableException implements Serializable

Class org.jdiagnose.StoredException extends DiagnosticException implements Serializable

Serialized Fields

message

java.lang.String message

body

java.lang.String body


Package org.jdiagnose.concurrent

Class org.jdiagnose.concurrent.ConcurrentHashMap extends java.util.AbstractMap implements Serializable

Serialization Methods

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
Serialized Fields

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.

 

Class org.jdiagnose.concurrent.ConcurrentHashMap.Segment extends java.lang.Object implements Serializable

Serialized Fields

count

int count
The number of elements in this segment's region. It is always updated within synchronized blocks.


Package org.jdiagnose.config

Class org.jdiagnose.config.ConfigChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

configuration

Config configuration

key

java.lang.String key

oldValue

java.lang.Object oldValue

newValue

java.lang.Object newValue

Class org.jdiagnose.config.ConfigChangeException extends ConfigException implements Serializable

Serialized Fields

changeExceptions

java.util.List changeExceptions

Class org.jdiagnose.config.ConfigException extends DiagnosticException implements Serializable


Package org.jdiagnose.exception

Class org.jdiagnose.exception.NestableDelegate extends java.lang.Object implements Serializable

Serialized Fields

nestable

java.lang.Throwable nestable
Holds the reference to the exception or error that we're wrapping (which must be a Nestable implementation).

Class org.jdiagnose.exception.NestableException extends java.lang.Exception implements Serializable

Serialized Fields

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.

Class org.jdiagnose.exception.NestableRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

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

Class org.jdiagnose.remote.RemoteResultException extends NestableException implements Serializable


Package org.jdiagnose.runtime

Class org.jdiagnose.runtime.ResultEvent extends java.util.EventObject implements Serializable

Serialized Fields

result

ResultInfo result

path

ResultInfo[] path

Class org.jdiagnose.runtime.RunEvent extends java.util.EventObject implements Serializable

Serialized Fields

runner

DefaultDiagnosticRunner runner



Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.