Source: ../../xrl/interfaces/policy_backend_xif.hh


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top
/*
 * Copyright (c) 2001-2009 XORP, Inc.
 * See the XORP LICENSE.lgpl file for licensing, conditions, and warranties
 * on use.
 *
 * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED
 *
 * Generated by 'clnt-gen'.
 *
 * $XORP: xorp/xrl/interfaces/policy_backend_xif.hh,v 1.13 2009/01/05 18:31:13 jtc Exp $
 */

#ifndef __XRL_INTERFACES_POLICY_BACKEND_XIF_HH__
#define __XRL_INTERFACES_POLICY_BACKEND_XIF_HH__

#undef XORP_LIBRARY_NAME
#define XORP_LIBRARY_NAME "XifPolicyBackend"

#include "libxorp/xlog.h"
#include "libxorp/callback.hh"

#include "libxipc/xrl.hh"
#include "libxipc/xrl_error.hh"
#include "libxipc/xrl_sender.hh"


class XrlPolicyBackendV0p1Client {
public:
    XrlPolicyBackendV0p1Client(XrlSender* s) : _sender(s) {}
    virtual ~XrlPolicyBackendV0p1Client() {}

    typedef XorpCallback1<void, const XrlError&>::RefPtr ConfigureCB;
    /**
     *  Send Xrl intended to:
     *
     *  Configure a policy filter.
     *
     *  @param dst_xrl_target_name the Xrl target name of the destination.
     *
     *  @param filter the identifier of the filter to configure.
     *
     *  @param conf the configuration of the filter.
     */
    bool send_configure(
	const char*	dst_xrl_target_name,
	const uint32_t&	filter,
	const string&	conf,
	const ConfigureCB&	cb
    );

    typedef XorpCallback1<void, const XrlError&>::RefPtr ResetCB;
    /**
     *  Send Xrl intended to:
     *
     *  Reset a policy filter.
     *
     *  @param dst_xrl_target_name the Xrl target name of the destination.
     *
     *  @param filter the identifier of the filter to reset.
     */
    bool send_reset(
	const char*	dst_xrl_target_name,
	const uint32_t&	filter,
	const ResetCB&	cb
    );

    typedef XorpCallback1<void, const XrlError&>::RefPtr PushRoutesCB;
    /**
     *  Send Xrl intended to:
     *
     *  Push all available routes through all filters for re-filtering.
     *
     *  @param dst_xrl_target_name the Xrl target name of the destination.
     */
    bool send_push_routes(
	const char*	dst_xrl_target_name,
	const PushRoutesCB&	cb
    );

protected:
    XrlSender* _sender;

private:
    void unmarshall_configure(
	const XrlError&	e,
	XrlArgs*	a,
	ConfigureCB		cb
    );

    void unmarshall_reset(
	const XrlError&	e,
	XrlArgs*	a,
	ResetCB		cb
    );

    void unmarshall_push_routes(
	const XrlError&	e,
	XrlArgs*	a,
	PushRoutesCB		cb
    );

};

#endif /* __XRL_INTERFACES_POLICY_BACKEND_XIF_HH__ */

Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:10:48 2009, using kdoc 2.0a54+XORP.