|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface IConverter
The IConverter Interface provides conversion methods when using GigaSpaces Entry internal representation - The IGSEntry
.
The IConverter allows you to convert the IGSEntry
to the user original object format - that is JavaSpace Entry or Map API Object and vice versa.
IConverter used mainly with the CacheLoader
and CacheStore
interfaces via the AbstractCacheLoader.
You need to extend your CacheLoader/CacheStore implementation from the AbstractCacheLoader
and use its getConvertor() method to retrieve IConverter instance.
Method Summary | |
---|---|
IGSEntry |
toIGSEntry(Object obj)
Deprecated. |
Object |
toObject(IGSEntry entry)
Deprecated. |
Method Detail |
---|
Object toObject(IGSEntry entry)
entry
- The IGSEntry representation of the Entry
IGSEntry toIGSEntry(Object obj)
obj
- The object to convert to IGSEntry
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |