Jwma

dtw.webmail.plugin.std
Class JwmaDatabase

java.lang.Object
  |
  +--dtw.webmail.util.CastorDatabase
        |
        +--dtw.webmail.plugin.std.JwmaDatabase

public class JwmaDatabase
extends CastorDatabase

Class extending the abstract CastorDatabase class, to specialize it for the jwma database. It caches and reuses queries used within jwma.

Version:
0.9.7 07/02/2003
Author:
Dieter Wimberger

Field Summary
static java.lang.String PREFINSTANCE_BYUSERID
          Defines the identifier of the query for a preferences instance by user identity.
 
Fields inherited from class dtw.webmail.util.CastorDatabase
m_Database, m_Queries
 
Constructor Summary
JwmaDatabase()
           
 
Method Summary
 CastorDatabase createCastorDatabase()
           
 
Methods inherited from class dtw.webmail.util.CastorDatabase
begin, close, commit, create, getDatabase, getIdentity, getOQLQuery, getOQLQuery, getQuery, isActive, isAutoStore, isClosed, isPersistent, load, putQuery, remove, rollback, setAutoStore, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFINSTANCE_BYUSERID

public static final java.lang.String PREFINSTANCE_BYUSERID
Defines the identifier of the query for a preferences instance by user identity.

See Also:
Constant Field Values
Constructor Detail

JwmaDatabase

public JwmaDatabase()
Method Detail

createCastorDatabase

public CastorDatabase createCastorDatabase()
                                    throws JwmaException
Specified by:
createCastorDatabase in class CastorDatabase
JwmaException

Jwma

Copyright © 2000-2003 jwma team (All Rights Reserved.)