Skip navigation links
A B C D E G H I M N O P R S T Y 

A

AbstractConsumer - Class in org.opendaylight.controller.sal.core.api
 
AbstractConsumer() - Constructor for class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
AbstractProvider - Class in org.opendaylight.controller.sal.core.api
 
AbstractProvider() - Constructor for class org.opendaylight.controller.sal.core.api.AbstractProvider
 
acceptsImplementation(DOMRpcImplementation) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcAvailabilityListener
Implementation filtering method.
addingService(ServiceReference<Broker>) - Method in class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
addingService(ServiceReference<Broker>) - Method in class org.opendaylight.controller.sal.core.api.AbstractProvider
 
addInitialSchemaContext(SchemaContext) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMMountPointService.DOMMountPointBuilder
 
addModule(Module) - Method in interface org.opendaylight.controller.sal.core.api.model.SchemaService
Deprecated.
Registers a YANG module to session and global context
addService(Class<T>, T) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMMountPointService.DOMMountPointBuilder
 

B

Broker - Interface in org.opendaylight.controller.sal.core.api
Core component of the SAL layer responsible for wiring the SAL consumers.
Broker.ConsumerSession - Interface in org.opendaylight.controller.sal.core.api
Consumer specific access to the SAL functionality.
Broker.ProviderSession - Interface in org.opendaylight.controller.sal.core.api
Provider specific access to the SAL functionality.
BrokerService - Interface in org.opendaylight.controller.sal.core.api
Session-specific instance of the broker functionality.

C

close() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeProducer
Deprecated.
close() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationRegistration
 
close() - Method in interface org.opendaylight.controller.sal.core.api.Broker.ConsumerSession
Closes a session between consumer and broker.
close() - Method in interface org.opendaylight.controller.sal.core.api.Broker.ProviderSession
Closes a session between provider and SAL.
ClusteredDOMDataChangeListener - Interface in org.opendaylight.controller.md.sal.dom.api
ClusteredDOMDataChangeListener is a marker interface to enable data change notifications on all instances in a cluster, where this listener is registered.
ClusteredDOMDataTreeChangeListener - Interface in org.opendaylight.controller.md.sal.dom.api
ClusteredDOMDataTreeChangeListener is a marker interface to enable data tree change notifications on all instances in a cluster where this listener is registered.
compareTo(DOMDataTreeIdentifier) - Method in class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
 
Consumer - Interface in org.opendaylight.controller.sal.core.api
Defines the component of controller and supplies additional metadata.
Consumer.ConsumerFunctionality - Interface in org.opendaylight.controller.sal.core.api
Deprecated.
- no longer used or needed
contains(DOMDataTreeIdentifier) - Method in class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
 
create(SchemaPath) - Static method in class org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier
Create a global RPC identifier.
create(SchemaPath, YangInstanceIdentifier) - Static method in class org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier
Create an RPC identifier with a particular context reference.
create(QName, QName) - Static method in class org.opendaylight.controller.sal.core.api.RpcRoutingContext
 
createMountPoint(YangInstanceIdentifier) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMMountPointService
 
