|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jfw.util.GenericCache
com.jfw.authentication.ServicesCache
public final class ServicesCache
Caching the services data.
Implements singleton pattern.
GenericCache| Field Summary |
|---|
| Fields inherited from class com.jfw.util.GenericCache |
|---|
isObserver, updateObservable |
| Method Summary | |
|---|---|
java.lang.Object |
getData(java.lang.Object object)
Return attribute data. |
static ServicesCache |
getInstance()
Return the only instance of that class. |
protected void |
initialize()
Cached data are rturned by ServicesDB.execute(java.util.HashMap). |
| Methods inherited from class com.jfw.util.GenericCache |
|---|
update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ServicesCache getInstance()
instance.
protected void initialize()
throws java.lang.Exception
ServicesDB.execute(java.util.HashMap).
initialize in class GenericCachejava.lang.Exception
public java.lang.Object getData(java.lang.Object object)
throws java.lang.Exception
data.
getData in class GenericCacheobject - null is expected.
data.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||