#include <sevmgr/factory/FacSEVMGRServiceContext.hpp>
Public Member Functions | |
~FacSEVMGRServiceContext () | |
SEVMGR_ServiceContext & | create () |
Static Public Member Functions | |
static FacSEVMGRServiceContext & | instance () |
Protected Member Functions | |
FacSEVMGRServiceContext () |
Factory for Bucket.
Definition at line 18 of file FacSEVMGRServiceContext.hpp.
SEVMGR::FacSEVMGRServiceContext::~FacSEVMGRServiceContext | ( | ) |
Destructor.
The Destruction put the _instance to NULL in order to be clean for the next FacSEVMGRServiceContext::instance().
Definition at line 17 of file FacSEVMGRServiceContext.cpp.
|
inlineprotected |
Default Constructor.
This constructor is protected in order to ensure the singleton pattern.
Definition at line 42 of file FacSEVMGRServiceContext.hpp.
Referenced by instance().
|
static |
Provide the unique instance.
The singleton is instantiated when first used
Definition at line 22 of file FacSEVMGRServiceContext.cpp.
References FacSEVMGRServiceContext().
SEVMGR_ServiceContext & SEVMGR::FacSEVMGRServiceContext::create | ( | ) |
Create a new SEVMGR_ServiceContext object.
This new object is added to the list of instantiated objects.
Definition at line 34 of file FacSEVMGRServiceContext.cpp.