C E G H I N O R S T 
All Classes All Packages

C

canHandle(Document) - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperation
Singleton operations should return HandlingPriority.HANDLE_WITH_MAX_PRIORITY, last operations HandlingPriority.HANDLE_WITH_DEFAULT_PRIORITY.
CANNOT_HANDLE - Static variable in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
close() - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationService
Called when netconf session is destroyed.
compareTo(HandlingPriority) - Method in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
createService(String) - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationServiceFactory
 

E

equals(Object) - Method in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
execute(Document) - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationChainedExecution
Do not execute if this is termination point.
EXECUTION_TERMINATION_POINT - Static variable in interface org.opendaylight.netconf.mapping.api.NetconfOperationChainedExecution
 

G

getCapabilities() - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationServiceFactory
Get capabilities supported by current operation service.
getHandlingPriority(int) - Static method in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
getNetconfOperations() - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationService
Get set of netconf operations that are handled by this service.
getPriority() - Method in class org.opendaylight.netconf.mapping.api.HandlingPriority
Get priority number.

H

handle(Document, NetconfOperationChainedExecution) - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperation
Execute current netconf operation and trigger execution of subsequent operations.
HANDLE_WITH_DEFAULT_PRIORITY - Static variable in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
HANDLE_WITH_MAX_PRIORITY - Static variable in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
HandlingPriority - Class in org.opendaylight.netconf.mapping.api
 
hashCode() - Method in class org.opendaylight.netconf.mapping.api.HandlingPriority
 

I

increasePriority(int) - Method in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
isCannotHandle() - Method in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
isExecutionTermination() - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationChainedExecution
Check if this is termination point in operation execution.

N

NetconfOperation - Interface in org.opendaylight.netconf.mapping.api
NetconfOperation handles netconf requests.
NetconfOperationChainedExecution - Interface in org.opendaylight.netconf.mapping.api
Single link in netconf operation execution chain.
NetconfOperationService - Interface in org.opendaylight.netconf.mapping.api
Service of netconf operations.
NetconfOperationServiceFactory - Interface in org.opendaylight.netconf.mapping.api
Factory that must be registered in OSGi service registry in order to be used by netconf-impl.
NetconfOperationServiceFactoryListener - Interface in org.opendaylight.netconf.mapping.api
 

O

onAddNetconfOperationServiceFactory(NetconfOperationServiceFactory) - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationServiceFactoryListener
 
onRemoveNetconfOperationServiceFactory(NetconfOperationServiceFactory) - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationServiceFactoryListener
 
org.opendaylight.netconf.mapping.api - package org.opendaylight.netconf.mapping.api
 

R

registerCapabilityListener(CapabilityListener) - Method in interface org.opendaylight.netconf.mapping.api.NetconfOperationServiceFactory
Supported capabilities may change over time, registering a listener allows for push based information retrieval about current notifications.

S

SessionAwareNetconfOperation - Interface in org.opendaylight.netconf.mapping.api
 
setSession(NetconfSession) - Method in interface org.opendaylight.netconf.mapping.api.SessionAwareNetconfOperation
 

T

toString() - Method in class org.opendaylight.netconf.mapping.api.HandlingPriority
 
C E G H I N O R S T 
All Classes All Packages