Searched defs:IdCachedServicesImpl (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java25 * $Id: IdCachedServicesImpl.java,v 1.21 2009/08/25 06:50:53 hengming Exp $
68 public class IdCachedServicesImpl extends IdServicesImpl implements IdCachedServices, ConfigurationListener { class in inherits:IdServicesImpl,IdCachedServices,ConfigurationListener
78 private static IdCachedServicesImpl instance;
103 DEBUG.message("IdCachedServicesImpl.intializeParams() Caching size set to: " + maxSize);
107 private IdCachedServicesImpl() { method in class:IdCachedServicesImpl
138 DEBUG.message("IdCachedServicesImpl.getInstance(): "
139 + "Creating new Instance of IdCachedServicesImpl()");
143 instance = new IdCachedServicesImpl();
300 DEBUG.message("IdCachedServicesImpl.dirtyCache(): Cache "
361 DEBUG.message("In IdCachedServicesImpl
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java25 * $Id: IdCachedServicesImpl.java,v 1.21 2009/08/25 06:50:53 hengming Exp $
70 public class IdCachedServicesImpl extends IdServicesImpl implements IdCachedServices, ConfigurationListener { class in inherits:IdServicesImpl,IdCachedServices,ConfigurationListener
80 private static IdCachedServicesImpl instance;
105 DEBUG.message("IdCachedServicesImpl.intializeParams() Caching size set to: " + maxSize);
109 private IdCachedServicesImpl() { method in class:IdCachedServicesImpl
140 DEBUG.message("IdCachedServicesImpl.getInstance(): "
141 + "Creating new Instance of IdCachedServicesImpl()");
145 instance = new IdCachedServicesImpl();
301 DEBUG.message("IdCachedServicesImpl.dirtyCache(): Cache "
361 DEBUG.message("In IdCachedServicesImpl
[all...]

Completed in 30 milliseconds