Open Kilda Java Documentation
org.openkilda.floodlight.command.Command Class Referenceabstract
Inheritance diagram for org.openkilda.floodlight.command.Command:

Public Member Functions

 Command (CommandContext context)
 
void ioComplete (List< OfPendingMessage > payload, boolean isError)
 

Protected Member Functions

void startSubCommand (Command command)
 
CommandContext getContext ()
 

Detailed Description

Definition at line 22 of file Command.java.

Constructor & Destructor Documentation

◆ Command()

org.openkilda.floodlight.command.Command.Command ( CommandContext  context)

Definition at line 25 of file Command.java.

Member Function Documentation

◆ getContext()

CommandContext org.openkilda.floodlight.command.Command.getContext ( )
protected

Definition at line 37 of file Command.java.

◆ ioComplete()

void org.openkilda.floodlight.command.Command.ioComplete ( List< OfPendingMessage payload,
boolean  isError 
)

Definition at line 29 of file Command.java.

◆ startSubCommand()

void org.openkilda.floodlight.command.Command.startSubCommand ( Command  command)
protected

Definition at line 33 of file Command.java.


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