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.Exception
public static void initialize() throws java.lang.Exception
java.lang.Exception
public static boolean addManager(GCUBEScope scope) throws java.lang.Exception
java.lang.Exception
public static ISCacheManager getManager(GCUBEScope scope) throws java.lang.Exception
java.lang.Exception
public static boolean delManager(GCUBEScope scope) throws java.lang.Exception
java.lang.Exception
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
void unpublicISCache() throws java.lang.Exception
java.lang.Exception
void unpublicISCacheConsistency() throws java.lang.Exception
java.lang.Exception
public 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()