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