Package com.gigaspaces.events
Class GSEventRegistration
java.lang.Object
net.jini.core.event.EventRegistration
com.gigaspaces.events.GSEventRegistration
- All Implemented Interfaces:
Textualizable,Serializable
- Since:
- 6.0
- Author:
- assafr
- See Also:
-
Field Summary
Fields inherited from class net.jini.core.event.EventRegistration
eventID, lease, seqNum, source -
Constructor Summary
ConstructorsConstructorDescriptionGSEventRegistration(long eventID, Object source, Lease lease, long seqNum) GSEventRegistration(long eventID, Object source, Lease lease, long seqNum, String templateID, Uuid spaceUID) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSequenceNumber(GSEventRegistration registration) when in partitioned space scenario, multiple EventRegistration objects are received, each with his own sequence number.getKey()voidtoString()voidtoText(Textualizer textualizer) Methods inherited from class net.jini.core.event.EventRegistration
getID, getLease, getSequenceNumber, getSource
-
Constructor Details
-
GSEventRegistration
-
GSEventRegistration
-
-
Method Details
-
setLease
-
getTemplateID
-
getSpaceUID
-
getKey
-
addSequenceNumber
when in partitioned space scenario, multiple EventRegistration objects are received, each with his own sequence number. all the sequence numbers are accumulated here so that the fifo delegator will know from what index (sequence number) to start.- Parameters:
registration- the EventRegistration from a single space.
-
getSequenceNumbers
-
toString
-
toText
- Specified by:
toTextin interfaceTextualizable
-