Package org.openrdf.util.rmirouting

Interface Summary
Batchable If a class implements that interface its void metrhods would not be a subject of batching.
ChannelIface This is the main interface through which we route the method invocations.
KeepAliveWhenUnreferenced The main purpose of this interface is to indicate that the implementing instance should not be 'unexported' - e.g. removed from the RMI Object Table.
RoutingAction RoutingAction instances are used to perform some custom setup/cleanup actions during a remote method invocation.
 

Class Summary
ChannelIfaceImpl The implementation of a server side ChannelIface wraper used to handle all the method invocation requests made by a client.
ChannelIfaceInvocation The implementation of client side wraper used to handle and then pass the method invocation requests to the remote side of the channel.
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.