public abstract static class DependentJob.OpWaitingJob<T extends org.opendaylight.yangtools.yang.binding.Identifiable> extends DependentJob
DependentJob.ConfigWaitingJob<T extends org.opendaylight.yangtools.yang.binding.Identifiable>, DependentJob.OpWaitingJob<T extends org.opendaylight.yangtools.yang.binding.Identifiable>
Constructor and Description |
---|
OpWaitingJob(org.opendaylight.yangtools.yang.binding.InstanceIdentifier key,
T data,
Map dependencies) |
Modifier and Type | Method and Description |
---|---|
boolean |
isConfigWaitingJob() |
protected boolean |
isDependencyMet(HwvtepDeviceInfo deviceInfo,
Class cls,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid)
This method is to check if all the given dependency of this job or not
|
getData, getKey, onDependencyResolved, onFailure, onSuccess
protected boolean isDependencyMet(HwvtepDeviceInfo deviceInfo, Class cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid)
DependentJob
isDependencyMet
in class DependentJob
deviceInfo
- The device info of tis jobcls
- dependency type to be checked foriid
- instance identifier to be checked forpublic boolean isConfigWaitingJob()
isConfigWaitingJob
in class DependentJob
Copyright © 2018 OpenDaylight. All rights reserved.