net.jini.lookup
Class ServiceDiscoveryManager.EventReg

java.lang.Object
  extended by 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.


Field Summary
 long eventID
           
 Lease lease
           
 int lookupsPending
           
 ArrayList pending
           
 long seqNo
           
(package private)  Object source
           
 
Constructor Summary
ServiceDiscoveryManager.EventReg(Object source, long eventID, long seqNo, Lease lease)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

Object source

eventID

public long eventID

seqNo

public long seqNo

lease

public Lease lease

pending

public ArrayList pending

lookupsPending

public int lookupsPending
Constructor Detail

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.