com.sun.jini.mercury
Class RemoteEventIteratorData

java.lang.Object
  extended by com.sun.jini.mercury.RemoteEventIteratorData
All Implemented Interfaces:
Serializable

 class RemoteEventIteratorData
extends Object
implements Serializable

Simple struct to hold the Uuid for a new RemoteEventIterator instance and the first batch of data.


Field Summary
(package private)  Collection events
          Initial set of entries
private static long serialVersionUID
           
(package private)  Uuid uuid
          Uuid for iteration.
 
Constructor Summary
RemoteEventIteratorData(Uuid uuid, Collection events)
          Creates a new RemoteEventIteratorData instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

uuid

final Uuid uuid
Uuid for iteration.


events

final Collection events
Initial set of entries

Constructor Detail

RemoteEventIteratorData

RemoteEventIteratorData(Uuid uuid,
                        Collection events)
Creates a new RemoteEventIteratorData instance.

Parameters:
uuid - value of uuid field.
events - value of events field.


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.