view src/org/dancres/blitz/remote/debug/package.html @ 34:6f68e94c1fb8 default tip

Add CondensedStats monitoring utility, equivalent to vmstat
author Dominic Cleal <dominic-cleal@cdo2.com>
date Thu, 05 Aug 2010 11:07:25 +0100
parents 3dc0c5604566
children
line wrap: on
line source

<body>

<P> This package contains various bits of debugging code for use with the
remote layer.
</P>

<p> At this moment, there is a generic DebugILFactory implementation which can
be used to replace the usual ILFactory in a configured Endpoint and causes the
standard InvocationHandler to be replaced with one of the programmer's choice.
By default, DebugILFactory creates instances of TimingInvocationHandler.</p>

@see org.dancres.blitz.remote.debug.DebugILFactory
@see org.dancres.blitz.remote.debug.TimingInvocationHandler

</body>