public class ISCacheManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.util.Hashtable<java.lang.String,ISCacheManager> |
managers |
| Constructor and Description |
|---|
ISCacheManager(GCUBEScope scope) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addManager(GCUBEScope scope) |
static boolean |
delManager(GCUBEScope scope) |
boolean |
equals(java.lang.Object o) |
ISCache |
getCache() |
ISCacheConsistencyManager |
getCCM() |
static ISCacheManager |
getManager(GCUBEScope scope) |
int |
hashCode() |
static void |
initialize() |
static void |
main(java.lang.String[] args)
Test main method
|
(package private) void |
unpublicISCache() |
(package private) void |
unpublicISCacheConsistency() |
static java.util.Hashtable<java.lang.String,ISCacheManager> managers
public ISCacheManager(GCUBEScope scope)
throws java.lang.Exception
java.lang.Exceptionpublic static void initialize()
throws java.lang.Exception
java.lang.Exceptionpublic static boolean addManager(GCUBEScope scope)
throws java.lang.Exception
java.lang.Exceptionpublic static ISCacheManager getManager(GCUBEScope scope) throws java.lang.Exception
java.lang.Exceptionpublic static boolean delManager(GCUBEScope scope)
throws java.lang.Exception
java.lang.Exceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectvoid unpublicISCache()
throws java.lang.Exception
java.lang.Exceptionvoid unpublicISCacheConsistency()
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - main argumentsjava.lang.Exception - in case of errorpublic ISCache getCache()
public ISCacheConsistencyManager getCCM()