Class DpnDmacJobUtil
- java.lang.Object
-
- org.opendaylight.netvirt.elan.l2gw.jobs.DpnDmacJobUtil
-
@Singleton public class DpnDmacJobUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DpnDmacJobUtil(ElanL2GatewayUtils elanL2GatewayUtils, ElanClusterUtils elanClusterUtils, ElanInstanceCache elanInstanceCache, ElanDmacUtils elanDmacUtils, Scheduler scheduler, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
installDmacFromL2gws(java.lang.String elanName, DpnInterfaces dpnInterfaces)
void
uninstallDmacFromL2gws(java.lang.String elanName, DpnInterfaces dpnInterfaces)
-
-
-
Constructor Detail
-
DpnDmacJobUtil
@Inject public DpnDmacJobUtil(ElanL2GatewayUtils elanL2GatewayUtils, ElanClusterUtils elanClusterUtils, ElanInstanceCache elanInstanceCache, ElanDmacUtils elanDmacUtils, Scheduler scheduler, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator)
-
-
Method Detail
-
installDmacFromL2gws
public void installDmacFromL2gws(java.lang.String elanName, DpnInterfaces dpnInterfaces)
-
uninstallDmacFromL2gws
public void uninstallDmacFromL2gws(java.lang.String elanName, DpnInterfaces dpnInterfaces)
-
-