NBI v3 Method Stubs 41/9441/1
authorDave Tucker <djt@redhat.com>
Tue, 29 Jul 2014 15:46:04 +0000 (16:46 +0100)
committerDave Tucker <djt@redhat.com>
Tue, 29 Jul 2014 15:46:04 +0000 (16:46 +0100)
commit608dfbe08d09ad1f074019d45d8e0717acbf7071
tree7351928f8838e64153f1f600d46afd6f56610848
parent0c0329a50524efd5e435cb2aa97e91ff1065a489
NBI v3 Method Stubs

This commit adds the methods stubs for the v3 NBI.
OVSDB can now meet the API freeze milestone while we work on the
implementation

Change-Id: Icdc78a64f31d4e62926284c4669ecec65877421a
Signed-off-by: Dave Tucker <djt@redhat.com>
northbound/src/main/java/org/opendaylight/ovsdb/northbound/DatabaseResource.java [new file with mode: 0644]
northbound/src/main/java/org/opendaylight/ovsdb/northbound/NodeResource.java [new file with mode: 0644]
northbound/src/main/java/org/opendaylight/ovsdb/northbound/OvsdbNorthboundV2.java
northbound/src/main/java/org/opendaylight/ovsdb/northbound/OvsdbNorthboundV3.java
northbound/src/main/java/org/opendaylight/ovsdb/northbound/OvsdbRow.java
northbound/src/main/java/org/opendaylight/ovsdb/northbound/OvsdbRows.java
northbound/src/main/java/org/opendaylight/ovsdb/northbound/RowResource.java [new file with mode: 0644]
northbound/src/main/java/org/opendaylight/ovsdb/northbound/TableResource.java [new file with mode: 0644]