public interface ForwardingTable
Modifier and Type | Method and Description |
---|---|
void |
clear()
clears the forwarding table.
|
void |
consolidate() |
void |
ifconfig(java.lang.Object ifx,
Predicate p)
associates an interface with a predicate
This is the main method that builds the forwarding table.
|
void |
match(Message m,
MatchHandler p)
matches a message against the proedicates in the table.
|
void |
match(Message m,
MatchMessageHandler p)
matches a message against the proedicates in the table.
|
void consolidate()
void clear()
void match(Message m, MatchMessageHandler p)
MatchMessageHandler
void match(Message m, MatchHandler p)
MatchHandler
void ifconfig(java.lang.Object ifx, Predicate p) throws BadConstraintException
BadConstraintException
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga