Open Kilda Java Documentation
org.openkilda.floodlight.command.CommandContext Class Reference

Public Member Functions

 CommandContext (FloodlightModuleContext moduleContext)
 
 CommandContext (FloodlightModuleContext moduleContext, String correlationId)
 
FloodlightModuleContext getModuleContext ()
 
long getCtime ()
 
String getCorrelationId ()
 

Detailed Description

Definition at line 22 of file CommandContext.java.

Constructor & Destructor Documentation

◆ CommandContext() [1/2]

org.openkilda.floodlight.command.CommandContext.CommandContext ( FloodlightModuleContext  moduleContext)

Definition at line 27 of file CommandContext.java.

◆ CommandContext() [2/2]

org.openkilda.floodlight.command.CommandContext.CommandContext ( FloodlightModuleContext  moduleContext,
String  correlationId 
)

Definition at line 31 of file CommandContext.java.

Member Function Documentation

◆ getCorrelationId()

String org.openkilda.floodlight.command.CommandContext.getCorrelationId ( )

Definition at line 45 of file CommandContext.java.

◆ getCtime()

long org.openkilda.floodlight.command.CommandContext.getCtime ( )

Definition at line 41 of file CommandContext.java.

◆ getModuleContext()

FloodlightModuleContext org.openkilda.floodlight.command.CommandContext.getModuleContext ( )

Definition at line 37 of file CommandContext.java.


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