1 #ifndef __STDAIR_SVC_FACSUPERVISOR_HPP 2 #define __STDAIR_SVC_FACSUPERVISOR_HPP 15 class FacServiceAbstract;
132 PersistentBomFactoryPool_T _persistentBomPool;
137 CloneBomFactoryPool_T _cloneBomPool;
142 ServiceFactoryPool_T _svcPool;
146 #endif // __STDAIR_SVC_FACSUPERVISOR_HPP Handle on the StdAir library context.
std::list< FacAbstract * > PersistentBomFactoryPool_T
void cleanPersistentBomLayer()
void cleanCloneBomLayer()
std::list< FacAbstract * > CloneBomFactoryPool_T
void registerPersistentBomFactory(FacAbstract *)
static void cleanDBSessionManager()
void registerServiceFactory(FacServiceAbstract *)
static void cleanLoggerService()
std::list< FacServiceAbstract * > ServiceFactoryPool_T
static FacSupervisor & instance()
FacSupervisor(const FacSupervisor &)
void registerCloneBomFactory(FacAbstract *)