|
Class Summary |
| BaseApplicationImpl |
This is the base application implementation with the basic correlator management funcitons in place. |
| BaseCorrelatorDataImpl |
This is the base implementation of a correlator. |
| CorrelatorAssociation |
This interface captures two different kinds of relationships in the process of a remote invocation:
the relationship between a local caller (parent) and a local callee (child), and the relationship between
a sender and a receiver over a communication channel. |
| CorrelatorStack |
This is a stack for managing the instances of ICorrelatorData for a specific key,
which implements java.util.Comparator. |
| ServiceRegistry |
This is the application registry with which each application must register using a unique identifier.
|
| Stack |
This class offers a simple and efficient implementation of a thread-safe, growable stack. |
| TransportMediator |
This is the helper class for encoding and decoding the correlator messages. |