|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.servlet.DefaultCacheDelegator
public class DefaultCacheDelegator
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
LOGGERThe Logger object. |
| Constructor Summary | |
|---|---|
DefaultCacheDelegator() |
|
| Method Summary | |
|---|---|
boolean |
containsKey(java.lang.String sId, AbstractHttpSessionCollection collection)Check if the cluster cache contains a session obj. |
void |
deleteModel(AbstractHttpSessionCollection collection, AbstractHttpSessionModel model)Delete the session from the cluster cache. |
java.util.Iterator |
getIteratorForPotentiallyExpiredIds(AbstractHttpSessionCollection collection) |
AbstractHttpSessionModel |
getModel(java.lang.String sId, AbstractHttpSessionCollection collection)Retrieve a model from the cluster cache |
void |
optimisticModelUpdate(AbstractHttpSessionModel model) |
void |
putModel(AbstractHttpSessionModel model) |
void |
updateModelTimestamp(AbstractHttpSessionModel model) |
| Field Detail |
|---|
protected static final java.util.logging.Logger LOGGER
| Constructor Detail |
|---|
public DefaultCacheDelegator()
| Method Detail |
|---|
public void deleteModel(AbstractHttpSessionCollection collection,
AbstractHttpSessionModel model)
CacheDelegatordeleteModel in interface CacheDelegatorcollection - the collection objmodel - the model obj
public boolean containsKey(java.lang.String sId,
AbstractHttpSessionCollection collection)
CacheDelegatorcontainsKey in interface CacheDelegatorsId - the session idcollection - the collection objpublic java.util.Iterator getIteratorForPotentiallyExpiredIds(AbstractHttpSessionCollection collection)
getIteratorForPotentiallyExpiredIds in interface CacheDelegator
public AbstractHttpSessionModel getModel(java.lang.String sId,
AbstractHttpSessionCollection collection)
CacheDelegatorgetModel in interface CacheDelegatorpublic void optimisticModelUpdate(AbstractHttpSessionModel model)
optimisticModelUpdate in interface CacheDelegatorpublic void putModel(AbstractHttpSessionModel model)
putModel in interface CacheDelegatorpublic void updateModelTimestamp(AbstractHttpSessionModel model)
updateModelTimestamp in interface CacheDelegator
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||