| Interface | Description |
|---|---|
| DistributedTestBase.WaitCriterion | |
| DistributedTestBase.WaitCriterion2 | |
| RemoteDUnitVMIF | |
| RepeatableRunnable |
A RepeatableRunnable is an object that implements a method that
can be invoked repeatably without causing any side affects.
|
| Class | Description |
|---|---|
| AsyncInvocation |
An
AsyncInvocation represents the invocation of a
remote invocation that executes asynchronously from its caller. |
| AvailablePortHelper |
Provides helper methods for acquiring a set of unique available ports.
|
| BounceResult | |
| DistributedTestBase |
This class is the superclass of all distributed unit tests.
|
| DistributedTestBase.ExpectedException |
A class that represents an currently logged expected exception, which
should be removed
|
| DistributedTestBase.InitializeRun | |
| DUnitEnv |
This class provides an abstraction over the environment
that is used to run dunit.
|
| Host |
This class represents a host on which a remote method may be
invoked.
|
| SerializableCallable<T> |
This interface provides both
Serializable and Callable. |
| SerializableRunnable |
This interface provides both
Serializable and Runnable. |
| VM |
This class represents a Java Virtual Machine that runs on a host.
|
| Exception | Description |
|---|---|
| RMIException |
This exception is thrown when an exception occurs during a remote
method invocation.
|