Package org.opencord.bng.impl
Class SimpleAttachmentEventHandler
- java.lang.Object
-
- org.opencord.bng.impl.SimpleAttachmentEventHandler
-
public class SimpleAttachmentEventHandler extends Object
Service to intercept the PPPoE Handler events and trigger the creation of a new attachment in BNG service.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.opencord.bng.BngServicebngServiceprotected org.onosproject.cfg.ComponentConfigServicecomponentConfigServiceprotected org.onosproject.core.CoreServicecoreServiceprotected org.opencord.bng.PppoeBngControlHandlerpppoEHandlerRelayprotected org.onosproject.store.service.StorageServicestorageService
-
Constructor Summary
Constructors Constructor Description SimpleAttachmentEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate()protected voiddeactivate()voidmodified(org.osgi.service.component.ComponentContext context)
-
-
-
Field Detail
-
componentConfigService
protected org.onosproject.cfg.ComponentConfigService componentConfigService
-
pppoEHandlerRelay
protected org.opencord.bng.PppoeBngControlHandler pppoEHandlerRelay
-
bngService
protected org.opencord.bng.BngService bngService
-
coreService
protected org.onosproject.core.CoreService coreService
-
storageService
protected org.onosproject.store.service.StorageService storageService
-
-