Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.servlet
Class LocalSessionCacheDelegator

java.lang.Object
  extended by com.tangosol.coherence.servlet.DefaultCacheDelegator
      extended by com.tangosol.coherence.servlet.LocalSessionCacheDelegator

All Implemented Interfaces:
CacheDelegator

public class LocalSessionCacheDelegator
extends DefaultCacheDelegator

Field Summary

 

Fields inherited from class com.tangosol.coherence.servlet.DefaultCacheDelegator
LOGGER

 

Constructor Summary
LocalSessionCacheDelegator()
           

 

Method Summary
 void deleteModel(AbstractHttpSessionCollection collection, AbstractHttpSessionModel model)
          Delete the session from the cluster cache.
 void optimisticModelUpdate(AbstractHttpSessionModel model)
          Perform an optimistic model update in the cache.
 void putModel(AbstractHttpSessionModel model)
          Put a session model in the cache.

 

Methods inherited from class com.tangosol.coherence.servlet.DefaultCacheDelegator
containsKey, getIteratorForPotentiallyExpiredIds, getModel, updateModelTimestamp

 

Constructor Detail

LocalSessionCacheDelegator

public LocalSessionCacheDelegator()

Method Detail

deleteModel

public void deleteModel(AbstractHttpSessionCollection collection,
                        AbstractHttpSessionModel model)
Description copied from interface: CacheDelegator
Delete the session from the cluster cache.
Specified by:
deleteModel in interface CacheDelegator
Overrides:
deleteModel in class DefaultCacheDelegator
Parameters:
collection - the collection obj
model - the model obj

optimisticModelUpdate

public void optimisticModelUpdate(AbstractHttpSessionModel model)
Description copied from interface: CacheDelegator
Perform an optimistic model update in the cache.
Specified by:
optimisticModelUpdate in interface CacheDelegator
Overrides:
optimisticModelUpdate in class DefaultCacheDelegator
Parameters:
model - the session mdoel

putModel

public void putModel(AbstractHttpSessionModel model)
Description copied from interface: CacheDelegator
Put a session model in the cache.
Specified by:
putModel in interface CacheDelegator
Overrides:
putModel in class DefaultCacheDelegator
Parameters:
model - the session model

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.