![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
CommandContext (FloodlightModuleContext moduleContext) | |
CommandContext (FloodlightModuleContext moduleContext, String correlationId) | |
FloodlightModuleContext | getModuleContext () |
long | getCtime () |
String | getCorrelationId () |
Definition at line 22 of file CommandContext.java.
org.openkilda.floodlight.command.CommandContext.CommandContext | ( | FloodlightModuleContext | moduleContext | ) |
Definition at line 27 of file CommandContext.java.
org.openkilda.floodlight.command.CommandContext.CommandContext | ( | FloodlightModuleContext | moduleContext, |
String | correlationId | ||
) |
Definition at line 31 of file CommandContext.java.
String org.openkilda.floodlight.command.CommandContext.getCorrelationId | ( | ) |
Definition at line 45 of file CommandContext.java.
long org.openkilda.floodlight.command.CommandContext.getCtime | ( | ) |
Definition at line 41 of file CommandContext.java.
FloodlightModuleContext org.openkilda.floodlight.command.CommandContext.getModuleContext | ( | ) |
Definition at line 37 of file CommandContext.java.