Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.controller.cache.result.rules.NoCaching Class Reference

Inheritance diagram for org.objectweb.cjdbc.controller.cache.result.rules.NoCaching:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.cjdbc.controller.cache.result.rules.NoCaching:

Collaboration graph
[legend]
List of all members.

Public Member Functions

CacheEntry getCacheEntry (SelectRequest sqlQuery, ControllerResultSet result, AbstractResultCache cache)
String getXml ()

Static Package Attributes

final ResultCacheEntryNoCache NOCACHE_ENTRY = new ResultCacheEntryNoCache()

Detailed Description

No process should be done while refering to this action

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 41 of file NoCaching.java.


Member Function Documentation

CacheEntry org.objectweb.cjdbc.controller.cache.result.rules.NoCaching.getCacheEntry SelectRequest  sqlQuery,
ControllerResultSet  result,
AbstractResultCache  cache
[virtual]
 

See also:
org.objectweb.cjdbc.controller.cache.result.CacheBehavior.getCacheEntry(SelectRequest, ControllerResultSet, AbstractResultCache)

Implements org.objectweb.cjdbc.controller.cache.result.CacheBehavior.

Definition at line 49 of file NoCaching.java.

00051   {
00052     return NOCACHE_ENTRY;
00053   }

String org.objectweb.cjdbc.controller.cache.result.rules.NoCaching.getXml  )  [virtual]
 

See also:
org.objectweb.cjdbc.common.xml.XmlComponent.getXml()

Implements org.objectweb.cjdbc.controller.cache.result.CacheBehavior.

Definition at line 58 of file NoCaching.java.

00059   {
00060     return "<" + DatabasesXmlTags.ELT_NoCaching + "/>";
00061   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:03:37 2005 for C-JDBC by  doxygen 1.3.9.1