activemq-cpp-3.9.0
activemq::util Namespace Reference

Data Structures

class  ActiveMQMessageTransformation
 
class  ActiveMQProperties
 Implementation of the CMSProperties interface that delegates to a decaf::util::Properties object. More...
 
class  AdvisorySupport
 Support class that provides various static constants for use in constructing Destination names for the ActiveMQ advisory destinations. More...
 
class  CMSExceptionSupport
 
class  CompositeData
 Represents a Composite URI. More...
 
class  IdGenerator
 
class  LongSequenceGenerator
 This class is used to generate a sequence of long long values that are incremented each time a new value is requested. More...
 
class  MarshallingSupport
 
class  MemoryUsage
 
class  PrimitiveList
 List of primitives. More...
 
class  PrimitiveMap
 Map of named primitives. More...
 
class  PrimitiveValueConverter
 Class controls the conversion of data contained in a PrimitiveValueNode from one type to another. More...
 
class  PrimitiveValueNode
 Class that wraps around a single value of one of the many types. More...
 
class  Service
 Base interface for all classes that run as a Service inside the application. More...
 
class  ServiceListener
 Listener interface for observers of Service related events. More...
 
class  ServiceStopper
 
class  ServiceSupport
 Provides a base class for Service implementations. More...
 
class  Suspendable
 Interface for any resouce that support a suspend / resume style of operation. More...
 
class  URISupport
 
class  Usage
 

Functions

template<>
std::string PrimitiveValueConverter::convert< std::string > (const PrimitiveValueNode &value) const
 
template<>
std::vector< unsigned char > PrimitiveValueConverter::convert< std::vector< unsigned char > > (const PrimitiveValueNode &value) const
 

Function Documentation

template<>
std::string activemq::util::PrimitiveValueConverter::convert< std::string > ( const PrimitiveValueNode &  value) const
template<>
std::vector<unsigned char> activemq::util::PrimitiveValueConverter::convert< std::vector< unsigned char > > ( const PrimitiveValueNode &  value) const