public final class DOMRpcRouter
extends org.opendaylight.yangtools.concepts.AbstractRegistration
implements org.opendaylight.yangtools.yang.model.api.SchemaContextListener
Constructor and Description |
---|
DOMRpcRouter() |
Modifier and Type | Method and Description |
---|---|
DOMActionProviderService |
getActionProviderService() |
DOMActionService |
getActionService() |
DOMRpcProviderService |
getRpcProviderService() |
DOMRpcService |
getRpcService() |
static DOMRpcRouter |
newInstance(DOMSchemaService schemaService) |
void |
onGlobalContextUpdated(org.opendaylight.yangtools.yang.model.api.SchemaContext context) |
protected void |
removeRegistration() |
public static DOMRpcRouter newInstance(DOMSchemaService schemaService)
public DOMActionService getActionService()
public DOMActionProviderService getActionProviderService()
public DOMRpcService getRpcService()
public DOMRpcProviderService getRpcProviderService()
public void onGlobalContextUpdated(org.opendaylight.yangtools.yang.model.api.SchemaContext context)
onGlobalContextUpdated
in interface org.opendaylight.yangtools.yang.model.api.SchemaContextListener
protected void removeRegistration()
removeRegistration
in class org.opendaylight.yangtools.concepts.AbstractRegistration
Copyright © 2019 OpenDaylight. All rights reserved.