50 #ifndef IGINGALOCATORFACTORY_H_
51 #define IGINGALOCATORFACTORY_H_
66 virtual void release()=0;
67 virtual void createLocator(
string providerUri,
string ior)=0;
68 virtual string getLocation(
string ior)=0;
69 virtual string getName(
string ior)=0;
70 virtual void addClientLocation(
71 string ior,
string clientUri,
string name)=0;
73 virtual void waitNewLocatorCondition()=0;
74 virtual bool newLocatorConditionSatisfied()=0;
84 typedef ::br::pucrio::telemidia::ginga::core::system::fs::IGingaLocatorFactory*
85 GingaLocatorFactoryCreator();
87 typedef void GingaLocatorFactoryDestroyer(
88 ::br::pucrio::telemidia::ginga::core::system::fs::
89 IGingaLocatorFactory* glf);
Definition: IGingaLocatorFactory.h:63