|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.cache.CacheData
public class CacheData
Common base proxy for runtime cached data.
| Constructor Summary | |
|---|---|
CacheData(org.jboss.cache.Fqn nodeFqn,
MobicentsCache mobicentsCache)
|
|
| Method Summary | |
|---|---|
boolean |
create()
Creates node to hold data in cache |
boolean |
exists()
Verifies if node where data is stored exists in cache |
MobicentsCache |
getMobicentsCache()
|
protected org.jboss.cache.Node |
getNode()
Retrieves the cache Node which holds the data in cache
Throws IllegalStateException if remove() was invoked |
org.jboss.cache.Fqn |
getNodeFqn()
Retrieves the node fqn |
boolean |
isRemoved()
Returns true if it was requested to remove the data from cache |
boolean |
remove()
Removes node that holds data in cache |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheData(org.jboss.cache.Fqn nodeFqn,
MobicentsCache mobicentsCache)
| Method Detail |
|---|
public boolean exists()
public boolean create()
public boolean isRemoved()
public boolean remove()
protected org.jboss.cache.Node getNode()
Node which holds the data in cache
Throws IllegalStateException if remove() was invoked
public MobicentsCache getMobicentsCache()
public org.jboss.cache.Fqn getNodeFqn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||