#include <ConnectionManagerCommand.h>
Inheritance diagram for ConnectionManagerCommand::
Public Methods | |
virtual void | run (std::ostream &) |
virtual string | getCommandString () |
virtual void | getHtmlInterface (std::ostream &) |
Return a default HTML interface. More... | |
Static Public Attributes | |
const string | commandString = "connectionManager" |
Private Methods | |
void | displayHeaders (std::ostream &s) |
void | displayNode (std::ostream &s, Node *node) |
Private Attributes | |
VirtualCircuitTable * | m_vct |
|
Definition at line 41 of file ConnectionManagerCommand.cpp. Referenced by getHtmlInterface().
|
|
Definition at line 56 of file ConnectionManagerCommand.cpp. Referenced by getHtmlInterface().
|
|
Reimplemented from Command. Definition at line 7 of file ConnectionManagerCommand.cpp. Referenced by displayNode().
|
|
Return a default HTML interface.
Reimplemented from Command. Definition at line 13 of file ConnectionManagerCommand.cpp. Referenced by run().
|
|
Reimplemented from Command. Definition at line 75 of file ConnectionManagerCommand.cpp. |
|
Definition at line 3 of file ConnectionManagerCommand.cpp. |
|
Definition at line 14 of file ConnectionManagerCommand.h. |