com.sun.jini.mercury
Class RemoteEventDataCursor
java.lang.Object
com.sun.jini.mercury.RemoteEventDataCursor
- All Implemented Interfaces:
- Serializable
class RemoteEventDataCursor
- extends Object
- implements Serializable
Trivial class (struct) that simply holds the current read count
and the associated (next unread) read position. U?sed as the client-side
cookie for PersistentEventLog.
- Since:
- 2.1
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
readCount
private final long readCount
readPosition
private final long readPosition
RemoteEventDataCursor
RemoteEventDataCursor(long count,
long cursor)
getReadCount
long getReadCount()
getReadPosition
long getReadPosition()
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.