|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cacheable
This interface is used for object caching. Entities (such as FormatElement and DSEOperation) to be cached must implement this interface. The respective externalizer must also be changed in order to cache objects.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the cacheable object. |
boolean |
isCacheable()
Determines whether THIS particular object can be cached. |
void |
reinitialize()
Reinitializes THIS object. |
Method Detail |
---|
java.lang.String getName()
boolean isCacheable()
void reinitialize()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |