view src/org/dancres/blitz/remote/debug/package.html @ 22:b7e52953b7a6

Add some cache/memory statistics to help spot potential exhaustion and other tuning issues.
author Dan Creswell <dan.creswell@gmail.com>
date Fri, 28 Aug 2009 17:23:33 +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>