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, onSuccessprotected boolean isDependencyMet(HwvtepDeviceInfo deviceInfo, Class cls, org.opendaylight.yangtools.yang.binding.InstanceIdentifier iid)
DependentJobisDependencyMet in class DependentJobdeviceInfo - The device info of tis jobcls - dependency type to be checked foriid - instance identifier to be checked forpublic boolean isConfigWaitingJob()
isConfigWaitingJob in class DependentJobCopyright © 2018 OpenDaylight. All rights reserved.