electric.util.dictionary.persistent
Interface IEntry

All Known Implementing Classes:
PersistentDirectory

public interface IEntry

IEntry is the interface that must be implemented by all objects that want put/remove notification.

Author:
webMethods

Method Summary
 java.lang.Object loadEntry()
           
 void putEntry()
           
 void removedEntry()
           
 

Method Detail

putEntry

public void putEntry()

removedEntry

public void removedEntry()

loadEntry

public java.lang.Object loadEntry()


copyright© 2001-2004 by webMethods All Rights Reserved.