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

updating comments

parent 8cd763e2
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ public interface IDebugEventService extends IFloodlightService { ...@@ -148,7 +148,7 @@ public interface IDebugEventService extends IFloodlightService {
public DebugEventInfo getSingleEventHistory(String moduleName, String eventName); 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(); public void resetAllEvents();
......
...@@ -157,6 +157,8 @@ public class DebugEventResource extends DebugEventResourceBase { ...@@ -157,6 +157,8 @@ public class DebugEventResource extends DebugEventResourceBase {
* "http://{controller-hostname}:8080/wm/debugevent/{param1}/{param2} * "http://{controller-hostname}:8080/wm/debugevent/{param1}/{param2}
* *
* where {param1} must be one of (no quotes): * 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. * "all" returns value/info on all active events.
* "{moduleName}" returns value/info on events for the specified module * "{moduleName}" returns value/info on events for the specified module
* depending on the value of param2 * 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