public class BindingDOMMountPointServiceAdapter extends Object implements MountPointService
MountPointService.MountPointListener| Constructor and Description |
|---|
BindingDOMMountPointServiceAdapter(DOMMountPointService mountService,
BindingToNormalizedNodeCodec codec) |
| Modifier and Type | Method and Description |
|---|---|
protected BindingToNormalizedNodeCodec |
getCodec() |
T |
getDelegate() |
Optional<MountPoint> |
getMountPoint(InstanceIdentifier<?> mountPoint) |
<T extends MountPointService.MountPointListener> |
registerListener(InstanceIdentifier<?> path,
T listener) |
public BindingDOMMountPointServiceAdapter(DOMMountPointService mountService, BindingToNormalizedNodeCodec codec)
public 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 MountPointServicepublic final T getDelegate()
getDelegate in interface org.opendaylight.yangtools.concepts.Delegator<T>protected final BindingToNormalizedNodeCodec getCodec()
Copyright © 2019 OpenDaylight. All rights reserved.