public abstract static class DependentJob.ConfigWaitingJob<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 |
|---|
ConfigWaitingJob(org.opendaylight.yangtools.yang.binding.InstanceIdentifier key,
T data,
Map dependencies) |
| Modifier and Type | Method and Description |
|---|---|
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, isConfigWaitingJob, 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 forCopyright © 2018 OpenDaylight. All rights reserved.