Package de.hybris.platform.jalo
Class Manager.ManagerSingletonCreator
java.lang.Object
de.hybris.platform.util.SingletonCreator.Creator
de.hybris.platform.jalo.Manager.ManagerSingletonCreator
- Enclosing class:
- Manager
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.util.SingletonCreator.Creator
isExpired
-
Constructor Details
-
ManagerSingletonCreator
-
-
Method Details
-
getID
Description copied from class:SingletonCreator.Creatorreturns a unique id which is used in the internal cache map as the key for the singleton instance.- Specified by:
getIDin classSingletonCreator.Creator- Returns:
- the unique ID
-
create
Description copied from class:SingletonCreator.Creatorcreate the singleton instance- Specified by:
createin classSingletonCreator.Creator- Throws:
Exception
-
destroy
Description copied from class:SingletonCreator.Creatorcleans up the singleton instance. this hookin method is invoked whenever SingletonCreator.destroy() is called.- Overrides:
destroyin classSingletonCreator.Creator- Throws:
Exception
-