net.jini.lookup
Class ServiceDiscoveryManager.EventReg
java.lang.Object
net.jini.lookup.ServiceDiscoveryManager.EventReg
- Enclosing class:
- ServiceDiscoveryManager
private static final class ServiceDiscoveryManager.EventReg
- extends Object
Data structure used to group together the lease and event sequence
number. For each LookupCache, there is a HashMap that maps a ProxyReg
to an EventReg.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
Object source
eventID
public long eventID
seqNo
public long seqNo
lease
public Lease lease
pending
public ArrayList pending
lookupsPending
public int lookupsPending
ServiceDiscoveryManager.EventReg
public ServiceDiscoveryManager.EventReg(Object source,
long eventID,
long seqNo,
Lease lease)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.