T
- the implemented RPC service interfacepublic static interface BindingAwareBroker.RoutedRpcRegistration<T extends org.opendaylight.yangtools.yang.binding.RpcService> extends BindingAwareBroker.RpcRegistration<T>, RoutedRegistration<Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity>,org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>,T>
close
method when the registration is no longer needed.Modifier and Type | Method and Description |
---|---|
void |
registerInstance(Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity> context,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> instance)
Deprecated.
|
void |
unregisterInstance(Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity> context,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> instance)
Deprecated.
|
close, getServiceType
close, registerPath, unregisterPath
@Deprecated void registerInstance(Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity> context, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> instance)
context
- instance
- @Deprecated void unregisterInstance(Class<? extends org.opendaylight.yangtools.yang.binding.BaseIdentity> context, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> instance)
context
- instance
- Copyright © 2019 OpenDaylight. All rights reserved.