net.floodlightcontroller.core
Class FloodlightContextStore<V>

java.lang.Object
  extended by net.floodlightcontroller.core.FloodlightContextStore<V>

public class FloodlightContextStore<V>
extends java.lang.Object


Constructor Summary
FloodlightContextStore()
           
 
Method Summary
 V get(FloodlightContext bc, java.lang.String key)
           
 void put(FloodlightContext bc, java.lang.String key, V value)
           
 void remove(FloodlightContext bc, java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloodlightContextStore

public FloodlightContextStore()
Method Detail

get

public V get(FloodlightContext bc,
             java.lang.String key)

put

public void put(FloodlightContext bc,
                java.lang.String key,
                V value)

remove

public void remove(FloodlightContext bc,
                   java.lang.String key)