Uses of Interface
org.openflow.util.IProducer

Packages that use IProducer
org.openflow.util   
 

Uses of IProducer in org.openflow.util
 

Fields in org.openflow.util with type parameters of type IProducer
protected  java.util.Map<java.lang.Class<?>,java.util.Set<IProducer>> ProducerConsumer.producerMap
           
 

Methods in org.openflow.util with parameters of type IProducer
 boolean ProducerConsumer.deregisterProducer(IProducer producer, java.lang.Class<?> iface)
          Producer deregistration
 boolean ProducerConsumer.registerProducer(IProducer producer, java.lang.Class<?> iface)
          Producer registration