createProducer(Collection<DOMDataTreeIdentifier>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeProducer
Deprecated.
Create a producer, which is able to access to a set of trees.
createProducer(Collection<DOMDataTreeIdentifier>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeProducerFactory
Deprecated.
Create a producer, which is able to access to a set of trees.
createTransaction(boolean) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeProducer
Deprecated.
Allocate a new open transaction on this producer.
createTransactionChain(TransactionChainListener) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataBroker

D

delete(LogicalDatastoreType, YangInstanceIdentifier) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction
 
DOMDataBroker - Interface in org.opendaylight.controller.md.sal.dom.api
Data Broker which provides data transaction and data change listener functionality using NormalizedNode data format.
DOMDataBrokerExtension - Interface in org.opendaylight.controller.md.sal.dom.api
Type capture of a DOMServiceExtension applicable to DOMDataBroker implementations.
DOMDataChangeListener - Interface in org.opendaylight.controller.md.sal.dom.api
Deprecated.
DOMDataReadOnlyTransaction - Interface in org.opendaylight.controller.md.sal.dom.api
 
DOMDataReadTransaction - Interface in org.opendaylight.controller.md.sal.dom.api
A transaction that provides read access to a logical data store.
DOMDataReadWriteTransaction - Interface in org.opendaylight.controller.md.sal.dom.api
 
DOMDataTreeChangeListener - Interface in org.opendaylight.controller.md.sal.dom.api
Interface implemented by classes interested in receiving notifications about data tree changes.
DOMDataTreeChangeService - Interface in org.opendaylight.controller.md.sal.dom.api
A DOMServiceExtension which allows users to register for changes to a subtree.
DOMDataTreeCommitCohortRegistry - Interface in org.opendaylight.controller.md.sal.dom.api
Interface for a DOM commit cohort registry.
DOMDataTreeIdentifier - Class in org.opendaylight.controller.md.sal.dom.api
A unique identifier for a particular subtree.
DOMDataTreeIdentifier(LogicalDatastoreType, YangInstanceIdentifier) - Constructor for class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
 
DOMDataTreeInaccessibleException - Exception in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeInaccessibleException instead.
DOMDataTreeInaccessibleException(DOMDataTreeIdentifier, String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeInaccessibleException
Deprecated.
 
DOMDataTreeInaccessibleException(DOMDataTreeIdentifier, String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeInaccessibleException
Deprecated.
 
DOMDataTreeListener - Interface in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeListener instead.
DOMDataTreeListeningException - Exception in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeListeningException instead.
DOMDataTreeListeningException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeListeningException
Deprecated.
 
DOMDataTreeListeningException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeListeningException
Deprecated.
 
DOMDataTreeLoopException - Exception in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeLoopException instead.
DOMDataTreeLoopException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeLoopException
Deprecated.
 
DOMDataTreeLoopException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeLoopException
Deprecated.
 
DOMDataTreeProducer - Interface in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeProducer instead.
DOMDataTreeProducerBusyException - Exception in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeProducerBusyException instead.
DOMDataTreeProducerBusyException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeProducerBusyException
Deprecated.
 
DOMDataTreeProducerBusyException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeProducerBusyException
Deprecated.
 
DOMDataTreeProducerException - Exception in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeProducerException instead.
DOMDataTreeProducerException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeProducerException
Deprecated.
 
DOMDataTreeProducerException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeProducerException
Deprecated.
 
DOMDataTreeProducerFactory - Interface in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeProducerFactory instead.
DOMDataTreeService - Interface in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeService instead.
DOMDataTreeShard - Interface in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeShard instead.
DOMDataTreeShardingConflictException - Exception in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeShardingConflictException instead.
DOMDataTreeShardingConflictException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeShardingConflictException
Deprecated.
 
DOMDataTreeShardingConflictException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeShardingConflictException
Deprecated.
 
DOMDataTreeShardingService - Interface in org.opendaylight.controller.md.sal.dom.api
Deprecated.
Use DOMDataTreeShardingService instead.
DOMDataWriteTransaction - Interface in org.opendaylight.controller.md.sal.dom.api
A transaction that provides mutation capabilities on a data tree.
DOMEvent - Interface in org.opendaylight.controller.md.sal.dom.api
Generic event interface
DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> - Interface in org.opendaylight.controller.md.sal.dom.api
Marker interface for services which can support DOMServiceExtension.
DOMMountPoint - Interface in org.opendaylight.controller.md.sal.dom.api
 
DOMMountPointService - Interface in org.opendaylight.controller.md.sal.dom.api
 
DOMMountPointService.DOMMountPointBuilder - Interface in org.opendaylight.controller.md.sal.dom.api
 
DOMNotification - Interface in org.opendaylight.controller.md.sal.dom.api
A single YANG notification.
DOMNotificationListener - Interface in org.opendaylight.controller.md.sal.dom.api
Interface implemented by listeners interested in DOMNotifications.
DOMNotificationPublishService - Interface in org.opendaylight.controller.md.sal.dom.api
A DOMService which allows its user to send DOMNotifications.
DOMNotificationRejectedException - Exception in org.opendaylight.controller.md.sal.dom.api
This exception indicates that given notification can not be processed by corresponding mechanism.
DOMNotificationRejectedException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMNotificationRejectedException
 
DOMNotificationRejectedException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMNotificationRejectedException
 
DOMNotificationService - Interface in org.opendaylight.controller.md.sal.dom.api
A DOMService which allows its users to subscribe to receive DOMNotifications.
DOMRpcAvailabilityListener - Interface in org.opendaylight.controller.md.sal.dom.api
An EventListener used to track RPC implementations becoming (un)available a DOMRpcService.
DOMRpcException - Exception in org.opendaylight.controller.md.sal.dom.api
Base class for failures that can occur during RPC invocation.
DOMRpcException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcException
Construct an new instance with a message and an empty cause.
DOMRpcException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcException
Construct an new instance with a message and a cause.
DOMRpcIdentifier - Class in org.opendaylight.controller.md.sal.dom.api
Identifier of a RPC context.
DOMRpcImplementation - Interface in org.opendaylight.controller.md.sal.dom.api
Interface implemented by an individual RPC implementation.
DOMRpcImplementationNotAvailableException - Exception in org.opendaylight.controller.md.sal.dom.api
Exception indicating that no implementation of the requested RPC service is available.
DOMRpcImplementationNotAvailableException(String, Object...) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException
 
DOMRpcImplementationNotAvailableException(Throwable, String, Object...) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException
 
DOMRpcImplementationRegistration<T extends DOMRpcImplementation> - Interface in org.opendaylight.controller.md.sal.dom.api
A registration of a DOMRpcImplementation.
DOMRpcProviderService - Interface in org.opendaylight.controller.md.sal.dom.api
A DOMService which allows registration of RPC implementations with a conceptual router.
DOMRpcResult - Interface in org.opendaylight.controller.md.sal.dom.api
Interface defining a result of an RPC call.
DOMRpcService - Interface in org.opendaylight.controller.md.sal.dom.api
A DOMService which allows clients to invoke RPCs.
DOMService - Interface in org.opendaylight.controller.md.sal.dom.api
Marker interface for services which can be obtained from a DOMMountPoint instance.
DOMServiceExtension<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> - Interface in org.opendaylight.controller.md.sal.dom.api
Marker interface for services which expose additional functionality on top of some base DOMService.
DOMTransactionChain - Interface in org.opendaylight.controller.md.sal.dom.api
A chain of DOM Data transactions.

E

equals(Object) - Method in class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
 
equals(Object) - Method in class org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier
 
equals(Object) - Method in class org.opendaylight.controller.sal.core.api.RpcRoutingContext
 
exists(LogicalDatastoreType, YangInstanceIdentifier) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataReadTransaction
/** Checks if data is available in the logical data store located at provided path.

G

getBody() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMNotification
Return the body of this notification.
getConsumerFunctionality() - Method in class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
getConsumerFunctionality() - Method in interface org.opendaylight.controller.sal.core.api.Consumer
Deprecated.
- no longer used or needed * Suggested implementation until removed: public Collection<ConsumerFunctionality> getConsumerFunctionality() { return Collections.emptySet(); }
getContext() - Method in class org.opendaylight.controller.sal.core.api.RpcRoutingContext
 
getContextReference() - Method in class org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier
Return the RPC context reference.
getDatastoreType() - Method in class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
Return the logical data store type.
getErrors() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcResult
Returns a set of errors and warnings which occurred during processing the call.
getEventTime() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMEvent
Get the time of the event occurrence
getGlobalContext() - Method in interface org.opendaylight.controller.sal.core.api.model.SchemaService
Deprecated.
Returns global schema context
getMountPoint(YangInstanceIdentifier) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMMountPointService
 
getProviderFunctionality() - Method in class org.opendaylight.controller.sal.core.api.AbstractProvider
 
getProviderFunctionality() - Method in interface org.opendaylight.controller.sal.core.api.Provider
Deprecated.
- No longer used or needed Suggested implementation until removed: public Collection<ProviderFunctionality> getProviderFunctionality() { return Collections.emptySet(); }
getResult() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcResult
Returns the value result of the call or null if no result is available.
getRootIdentifier() - Method in class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
Return the YangInstanceIdentifier of the root node.
getRpc() - Method in class org.opendaylight.controller.sal.core.api.RpcRoutingContext
 
getSchemaContext() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMMountPoint
 
getService(Class<T>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMMountPoint
 
getService(Class<T>) - Method in interface org.opendaylight.controller.sal.core.api.Broker.ConsumerSession
Returns a session specific instance (implementation) of requested service
getSessionContext() - Method in interface org.opendaylight.controller.sal.core.api.model.SchemaService
Deprecated.
Returns session specific YANG schema context
getSupportedExtensions() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMExtensibleService
Return a map of currently-supported extensions, along with accessor services which provide access to the specific functionality bound to this service.
getTreeIdentifier() - Method in exception org.opendaylight.controller.md.sal.dom.api.DOMDataTreeInaccessibleException
Deprecated.
 
getType() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMNotification
Return the type of this notification.
getType() - Method in class org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier
Return the RPC type.

H

hashCode() - Method in class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
 
hashCode() - Method in class org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier
 
hashCode() - Method in class org.opendaylight.controller.sal.core.api.RpcRoutingContext
 

I

invocationCost() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementation
Return the relative invocation cost of this implementation.
invokeRpc(DOMRpcIdentifier, NormalizedNode<?, ?>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementation
Initiate invocation of the RPC.
invokeRpc(SchemaPath, NormalizedNode<?, ?>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcService
Initiate invocation of an RPC.
isClosed() - Method in interface org.opendaylight.controller.sal.core.api.Broker.ConsumerSession
 
isClosed() - Method in interface org.opendaylight.controller.sal.core.api.Broker.ProviderSession
 

M

merge(LogicalDatastoreType, YangInstanceIdentifier, NormalizedNode<?, ?>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction
Merges a piece of data with the existing data at a specified path.
modifiedService(ServiceReference<Broker>, Broker) - Method in class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
modifiedService(ServiceReference<Broker>, Broker) - Method in class org.opendaylight.controller.sal.core.api.AbstractProvider
 
MountProvisionListener - Interface in org.opendaylight.controller.sal.core.api.mount
 

N

newReadOnlyTransaction() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataBroker
newReadOnlyTransaction() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMTransactionChain
 
newReadWriteTransaction() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataBroker
newReadWriteTransaction() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMTransactionChain
 
newWriteOnlyTransaction() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataBroker
newWriteOnlyTransaction() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMTransactionChain
 

O

offerNotification(DOMNotification) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMNotificationPublishService
Attempt to publish a notification.
offerNotification(DOMNotification, long, TimeUnit) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMNotificationPublishService
Attempt to publish a notification.
onChildAttached(DOMDataTreeIdentifier, DOMDataTreeShard) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeShard
Deprecated.
Invoked whenever a child is getting attached as a more specific prefix under this shard.
onChildDetached(DOMDataTreeIdentifier, DOMDataTreeShard) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeShard
Deprecated.
Invoked whenever a child is getting detached as a more specific prefix under this shard.
onDataTreeChanged(Collection<DataTreeCandidate>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeChangeListener
Invoked when there was data change for the supplied path, which was used to register this listener.
onDataTreeChanged(Collection<DataTreeCandidate>, Map<DOMDataTreeIdentifier, NormalizedNode<?, ?>>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeListener
Deprecated.
Invoked whenever one or more registered subtrees change.
onDataTreeFailed(Collection<DOMDataTreeListeningException>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeListener
Deprecated.
Invoked when a subtree listening failure occurs.
onMountPointCreated(YangInstanceIdentifier) - Method in interface org.opendaylight.controller.sal.core.api.mount.MountProvisionListener
 
onMountPointRemoved(YangInstanceIdentifier) - Method in interface org.opendaylight.controller.sal.core.api.mount.MountProvisionListener
 
onNotification(DOMNotification) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMNotificationListener
Invoked whenever a DOMNotification matching the subscription criteria is received.
onRpcAvailable(Collection<DOMRpcIdentifier>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcAvailabilityListener
Method invoked whenever an RPC type becomes available.
onRpcUnavailable(Collection<DOMRpcIdentifier>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcAvailabilityListener
Method invoked whenever an RPC type becomes unavailable.
onSessionInitiated(Broker.ConsumerSession) - Method in interface org.opendaylight.controller.sal.core.api.Consumer
Callback signaling initialization of the consumer session to the SAL.
onSessionInitiated(Broker.ProviderSession) - Method in interface org.opendaylight.controller.sal.core.api.Provider
Callback signaling initialization of the provider session to the SAL.
org.opendaylight.controller.md.sal.dom.api - package org.opendaylight.controller.md.sal.dom.api
 
org.opendaylight.controller.sal.core.api - package org.opendaylight.controller.sal.core.api
Core binding-independent SAL contracts and components
org.opendaylight.controller.sal.core.api.model - package org.opendaylight.controller.sal.core.api.model
 
org.opendaylight.controller.sal.core.api.mount - package org.opendaylight.controller.sal.core.api.mount
 

P

Provider - Interface in org.opendaylight.controller.sal.core.api
Defines the component of controller and supplies additional metadata.
Provider.ProviderFunctionality - Interface in org.opendaylight.controller.sal.core.api
Deprecated.
- no longer used or needed
put(LogicalDatastoreType, YangInstanceIdentifier, NormalizedNode<?, ?>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction
Stores a piece of data at the specified path.
putNotification(DOMNotification) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMNotificationPublishService
Publish a notification.

R

read(LogicalDatastoreType, YangInstanceIdentifier) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataReadTransaction
Reads data from provided logical data store located at the provided path.
register() - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMMountPointService.DOMMountPointBuilder
 
registerConsumer(Consumer) - Method in interface org.opendaylight.controller.sal.core.api.Broker
Registers the Consumer, which will use the SAL layer.
registerConsumer(Consumer, BundleContext) - Method in interface org.opendaylight.controller.sal.core.api.Broker
Deprecated.
registerDataTreeChangeListener(DOMDataTreeIdentifier, L) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeChangeService
Registers a DOMDataTreeChangeListener to receive notifications when data changes under a given path in the conceptual data tree.
registerDataTreeShard(DOMDataTreeIdentifier, T) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeShardingService
Deprecated.
Register a shard as responsible for a particular subtree prefix.
registerListener(T, Collection<DOMDataTreeIdentifier>, boolean, Collection<DOMDataTreeProducer>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataTreeService
Deprecated.
Register a DOMDataTreeListener instance.
registerNotificationListener(T, Collection<SchemaPath>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMNotificationService
Register a DOMNotificationListener to receive a set of notifications.
registerNotificationListener(T, SchemaPath...) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMNotificationService
Register a DOMNotificationListener to receive a set of notifications.
registerProvider(Provider) - Method in interface org.opendaylight.controller.sal.core.api.Broker
Registers the Provider, which will use the SAL layer.
registerProvider(Provider, BundleContext) - Method in interface org.opendaylight.controller.sal.core.api.Broker
Deprecated.
registerProvisionListener(MountProvisionListener) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMMountPointService
 
registerRpcImplementation(T, DOMRpcIdentifier...) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcProviderService
Register an DOMRpcImplementation object with this service.
registerRpcImplementation(T, Set<DOMRpcIdentifier>) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcProviderService
Register an DOMRpcImplementation object with this service.
registerRpcListener(T) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcService
Register a DOMRpcAvailabilityListener with this service to receive notifications about RPC implementations becoming (un)available.
registerSchemaContextListener(SchemaContextListener) - Method in interface org.opendaylight.controller.sal.core.api.model.SchemaService
Deprecated.
Register a listener for changes in schema context.
REJECTED - Static variable in interface org.opendaylight.controller.md.sal.dom.api.DOMNotificationPublishService
Well-known value indicating that the implementation is currently not able to accept a notification.
removedService(ServiceReference<Broker>, Broker) - Method in class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
removedService(ServiceReference<Broker>, Broker) - Method in class org.opendaylight.controller.sal.core.api.AbstractProvider
 
removeModule(Module) - Method in interface org.opendaylight.controller.sal.core.api.model.SchemaService
Deprecated.
Unregisters a YANG module from session context
RpcRoutingContext - Class in org.opendaylight.controller.sal.core.api
 

S

SchemaService - Interface in org.opendaylight.controller.sal.core.api.model
Deprecated.
Use DOMSchemaService instead.
start(BundleContext) - Method in class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
start(BundleContext) - Method in class org.opendaylight.controller.sal.core.api.AbstractProvider
 
startImpl(BundleContext) - Method in class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
startImpl(BundleContext) - Method in class org.opendaylight.controller.sal.core.api.AbstractProvider
 
stop(BundleContext) - Method in class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
stop(BundleContext) - Method in class org.opendaylight.controller.sal.core.api.AbstractProvider
 
stopImpl(BundleContext) - Method in class org.opendaylight.controller.sal.core.api.AbstractConsumer
 
stopImpl(BundleContext) - Method in class org.opendaylight.controller.sal.core.api.AbstractProvider
 

T

toString() - Method in class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
 
toString() - Method in class org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier
 
toString() - Method in class org.opendaylight.controller.sal.core.api.RpcRoutingContext
 

Y

YangTextSourceProvider - Interface in org.opendaylight.controller.sal.core.api.model
Concrete source provider for text based yang sources.
A B C D E G H I M N O P R S T Y 
Skip navigation links

Copyright © 2018 OpenDaylight. All rights reserved.