| Package | Description | 
|---|---|
| etri.sdn.controller.module.firewall | 
| Modifier and Type | Field and Description | 
|---|---|
FirewallRule | 
RuleWildcardsPair.rule  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<FirewallRule> | 
OFMFirewall.rules  | 
| Modifier and Type | Method and Description | 
|---|---|
static FirewallRule | 
FirewallRule.jsonToFirewallRule(java.lang.String fmJson)
Turns a JSON formatted Firewall Rule string into a  
FirewallRule instance | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<FirewallRule> | 
OFMFirewall.getRules()  | 
java.util.List<FirewallRule> | 
IFirewallService.getRules()
Returns all firewall rules. 
 | 
protected java.util.ArrayList<FirewallRule> | 
OFMFirewall.readRulesFromStorage()
Reads the rules from the persistent database and creates a sorted 
 array list of  
FirewallRule. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OFMFirewall.addRule(FirewallRule rule)  | 
void | 
IFirewallService.addRule(FirewallRule rule)
Adds a new firewall rule into the memory storage and the persistent database. 
 | 
int | 
FirewallRule.compareTo(FirewallRule rule)
Comparison method for Collections.sort method 
 | 
boolean | 
FirewallRule.isSameAs(FirewallRule r)
Determines if this instance matches an existing rule instance. 
 | 
void | 
OFFirewallRuleSerializer.serialize(FirewallRule rule,
         org.codehaus.jackson.JsonGenerator jgen,
         org.codehaus.jackson.map.SerializerProvider provider)  |