1 #include <samchon/protocol/master/ParallelSystemArrayMediator.hpp> 3 #include <samchon/protocol/master/ParallelSlaveSystemMediator.hpp> 4 #include <samchon/protocol/master/PRMasterHistory.hpp> 8 #include <samchon/library/XML.hpp> 9 #include <samchon/protocol/Invoke.hpp> 19 ParallelSystemArrayMediator::ParallelSystemArrayMediator()
24 ParallelSystemArrayMediator::~ParallelSystemArrayMediator()
A history log of an Invoke message on a master.
virtual auto toXML() const -> std::shared_ptr< library::XML > override
Get an XML object represents the EntityGroup.
Package for external system, within the framework of master.
virtual void sendData(std::shared_ptr< Invoke >)
Sends message to a related system.
virtual void notifyEnd(PRMasterHistory *)
Notify end of a master history.
An Entity and a container of children Entity objects.
virtual auto toXML() const -> std::shared_ptr< library::XML >
Get an XML object represents the EntityGroup.
Package of network protocol and libraries.
virtual void start()=0
Start interaction.
virtual void construct(std::shared_ptr< library::XML >) override
Construct data of the Entity from an XML object.
auto toInvoke() const -> std::shared_ptr< Invoke >
Get an Invoke message.
XML is a class representing xml object.
virtual void construct(std::shared_ptr< library::XML > xml)
Construct data of the Entity from an XML object.