9 #ifndef anna_comm_ServerAllocator_hpp 10 #define anna_comm_ServerAllocator_hpp 19 class TransportFactory;
const int a_remotePort
Definition: ServerAllocator.hpp:105
const std::string & getName() const
Definition: ServerAllocator.hpp:73
Definition: Server.hpp:53
const bool a_ignoreIncomingMessages
Definition: ServerAllocator.hpp:108
Definition: ServerAllocator.hpp:29
virtual ~ServerAllocator()
Definition: ServerAllocator.hpp:67
bool autoRecovery() const
Definition: ServerAllocator.hpp:87
bool a_autoRecovery
Definition: ServerAllocator.hpp:106
TransportFactory * a_transportFactory
Definition: ServerAllocator.hpp:107
virtual Server * apply() const
int getRemotePort() const
Definition: ServerAllocator.hpp:79
ServerAllocator(const ServerAllocator &other)
Definition: ServerAllocator.hpp:55
bool getIgnoreIncomingMessages() const
Definition: ServerAllocator.hpp:93
const Host & a_host
Definition: ServerAllocator.hpp:104
const std::string a_name
Definition: ServerAllocator.hpp:103
Definition: TransportFactory.hpp:30
ServerAllocator(const std::string &name, const Host &host, const int remotePort, const bool autoRecovery, TransportFactory *transportFactory=NULL, const bool ignoreIncomingMessages=false)
Definition: ServerAllocator.hpp:42