TAO_PortableGroup  2.4.0
Classes | Functions
TAO_PG Namespace Reference

Classes

class  Fragments_Cleanup_Strategy
 The base class for all cleanup strategies. More...
 
class  Memory_Bound_Fragments_Cleanup_Strategy
 Cleanup if non-reassembled messages take too much memory. More...
 
class  Number_Bound_Fragments_Cleanup_Strategy
 Cleanup if there are too many messages cannot reassemble. More...
 
class  Properties_Encoder
 
class  Time_Bound_Fragments_Cleanup_Strategy
 Cleanup if a message cannot reassemble for a long time. More...
 
class  UIPMC_Recv_Packet
 A MIOP packet for receiving. More...
 
class  UIPMC_Recv_Packet_Cleanup_Guard
 A guard that will cleanup broken/expired packets. More...
 

Functions

TAO_PortableGroup_Export CORBA::Boolean get_property_value (const PortableGroup::Name &property_name, const PortableGroup::Properties &properties, PortableGroup::Value &property_value)
 
TAO_PortableGroup_Export void override_properties (const PortableGroup::Properties &overrides, PortableGroup::Properties &properties)
 

Function Documentation

CORBA::Boolean TAO_PG::get_property_value ( const PortableGroup::Name property_name,
const PortableGroup::Properties properties,
PortableGroup::Value property_value 
)

Retrieve the value of the given property from the given property list.

Returns
true if successful, false otherwise
void TAO_PG::override_properties ( const PortableGroup::Properties overrides,
PortableGroup::Properties properties 
)

Override properties in the "properties" sequence with those in the "overrides" sequence. If no property is overridden, the override in question will be appended to the "properties" list.