Package | Description |
---|---|
org.opendaylight.controller.md.sal.binding.impl | |
org.opendaylight.controller.md.sal.dom.api | |
org.opendaylight.controller.md.sal.dom.broker.impl.mount | |
org.opendaylight.controller.md.sal.dom.broker.spi.mount | |
org.opendaylight.controller.sal.core.compat |
Controller/MDSAL compatibility library.
|
Constructor and Description |
---|
BindingMountPointAdapter(BindingToNormalizedNodeCodec codec,
DOMMountPoint domMountPoint) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<DOMMountPoint> |
DOMMountPointService.getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
Deprecated.
|
org.opendaylight.yangtools.concepts.ObjectRegistration<DOMMountPoint> |
DOMMountPointService.DOMMountPointBuilder.register() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<DOMMountPoint> |
DOMMountPointServiceImpl.getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
org.opendaylight.yangtools.concepts.ObjectRegistration<DOMMountPoint> |
DOMMountPointServiceImpl.DOMMountPointBuilderImpl.register() |
org.opendaylight.yangtools.concepts.ObjectRegistration<DOMMountPoint> |
DOMMountPointServiceImpl.registerMountPoint(DOMMountPoint mountPoint)
Deprecated.
this method should never have been exposed publicly - registration should be done via the
public
DOMMountPointServiceImpl.createMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier) interface. As such, this method expects the mountPoint param
to be of type SimpleDOMMountPoint . |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ObjectRegistration<DOMMountPoint> |
DOMMountPointServiceImpl.registerMountPoint(DOMMountPoint mountPoint)
Deprecated.
this method should never have been exposed publicly - registration should be done via the
public
DOMMountPointServiceImpl.createMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier) interface. As such, this method expects the mountPoint param
to be of type SimpleDOMMountPoint . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDOMMountPoint |
Modifier and Type | Class and Description |
---|---|
class |
DOMMountPointAdapter
Deprecated.
|
Copyright © 2019 OpenDaylight. All rights reserved.