Definition in file PolicyFactory.cc.
Include dependency graph for PolicyFactory.cc:
Go to the source code of this file.
Functions | |
int | pfHey (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa, HeyParser &hp, ostream &out, ostream &err) |
Handle 'hey's directed at the library. | |
int | pfStrictPolicyHey (CORBA::ORB_ptr orb, HeyParser &hp) |
Handle 'hey's directed at a StrictPolicy object. | |
int | pfWeightedPolicyHey (CORBA::ORB_ptr orb, HeyParser &hp) |
Handle 'hey's directed at a WeightedPolicy object. | |
int | pfPartitionPolicyHey (CORBA::ORB_ptr orb, HeyParser &hp) |
Handle 'hey's directed at a PartitionPolicy object. | |
int | FACTORY_METHOD_SYMBOL (factory_library_op_t op, int tag, va_list args) |
The primary library function. |
|
The primary library function. This function provides a generic interface to the capabilities of a shared library.
Definition at line 832 of file PolicyFactory.cc. References FLO_HEY, FLO_QUERY, FMA_HeyParser, FMA_HeyServerHint, FMA_ORB, FMA_POA, FMA_StandardError, FMA_StandardOut, pfHey(), pfPartitionPolicyHey(), pfStrictPolicyHey(), and pfWeightedPolicyHey(). |
Here is the call graph for this function:
|
Handle 'hey's directed at the library.
Definition at line 47 of file PolicyFactory.cc. References orb, HeyParser::popProperty(), require, HeyParser::what(), and HeyParser::withValue(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function:
|
Handle 'hey's directed at a PartitionPolicy object.
Definition at line 599 of file PolicyFactory.cc. References orb, HeyParser::popProperty(), ManagerImpl::ResolveTask(), HeyParser::to(), HeyParser::what(), and HeyParser::who(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function:
|
Handle 'hey's directed at a StrictPolicy object.
Definition at line 177 of file PolicyFactory.cc. References orb, HeyParser::popProperty(), ManagerImpl::ResolveTask(), HeyParser::to(), HeyParser::what(), and HeyParser::who(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function:
|
Handle 'hey's directed at a WeightedPolicy object.
Definition at line 388 of file PolicyFactory.cc. References orb, HeyParser::popProperty(), ManagerImpl::ResolveTask(), HeyParser::to(), HeyParser::what(), and HeyParser::who(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function: