org.openflow.protocol.factory
Interface OFHelloElementFactoryAware

All Known Implementing Classes:
OFHello

public interface OFHelloElementFactoryAware

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

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

Method Summary
 void setHelloElementFactory(OFHelloElementFactory helloElementFactory)
          Sets the OFHelloElementFactory
 

Method Detail

setHelloElementFactory

void setHelloElementFactory(OFHelloElementFactory helloElementFactory)
Sets the OFHelloElementFactory

Parameters:
queuePropertyFactory -