activemq-cpp-3.9.0
activemq::wireformat::openwire::OpenWireFormatFactory Class Reference

#include <src/main/activemq/wireformat/openwire/OpenWireFormatFactory.h>

Inheritance diagram for activemq::wireformat::openwire::OpenWireFormatFactory:

Public Member Functions

 OpenWireFormatFactory ()
 Constructor - Sets Defaults for all properties, these are all subject to change once the createWireFormat method is called. More...
 
virtual ~OpenWireFormatFactory ()
 
virtual Pointer
< wireformat::WireFormat
createWireFormat (const decaf::util::Properties &properties)
 Creates a new WireFormat Object passing it a set of properties from which it can obtain any optional settings. More...
 
- Public Member Functions inherited from activemq::wireformat::WireFormatFactory
virtual ~WireFormatFactory ()
 

Constructor & Destructor Documentation

activemq::wireformat::openwire::OpenWireFormatFactory::OpenWireFormatFactory ( )
inline

Constructor - Sets Defaults for all properties, these are all subject to change once the createWireFormat method is called.

URL options

wireFormat.stackTraceEnabled wireFormat.cacheEnabled wireFormat.tcpNoDelayEnabled wireFormat.tightEncodingEnabled wireFormat.sizePrefixDisabled wireFormat.maxInactivityDuration wireFormat.maxInactivityDurationInitialDelay

virtual activemq::wireformat::openwire::OpenWireFormatFactory::~OpenWireFormatFactory ( )
inlinevirtual

Member Function Documentation

virtual Pointer<wireformat::WireFormat> activemq::wireformat::openwire::OpenWireFormatFactory::createWireFormat ( const decaf::util::Properties properties)
virtual

Creates a new WireFormat Object passing it a set of properties from which it can obtain any optional settings.

Parameters
propertiesThe Properties for this WireFormat.
Returns
Pointer to a new instance of a WireFormat object.
Exceptions
IllegalStateExceptionif the factory has not been initialized.

Implements activemq::wireformat::WireFormatFactory.


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