com.bigdata.service.proxy
Interface RemoteAsynchronousIterator.RemoteElement<E>

Type Parameters:
E -
All Superinterfaces:
Serializable
Enclosing interface:
RemoteAsynchronousIterator<E>

public static interface RemoteAsynchronousIterator.RemoteElement<E>
extends Serializable

Used to send an serialized element together with the object that knows how to de-serialize the element.

Version:
$Id: RemoteAsynchronousIterator.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 E get()
          Return the de-serialized element.
 

Method Detail

get

E get()
Return the de-serialized element.

Returns:
The de-serialized element.


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.