|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openflow.protocol.factory.OFVendorActionRegistry
public class OFVendorActionRegistry
Singleton registry object that holds a mapping from vendor ids to vendor-specific mapping factories. Threadsafe.
Constructor Summary | |
---|---|
OFVendorActionRegistry()
|
Method Summary | |
---|---|
OFVendorActionFactory |
get(int vendorId)
|
static OFVendorActionRegistry |
getInstance()
|
OFVendorActionFactory |
register(int vendorId,
OFVendorActionFactory factory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OFVendorActionRegistry()
Method Detail |
---|
public static OFVendorActionRegistry getInstance()
public OFVendorActionFactory register(int vendorId, OFVendorActionFactory factory)
public OFVendorActionFactory get(int vendorId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |