public static class Manager.ManagerSingletonCreator extends SingletonCreator.Creator
| Constructor and Description |
|---|
ManagerSingletonCreator(java.lang.Class managerClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Manager |
create()
create the singleton instance
|
protected void |
destroy(java.lang.Object singleton)
cleans up the singleton instance.
|
protected java.lang.String |
getID()
returns a unique id which is used in the internal cache map as the key for the singleton instance.
|
isExpiredpublic ManagerSingletonCreator(java.lang.Class managerClass)
protected java.lang.String getID()
SingletonCreator.CreatorgetID in class SingletonCreator.Creatorprotected Manager create() throws java.lang.Exception
SingletonCreator.Creatorcreate in class SingletonCreator.Creatorjava.lang.Exceptionprotected void destroy(java.lang.Object singleton)
throws java.lang.Exception
SingletonCreator.Creatordestroy in class SingletonCreator.Creatorjava.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.