net.floodlightcontroller.core.module
Interface IFloodlightService

All Known Subinterfaces:
IApplicationService, ICounterStoreService, IDebugCounterService, IDebugEventService, IDeviceService, IEntityClassifierService, IFirewallService, IFloodlightProviderService, IFlowReconcileEngineService, IFlowReconcileService, ILearningSwitchService, ILinkDiscoveryService, ILoadBalancerService, IModuleService, IOFMessageFilterManagerService, IPktInProcessingTimeService, IRestApiService, IRoutingService, IServiceChainingService, IStaticFlowEntryPusherService, IStorageSourceService, ISyncService, IThreadPoolService, ITopologyService, IVirtualNetworkService
All Known Implementing Classes:
AbstractStorageSource, AbstractSyncManager, ApplicationLoader, Controller, CounterStore, DebugCounter, DebugEvent, DefaultEntityClassifier, DeviceManagerImpl, Firewall, FloodlightModuleLoader, FlowReconcileManager, LearningSwitch, LinkDiscoveryManager, LoadBalancer, MemoryStorageSource, NoSqlStorageSource, NullCounterStore, NullDebugCounter, NullDebugEvent, NullPktInProcessingTime, OFMessageFilterManager, PktInProcessingTime, RemoteSyncManager, RestApiServer, StaticFlowEntryPusher, SyncManager, ThreadPool, TopologyManager, VirtualNetworkFilter

public interface IFloodlightService

This is the base interface for any IFloodlightModule package that provides a service.

Author:
alexreimers