Parsing Engine

Package danbikel.util.proxy

Contains various InvocationHandler objects with static factory methods to provide proxy instances.

See:
          Description

Class Summary
Reconnect An invocation handler for which proxy instances may be constructed for RMI clients such that the RMI server will be re-gotten from the bootstrap registry in the event of method failure.
Retry An invocation handler for which proxy instances may be constructed for RMI clients such that if a remote method fails, the method will be re-invoked repeatedly until success.
 

Package danbikel.util.proxy Description

Contains various InvocationHandler objects with static factory methods to provide proxy instances.

See Also:
Proxy, InvocationHandler

Parsing Engine

Author: Dan Bikel.