|
xorp
|
Interface class for FinderClient Xrl requests. More...
#include <finder_client.hh>
Public Member Functions | |
| virtual void | uncache_xrl (const string &xrl)=0 |
| virtual void | uncache_xrls_from_target (const string &target)=0 |
| virtual XrlCmdError | dispatch_tunneled_xrl (const string &xrl)=0 |
Interface class for FinderClient Xrl requests.
The methods in this interface are implemented by the FinderClient to handle its XRL requests. It exists as a separate class to restrict the operations that the XRL interface can invoke.