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