Constructor and Description |
---|
BindingMountPointAdapter(BindingToNormalizedNodeCodec codec,
DOMMountPoint domMountPoint) |
Constructor and Description |
---|
BindingMountPointAdapter(BindingToNormalizedNodeCodec codec,
DOMMountPoint domMountPoint) |
Modifier and Type | Method and Description |
---|---|
Optional<DOMMountPoint> |
DOMMountPointService.getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
org.opendaylight.yangtools.concepts.ObjectRegistration<DOMMountPoint> |
DOMMountPointService.DOMMountPointBuilder.register() |
Modifier and Type | Method and Description |
---|---|
Optional<DOMMountPoint> |
DOMMountPointServiceImpl.getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
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 part 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 part to be
of type SimpleDOMMountPoint . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDOMMountPoint |
Copyright © 2019 OpenDaylight. All rights reserved.