Package org.hopto.pentaj.jexin.node

Interface Summary
NodeManager Manages Nodes.
TraceClient Client for the TraceServer
TraceClientFactory Creates TraceClients.
TraceClientObserver Implementations are notified of client configuration updates and stack frame changes by an observed TraceClient.
 

Class Summary
DefaultTraceClientFactory Creates TraceClientImpls.
InjectableException The Id and description of exceptions that can be injected in the node's execution path.
MockTraceClient Used to work with the jexin web server in isolation.
MockTraceClientFactory Creates MockTraceClients.
Node Represents a node.
NodeAddress The address of a node
NodeManagerImpl Default implementation of NodeManager
TraceClientImpl Client for the TraceServer