Skip to content
Snippets Groups Projects
Commit 3af52876 authored by Saurav Das's avatar Saurav Das
Browse files

updating comments

parent 8cd763e2
Loading
......@@ -148,7 +148,7 @@ public interface IDebugEventService extends IFloodlightService {
public DebugEventInfo getSingleEventHistory(String moduleName, String eventName);
/**
* Wipe out all event history for all registered active events
* Wipe out all event history for all registered events
*/
public void resetAllEvents();
......
......@@ -157,6 +157,8 @@ public class DebugEventResource extends DebugEventResourceBase {
* "http://{controller-hostname}:8080/wm/debugevent/{param1}/{param2}
*
* where {param1} must be one of (no quotes):
* null if nothing is given then by default the list
* of all events is returned, not their histories.
* "all" returns value/info on all active events.
* "{moduleName}" returns value/info on events for the specified module
* depending on the value of param2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment