T - Type of Target object.public abstract class AbstractSpaceValueGetter<T> extends AbstractExternalizable implements ISpaceValueGetter<T>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractSpaceValueGetter()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Object | 
getValue(T target)
Gets the value from the specified target. 
 | 
readExternal, readExternalImpl, writeExternal, writeExternalImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadExternal, writeExternalreadFromSwap, writeToSwappublic abstract Object getValue(T target)
ISpaceValueGettergetValue in interface ISpaceValueGetter<T>target - Target object to get value from.Copyright © GigaSpaces.