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(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> mountPoint) |
<T extends MountPointService.MountPointListener> |
registerListener(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> path,
T listener) |
public BindingDOMMountPointServiceAdapter(DOMMountPointService mountService, BindingToNormalizedNodeCodec codec)
public com.google.common.base.Optional<MountPoint> getMountPoint(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> mountPoint)
getMountPoint
in interface MountPointService
public <T extends MountPointService.MountPointListener> org.opendaylight.yangtools.concepts.ListenerRegistration<T> registerListener(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> path, T listener)
registerListener
in interface MountPointService
Copyright © 2019 OpenDaylight. All rights reserved.