org.openflow.protocol.factory
Interface OFStatisticsFactoryAware

All Known Implementing Classes:
OFStatisticsMessageBase, OFStatisticsReply, OFStatisticsRequest

public interface OFStatisticsFactoryAware

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

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

Method Summary
 void setStatisticsFactory(OFStatisticsFactory statisticsFactory)
          Sets the OFStatisticsFactory
 

Method Detail

setStatisticsFactory

void setStatisticsFactory(OFStatisticsFactory statisticsFactory)
Sets the OFStatisticsFactory

Parameters:
statisticsFactory -