C - the context type used for routingP - the path identifier typeS - the RPC implementation typepublic interface RoutedRegistration<C,P extends org.opendaylight.yangtools.concepts.Path<P>,S>
extends org.opendaylight.yangtools.concepts.Registration
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
registerPath(C context,
P path)
Registers the RPC implementation associated with this registration for the given path
identifier and context.
|
void |
unregisterPath(C context,
P path)
Unregisters the RPC implementation associated with this registration for the given path
identifier and context.
|
void registerPath(C context, P path)
context - the context used for routing RPCs to this implementation.path - the path identifier for which to register.void unregisterPath(C context, P path)
context - the context used for routing RPCs to this implementation.path - the path identifier for which to unregister.void close()
close in interface AutoCloseableclose in interface org.opendaylight.yangtools.concepts.RegistrationCopyright © 2019 OpenDaylight. All rights reserved.