org::xmlBlaster::client::protocol::corba Namespace Reference


Classes

class  CorbaConnection
class  CorbaDriver
class  CorbaDriverFactory
 Factory used to create instances of CorbaDriver objects. More...
class  DefaultCallback
 Example for a callback implementation. More...
class  NameServerControl
 Class NameServerControl is used to encapsulate methods to access a Name Server (like binding, unbinding, name resolving. More...

Typedefs

typedef std::pair< CorbaDriver *,
int > 
DriverEntry
typedef std::map< org::xmlBlaster::util::Global *,
DriverEntry
DriversMap


Typedef Documentation

typedef std::pair<CorbaDriver*, int> org::xmlBlaster::client::protocol::corba::DriverEntry

Definition at line 26 of file CorbaDriverFactory.h.

typedef std::map<org::xmlBlaster::util::Global*, DriverEntry> org::xmlBlaster::client::protocol::corba::DriversMap

Definition at line 27 of file CorbaDriverFactory.h.