public class DOMMountPointServiceImpl extends Object implements DOMMountPointService
DOMMountPointService.DOMMountPointBuilder
Constructor and Description |
---|
DOMMountPointServiceImpl() |
Modifier and Type | Method and Description |
---|---|
DOMMountPointService.DOMMountPointBuilder |
createMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
Optional<DOMMountPoint> |
getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
org.opendaylight.yangtools.concepts.ObjectRegistration<DOMMountPoint> |
registerMountPoint(DOMMountPoint mountPoint)
Deprecated.
this method should never have been exposed publicly - registration should be done via the public
createMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier) interface. As such, this method expects the mountPoint part to be
of type SimpleDOMMountPoint . |
org.opendaylight.yangtools.concepts.ListenerRegistration<DOMMountPointListener> |
registerProvisionListener(DOMMountPointListener listener) |
void |
unregisterMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier mountPointId)
Deprecated.
this method should never have been exposed publicly - mountpoint should be unregistered by simply
closing its registration.
|
public Optional<DOMMountPoint> getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
getMountPoint
in interface DOMMountPointService
public DOMMountPointService.DOMMountPointBuilder createMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
createMountPoint
in interface DOMMountPointService
public org.opendaylight.yangtools.concepts.ListenerRegistration<DOMMountPointListener> registerProvisionListener(DOMMountPointListener listener)
registerProvisionListener
in interface DOMMountPointService
@Deprecated public org.opendaylight.yangtools.concepts.ObjectRegistration<DOMMountPoint> registerMountPoint(DOMMountPoint mountPoint)
createMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier)
interface. As such, this method expects the mountPoint
part to be
of type SimpleDOMMountPoint
.@Deprecated public void unregisterMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier mountPointId)
mountPointId
- Mountpoint identifier.Copyright © 2019 OpenDaylight. All rights reserved.