public class ItIotdmPluginCustomProtocol extends Object implements org.opendaylight.iotdm.onem2m.plugins.IotdmPlugin, org.opendaylight.iotdm.onem2m.plugins.IotdmPluginDbClient, org.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmPluginSimpleConfigClient
| Modifier and Type | Field and Description |
|---|---|
protected org.opendaylight.controller.md.sal.binding.api.DataBroker |
dataBroker |
| Constructor and Description |
|---|
ItIotdmPluginCustomProtocol(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(org.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmSimpleConfig configuration) |
void |
dbClientStart() |
void |
dbClientStop() |
String |
getPluginName() |
org.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmSimpleConfig |
getSimpleConfig() |
void |
handle(org.opendaylight.iotdm.onem2m.plugins.IotdmPluginRequest request,
org.opendaylight.iotdm.onem2m.plugins.IotdmPluginResponse response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReader, getWriterprotected org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker
public ItIotdmPluginCustomProtocol(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
public void handle(org.opendaylight.iotdm.onem2m.plugins.IotdmPluginRequest request,
org.opendaylight.iotdm.onem2m.plugins.IotdmPluginResponse response)
handle in interface org.opendaylight.iotdm.onem2m.plugins.IotdmPluginpublic String getPluginName()
getPluginName in interface org.opendaylight.iotdm.onem2m.plugins.IotdmPluginCommonInterfacepublic void dbClientStart()
throws Exception
dbClientStart in interface org.opendaylight.iotdm.onem2m.plugins.IotdmPluginDbClientExceptionpublic void dbClientStop()
dbClientStop in interface org.opendaylight.iotdm.onem2m.plugins.IotdmPluginDbClientpublic void close()
close in interface AutoCloseablepublic void configure(org.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmSimpleConfig configuration)
throws org.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmPluginSimpleConfigException
configure in interface org.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmPluginSimpleConfigClientorg.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmPluginSimpleConfigExceptionpublic org.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmSimpleConfig getSimpleConfig()
getSimpleConfig in interface org.opendaylight.iotdm.onem2m.plugins.simpleconfig.IotdmPluginSimpleConfigClientCopyright © 2017 OpenDaylight. All rights reserved.