com.sun.jini.mercury
Class RemoteEventIteratorData
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.