3 #include <util/types.h>
24 const std::string & networkInterface,
25 bool dumpReceivedBuffer =
false ) = 0;
27 virtual void listen(
const IRegistry & registry,
bool dumpReceivedBuffer =
false ) = 0;
virtual ICache & getDefaultCache()=0
virtual void registerRemoteFactory(const ClassID &id, ICRUD *factory)=0
virtual void registerLocalFactory(const ClassID &id, localFactory_t factory)=0
Shareable *(* localFactory_t)(void)
virtual ICache & getCache(byte ID)=0
virtual IDispatcher & getDispatcher()=0
virtual ICache & createCache(byte &cacheIndex)=0
virtual void listen(const IRegistry ®istry, const std::string &networkInterface, bool dumpReceivedBuffer=false)=0