org.openflow.protocol.factory
Interface OFMeterBandFactoryAware

All Known Implementing Classes:
OFMeterConfigStatisticsReply, OFMeterMod

public interface OFMeterBandFactoryAware

Objects implementing this interface are expected to be instantiated with an instance of an OFMeterBandFactory

Author:
David Erickson (daviderickson@cs.stanford.edu)

Method Summary
 void setMeterBandFactory(OFMeterBandFactory meterBandFactory)
          Sets the OFMeterBandFactory
 

Method Detail

setMeterBandFactory

void setMeterBandFactory(OFMeterBandFactory meterBandFactory)
Sets the OFMeterBandFactory

Parameters:
meterBandFactory -