ICoord
Object Hierarchy:
Description:
public interface ICoord : Object
This is the interface for the remotable methods of the class Coord
All known implementing classes:
Namespace: Ntk.Core
Package: Netsukuku - vala port
Content:
Methods:
- public abstract void duplicate_all_knowledge (PartialNIP gnode, CoordinatorKnowledge coordinator_knowledge) throws HookingError, RPCError
- public abstract HookReservation? reserve (PartialNIP gnode) throws HookingError, RPCError
- public abstract void free (PartialNIP gnode,
int
pos) throws HookingError, RPCError
- public abstract void duplicate_free (PartialNIP gnode,
int
pos) throws HookingError, RPCError
- public abstract
bool
register_bnode (PartialNIP gnode, NIP nip, bool
is_border, bool
has_tunnel, bool
is_willing) throws HookingError, RPCError