![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
Collection< Class<? extends IFloodlightService > > | getModuleServices () |
Map< Class<? extends IFloodlightService >, IFloodlightService > | getServiceImpls () |
Collection< Class<? extends IFloodlightService > > | getModuleDependencies () |
void | init (FloodlightModuleContext context) throws FloodlightModuleException |
void | startUp (FloodlightModuleContext context) throws FloodlightModuleException |
Definition at line 36 of file KildaModule.java.
Collection<Class<? extends IFloodlightService> > org.openkilda.floodlight.KildaModule.getModuleDependencies | ( | ) |
Definition at line 55 of file KildaModule.java.
Collection<Class<? extends IFloodlightService> > org.openkilda.floodlight.KildaModule.getModuleServices | ( | ) |
Definition at line 41 of file KildaModule.java.
Map<Class<? extends IFloodlightService>, IFloodlightService> org.openkilda.floodlight.KildaModule.getServiceImpls | ( | ) |
Definition at line 48 of file KildaModule.java.
void org.openkilda.floodlight.KildaModule.init | ( | FloodlightModuleContext | context | ) | throws FloodlightModuleException |
Definition at line 65 of file KildaModule.java.
void org.openkilda.floodlight.KildaModule.startUp | ( | FloodlightModuleContext | context | ) | throws FloodlightModuleException |
Definition at line 70 of file KildaModule.java.