com.mindtree.techworks.insight.eventsearch
Class MatchingLogEvent
java.lang.Object
com.mindtree.techworks.insight.eventsearch.MatchingLogEvent
- All Implemented Interfaces:
- java.io.Serializable
public class MatchingLogEvent
- extends java.lang.Object
- implements java.io.Serializable
Holds information about a single matched event.
- Version:
- $Revision: 27 $ $Date: 2007-12-16 04:58:03 -0700 (Sun, 16 Dec 2007) $
- Author:
- Bindul Bhowmik
- See Also:
SearchResults
,
Serialized Form
Constructor Summary |
MatchingLogEvent(long pageNumber,
long eventSequenceNumber)
Public constructor |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchingLogEvent
public MatchingLogEvent(long pageNumber,
long eventSequenceNumber)
- Public constructor
- Parameters:
pageNumber
- The page where the matching event is located.eventSequenceNumber
- The sequence number of the event.
getPageNumber
public long getPageNumber()
- Returns:
- Returns the pageNumber.
getEventSequenceNumber
public long getEventSequenceNumber()
- Returns:
- Event Sequence Number.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.