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

org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache Class Reference

Inheritance diagram for org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ResultCacheEntryNoCache ()
void invalidate ()
String getType ()
String[] toStringTable ()

Static Package Attributes

final String[] STRING_DATA

Detailed Description

A CacheEntry that simulates a NoCacheEntry.

Author:
Nicolas Modrzyk

Emmanuel Cecchet

Version:
1.0

Definition at line 34 of file ResultCacheEntryNoCache.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache.ResultCacheEntryNoCache  ) 
 

Create a new No Caching Query Cache entry

Definition at line 41 of file ResultCacheEntryNoCache.java.

00042   {
00043     super(null, null);
00044   }


Member Function Documentation

String org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache.getType  )  [virtual]
 

See also:
org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry.getType()

Implements org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry.

Definition at line 56 of file ResultCacheEntryNoCache.java.

00057   {
00058     return "NoCache";
00059   }

void org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache.invalidate  )  [virtual]
 

See also:
org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry.invalidate()

Implements org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry.

Definition at line 49 of file ResultCacheEntryNoCache.java.

00050   {
00051   }

String [] org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache.toStringTable  )  [virtual]
 

See also:
org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry.toStringTable()

Implements org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry.

Definition at line 64 of file ResultCacheEntryNoCache.java.

00065   {
00066     return STRING_DATA;
00067   }


Member Data Documentation

final String [] org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache.STRING_DATA [static, package]
 

Initial value:

    new String[] { "", "NoCache", "Invalid", "", "0" }

Definition at line 36 of file ResultCacheEntryNoCache.java.


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