|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface for self-updating caches of compiled BinaryDatas.
FileBinaryCache| Method Summary | |
void |
addCacheListener(CacheListener listener)
Registers a CacheListener for this BinaryCache. |
BinaryData |
getBinaryData(java.lang.String name)
Gets a BinaryData object from the cache. |
java.util.Iterator |
listCachedFiles()
Returns an iterator over a list of CacheElement instances |
void |
removeCacheListener(CacheListener listener)
Unregisters a CacheListener for this BinaryCache. |
void |
startAutoUpdate()
Deprecated. |
void |
stopAutoUpdate()
Deprecated. |
| Method Detail |
public void addCacheListener(CacheListener listener)
CacheListener - the CacheListener to be registered.CacheListenerpublic void removeCacheListener(CacheListener listener)
CacheListener - the CacheListener to be unregistered.CacheListenerpublic BinaryData getBinaryData(java.lang.String name)
name - a string uniquely identifying the binary data object.public void startAutoUpdate()
Begins automatic updates of the cache.
public void stopAutoUpdate()
Stops automatically updating the cache.
public java.util.Iterator listCachedFiles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||