Package io.lighty.core.controller.api
Interface LightyServices
- All Superinterfaces:
LightyModuleRegistryService
- All Known Implementing Classes:
LightyControllerImpl
This interface provides methods to access ODL core services
provided by
LightyController module.- Author:
- juraj.veverka
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.mdsal.binding.api.ActionProviderServiceorg.opendaylight.mdsal.binding.api.ActionServiceorg.opendaylight.controller.cluster.ActorSystemProviderorg.opendaylight.mdsal.binding.dom.adapter.ConstantAdapterContextorg.opendaylight.yangtools.binding.data.codec.impl.di.DefaultDynamicBindingDataCodecorg.opendaylight.mdsal.binding.api.DataBrokerorg.opendaylight.mdsal.binding.api.MountPointServiceorg.opendaylight.yangtools.binding.data.codec.api.BindingNormalizedNodeSerializerorg.opendaylight.mdsal.binding.api.NotificationPublishServiceorg.opendaylight.controller.cluster.datastore.admin.ClusterAdminRpcServiceorg.opendaylight.mdsal.dom.api.DOMDataBrokerorg.opendaylight.mdsal.singleton.api.ClusterSingletonServiceProviderorg.opendaylight.controller.cluster.datastore.DistributedDataStoreInterfaceorg.opendaylight.infrautils.diagstatus.DiagStatusServiceorg.opendaylight.mdsal.dom.api.DOMActionProviderServiceorg.opendaylight.mdsal.dom.api.DOMActionServiceorg.opendaylight.mdsal.eos.dom.api.DOMEntityOwnershipServiceorg.opendaylight.mdsal.dom.api.DOMMountPointServiceorg.opendaylight.mdsal.dom.api.DOMNotificationPublishServiceorg.opendaylight.mdsal.dom.broker.DOMNotificationRouterorg.opendaylight.mdsal.dom.api.DOMNotificationServiceorg.opendaylight.mdsal.dom.api.DOMRpcProviderServiceorg.opendaylight.mdsal.dom.api.DOMRpcServiceorg.opendaylight.mdsal.dom.api.DOMSchemaServiceorg.opendaylight.mdsal.eos.binding.api.EntityOwnershipServiceorg.opendaylight.restconf.server.jaxrs.JaxRsEndpointorg.opendaylight.mdsal.binding.api.NotificationServiceorg.opendaylight.controller.cluster.datastore.DistributedDataStoreInterfaceorg.opendaylight.mdsal.binding.api.RpcServiceorg.opendaylight.mdsal.binding.api.RpcProviderServiceorg.opendaylight.infrautils.ready.SystemReadyMonitororg.opendaylight.yangtools.yang.parser.api.YangParserFactoryorg.opendaylight.mdsal.dom.api.DOMSchemaService.YangTextSourceExtensionvoidwithJaxRsEndpoint(org.opendaylight.restconf.server.jaxrs.JaxRsEndpoint endpoint) Methods inherited from interface io.lighty.core.controller.api.LightyModuleRegistryService
registerModuleInfos
-
Method Details
-
getDiagStatusService
org.opendaylight.infrautils.diagstatus.DiagStatusService getDiagStatusService() -
getSystemReadyMonitor
org.opendaylight.infrautils.ready.SystemReadyMonitor getSystemReadyMonitor() -
getLightySystemReadyService
LightySystemReadyService getLightySystemReadyService() -
getActorSystemProvider
org.opendaylight.controller.cluster.ActorSystemProvider getActorSystemProvider() -
getDOMSchemaService
org.opendaylight.mdsal.dom.api.DOMSchemaService getDOMSchemaService() -
getYangTextSourceExtension
org.opendaylight.mdsal.dom.api.DOMSchemaService.YangTextSourceExtension getYangTextSourceExtension() -
getDOMNotificationRouter
org.opendaylight.mdsal.dom.broker.DOMNotificationRouter getDOMNotificationRouter() -
getConfigDatastore
org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface getConfigDatastore() -
getOperationalDatastore
org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface getOperationalDatastore() -
getYangParserFactory
org.opendaylight.yangtools.yang.parser.api.YangParserFactory getYangParserFactory() -
getBindingNormalizedNodeSerializer
org.opendaylight.yangtools.binding.data.codec.api.BindingNormalizedNodeSerializer getBindingNormalizedNodeSerializer() -
getBindingCodecTreeFactory
org.opendaylight.yangtools.binding.data.codec.impl.di.DefaultDynamicBindingDataCodec getBindingCodecTreeFactory() -
getDOMEntityOwnershipService
org.opendaylight.mdsal.eos.dom.api.DOMEntityOwnershipService getDOMEntityOwnershipService() -
getEntityOwnershipService
org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService getEntityOwnershipService() -
getClusterAdminRPCService
org.opendaylight.controller.cluster.datastore.admin.ClusterAdminRpcService getClusterAdminRPCService() -
getClusterSingletonServiceProvider
org.opendaylight.mdsal.singleton.api.ClusterSingletonServiceProvider getClusterSingletonServiceProvider() -
getDOMMountPointService
org.opendaylight.mdsal.dom.api.DOMMountPointService getDOMMountPointService() -
getDOMNotificationPublishService
org.opendaylight.mdsal.dom.api.DOMNotificationPublishService getDOMNotificationPublishService() -
getDOMNotificationService
org.opendaylight.mdsal.dom.api.DOMNotificationService getDOMNotificationService() -
getClusteredDOMDataBroker
org.opendaylight.mdsal.dom.api.DOMDataBroker getClusteredDOMDataBroker() -
getDOMRpcService
org.opendaylight.mdsal.dom.api.DOMRpcService getDOMRpcService() -
getDOMRpcProviderService
org.opendaylight.mdsal.dom.api.DOMRpcProviderService getDOMRpcProviderService() -
getDOMActionService
org.opendaylight.mdsal.dom.api.DOMActionService getDOMActionService() -
getDOMActionProviderService
org.opendaylight.mdsal.dom.api.DOMActionProviderService getDOMActionProviderService() -
getRpcProviderService
org.opendaylight.mdsal.binding.api.RpcProviderService getRpcProviderService() -
getBindingMountPointService
org.opendaylight.mdsal.binding.api.MountPointService getBindingMountPointService() -
getNotificationService
org.opendaylight.mdsal.binding.api.NotificationService getNotificationService() -
getBindingNotificationPublishService
org.opendaylight.mdsal.binding.api.NotificationPublishService getBindingNotificationPublishService() -
getBindingDataBroker
org.opendaylight.mdsal.binding.api.DataBroker getBindingDataBroker() -
getAdapterContext
org.opendaylight.mdsal.binding.dom.adapter.ConstantAdapterContext getAdapterContext() -
getActionProviderService
org.opendaylight.mdsal.binding.api.ActionProviderService getActionProviderService() -
getActionService
org.opendaylight.mdsal.binding.api.ActionService getActionService() -
getRpcConsumerRegistry
org.opendaylight.mdsal.binding.api.RpcService getRpcConsumerRegistry() -
getJaxRsEndpoint
org.opendaylight.restconf.server.jaxrs.JaxRsEndpoint getJaxRsEndpoint() -
withJaxRsEndpoint
void withJaxRsEndpoint(org.opendaylight.restconf.server.jaxrs.JaxRsEndpoint endpoint)
-