Open Kilda Java Documentation
org.openkilda.floodlight.KildaModule Class Reference
Inheritance diagram for org.openkilda.floodlight.KildaModule:

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
 

Detailed Description

Definition at line 36 of file KildaModule.java.

Member Function Documentation

◆ getModuleDependencies()

Collection<Class<? extends IFloodlightService> > org.openkilda.floodlight.KildaModule.getModuleDependencies ( )

Definition at line 55 of file KildaModule.java.

◆ getModuleServices()

Collection<Class<? extends IFloodlightService> > org.openkilda.floodlight.KildaModule.getModuleServices ( )

Definition at line 41 of file KildaModule.java.

◆ getServiceImpls()

Map<Class<? extends IFloodlightService>, IFloodlightService> org.openkilda.floodlight.KildaModule.getServiceImpls ( )

Definition at line 48 of file KildaModule.java.

◆ init()

void org.openkilda.floodlight.KildaModule.init ( FloodlightModuleContext  context) throws FloodlightModuleException

Definition at line 65 of file KildaModule.java.

◆ startUp()

void org.openkilda.floodlight.KildaModule.startUp ( FloodlightModuleContext  context) throws FloodlightModuleException

Definition at line 70 of file KildaModule.java.


The documentation for this class was generated from the following file: