@Singleton public class SnatServiceManagerImpl extends Object implements SnatServiceManager
SnatServiceManager.Action
Constructor and Description |
---|
SnatServiceManagerImpl(SnatServiceImplFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
addNatServiceListener(SnatServiceListener natServiceListner) |
void |
notify(Routers router,
BigInteger primarySwitchId,
BigInteger dpnId,
SnatServiceManager.Action action) |
void |
removeNatServiceListener(SnatServiceListener natServiceListner) |
@Inject public SnatServiceManagerImpl(SnatServiceImplFactory factory)
public void addNatServiceListener(SnatServiceListener natServiceListner)
addNatServiceListener
in interface SnatServiceManager
public void removeNatServiceListener(SnatServiceListener natServiceListner)
removeNatServiceListener
in interface SnatServiceManager
public void notify(Routers router, BigInteger primarySwitchId, BigInteger dpnId, SnatServiceManager.Action action)
notify
in interface SnatServiceManager
Copyright © 2018 OpenDaylight. All rights reserved.