Class BindingMountPointAdapter
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.BindingMountPointAdapter
-
- All Implemented Interfaces:
org.opendaylight.controller.md.sal.binding.api.MountPoint,org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
@Deprecated(forRemoval=true) public class BindingMountPointAdapter extends Object implements org.opendaylight.controller.md.sal.binding.api.MountPoint
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description BindingMountPointAdapter(BindingToNormalizedNodeCodec codec, org.opendaylight.controller.md.sal.dom.api.DOMMountPoint domMountPoint)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>getIdentifier()Deprecated, for removal: This API element is subject to removal in a future version.<T extends org.opendaylight.controller.md.sal.binding.api.BindingService>
com.google.common.base.Optional<T>getService(Class<T> service)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
BindingMountPointAdapter
public BindingMountPointAdapter(BindingToNormalizedNodeCodec codec, org.opendaylight.controller.md.sal.dom.api.DOMMountPoint domMountPoint)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getIdentifier
public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIdentifierin interfaceorg.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
-
getService
public <T extends org.opendaylight.controller.md.sal.binding.api.BindingService> com.google.common.base.Optional<T> getService(Class<T> service)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServicein interfaceorg.opendaylight.controller.md.sal.binding.api.MountPoint
-
-