public class BindingDOMMountPointServiceAdapter extends Object implements MountPointService
MountPointService.MountPointListener| Modifier and Type | Field and Description | 
|---|---|
static org.slf4j.Logger | 
LOG  | 
| Constructor and Description | 
|---|
BindingDOMMountPointServiceAdapter(DOMMountPointService mountService,
                                  BindingToNormalizedNodeCodec codec)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<MountPoint> | 
getMountPoint(InstanceIdentifier<?> mountPoint)  | 
<T extends MountPointService.MountPointListener> | 
registerListener(InstanceIdentifier<?> path,
                T listener)  | 
public BindingDOMMountPointServiceAdapter(DOMMountPointService mountService, BindingToNormalizedNodeCodec codec)
public com.google.common.base.Optional<MountPoint> getMountPoint(InstanceIdentifier<?> mountPoint)
getMountPoint in interface MountPointServicepublic <T extends MountPointService.MountPointListener> org.opendaylight.yangtools.concepts.ListenerRegistration<T> registerListener(InstanceIdentifier<?> path, T listener)
registerListener in interface MountPointServiceCopyright © 2018 OpenDaylight. All rights reserved.