org.jasig.portal
Class MultithreadedCacheableCharacterChannelAdapter
java.lang.Object
org.jasig.portal.MultithreadedCharacterChannelAdapter
org.jasig.portal.MultithreadedCacheableCharacterChannelAdapter
- All Implemented Interfaces:
- ICacheable, IChannel, ICharacterChannel
- Direct Known Subclasses:
- MultithreadedCacheableMimeResponseCharacterChannelAdapter, MultithreadedPrivilegedCacheableCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets
@Deprecated
public class MultithreadedCacheableCharacterChannelAdapter
- extends MultithreadedCharacterChannelAdapter
- implements ICacheable
Internal adapter for a multithreaded character channel that is also cacheable.
- Version:
- $Revision: 19776 $
- Author:
- Peter Kharchenko pkharchenko@interactivebusiness.com", Nick Bolton
- See Also:
MultithreadedCharacterChannelAdapter
|
Method Summary |
ChannelCacheKey |
generateKey()
Deprecated. Requests the channel to generate a key uniquely describing its current state,
and a description of key usage. |
boolean |
isCacheValid(Object validity)
Deprecated. Requests the channel to verify validity of the retrieved cache based on the validator object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultithreadedCacheableCharacterChannelAdapter
public MultithreadedCacheableCharacterChannelAdapter(IMultithreadedCharacterChannel channel,
String uid)
- Deprecated.
generateKey
public ChannelCacheKey generateKey()
- Deprecated.
- Description copied from interface:
ICacheable
- Requests the channel to generate a key uniquely describing its current state,
and a description of key usage.
- Specified by:
generateKey in interface ICacheable
isCacheValid
public boolean isCacheValid(Object validity)
- Deprecated.
- Description copied from interface:
ICacheable
- Requests the channel to verify validity of the retrieved cache based on the validator object.
- Specified by:
isCacheValid in interface ICacheable
Copyright © 2010 Jasig. All Rights Reserved.