
public class CacheData extends Object
| Constructor and Description |
|---|
CacheData(org.jboss.cache.Fqn nodeFqn,
MobicentsCache mobicentsCache) |
| Modifier and Type | Method and Description |
|---|---|
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
|
public CacheData(org.jboss.cache.Fqn nodeFqn,
MobicentsCache mobicentsCache)
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 invokedpublic MobicentsCache getMobicentsCache()
public org.jboss.cache.Fqn getNodeFqn()
Copyright © 2016. All Rights Reserved.