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