electric.util.dictionary.persistent
Interface IPersistentDictionary

All Superinterfaces:
IDictionary
All Known Implementing Classes:
PersistentDictionary

public interface IPersistentDictionary
extends IDictionary

IPersistentDictionary

Author:
webMethods

Method Summary
 void clear()
           
 void delete()
           
 boolean getEncoded()
           
 boolean getSync()
           
 java.lang.Object load(java.lang.Object key)
           
 void setEncoded(boolean encoded)
           
 void setSync(boolean flag)
           
 void sync()
           
 
Methods inherited from interface electric.util.dictionary.IDictionary
elements, get, isEmpty, keys, peek, put, remove, size
 

Method Detail

clear

public void clear()

delete

public void delete()

load

public java.lang.Object load(java.lang.Object key)
Parameters:
key -

setSync

public void setSync(boolean flag)
Parameters:
flag -

getSync

public boolean getSync()

sync

public void sync()

getEncoded

public boolean getEncoded()

setEncoded

public void setEncoded(boolean encoded)
Parameters:
encoded -


copyright© 2001-2004 by webMethods All Rights Reserved.