org::xmlBlaster::util::dispatch::DispatchManager Class Reference

Collaboration diagram for org::xmlBlaster::util::dispatch::DispatchManager:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DispatchManager (org::xmlBlaster::util::Global &global)
 ~DispatchManager ()
org::xmlBlaster::client::protocol::I_XmlBlasterConnectiongetPlugin (std::string &instanceName, std::string &type, std::string &version)
org::xmlBlaster::util::dispatch::ConnectionsHandlergetConnectionsHandler (std::string &instanceName)
void releasePlugin (std::string &instanceName, std::string &type, std::string &version)

Detailed Description

Definition at line 31 of file DispatchManager.h.


Constructor & Destructor Documentation

org::xmlBlaster::util::dispatch::DispatchManager::DispatchManager ( org::xmlBlaster::util::Global global  ) 

Definition at line 33 of file DispatchManager.cpp.

References org::xmlBlaster::util::I_Log::call().

org::xmlBlaster::util::dispatch::DispatchManager::~DispatchManager (  ) 

Definition at line 42 of file DispatchManager.cpp.

References org::xmlBlaster::util::I_Log::call().


Member Function Documentation

org::xmlBlaster::client::protocol::I_XmlBlasterConnection& org::xmlBlaster::util::dispatch::DispatchManager::getPlugin ( std::string &  instanceName,
std::string &  type,
std::string &  version 
)

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::connect().

org::xmlBlaster::util::dispatch::ConnectionsHandler* org::xmlBlaster::util::dispatch::DispatchManager::getConnectionsHandler ( std::string &  instanceName  ) 

Referenced by org::xmlBlaster::client::XmlBlasterAccess::connect().

void org::xmlBlaster::util::dispatch::DispatchManager::releasePlugin ( std::string &  instanceName,
std::string &  type,
std::string &  version 
)

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::~ConnectionsHandler().


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