org.openrdf.util.rmirouting
Interface RoutingAction
- public interface RoutingAction
RoutingAction instances are used to perform some custom setup/cleanup actions
during a remote method invocation. They are used in conjunction with the provided
'session' cookie in an attempt to provide some aid with the proper server context
alignment. If such an alignment is not neccessary, it is better to not set any
cookie and custom prolog/epilog actions into ChanelIfaceImpl.
- See Also:
setPrologAction,
setCurrentCookie
|
Method Summary |
void |
doRoutingAction(Object cookie)
Here the implementor should take the necessary actions to align the server context
using the provided cokkie into that method |
doRoutingAction
public void doRoutingAction(Object cookie)
- Here the implementor should take the necessary actions to align the server context
using the provided cokkie into that method
- Parameters:
cookie - that will be used to align the server's running coontext
Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.