public interface DOMMountPointService extends DOMService
Modifier and Type | Interface and Description |
---|---|
static interface |
DOMMountPointService.DOMMountPointBuilder |
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.ListenerRegistration<DOMMountPointListener> |
registerProvisionListener(DOMMountPointListener listener) |
Optional<DOMMountPoint> getMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
DOMMountPointService.DOMMountPointBuilder createMountPoint(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
org.opendaylight.yangtools.concepts.ListenerRegistration<DOMMountPointListener> registerProvisionListener(DOMMountPointListener listener)
Copyright © 2019 OpenDaylight. All rights reserved.