public interface MountPointService extends BindingService
Modifier and Type | Interface and Description |
---|---|
static interface |
MountPointService.MountPointListener |
Modifier and Type | Method and Description |
---|---|
Optional<MountPoint> |
getMountPoint(InstanceIdentifier<?> mountPoint) |
<T extends MountPointService.MountPointListener> |
registerListener(InstanceIdentifier<?> path,
T listener) |
Optional<MountPoint> getMountPoint(InstanceIdentifier<?> mountPoint)
<T extends MountPointService.MountPointListener> org.opendaylight.yangtools.concepts.ListenerRegistration<T> registerListener(InstanceIdentifier<?> path, T listener)
Copyright © 2019 OpenDaylight. All rights reserved.