Uses of Class
org.edg.info.ConsumerInstance

Packages that use ConsumerInstance
org.edg.info   
 

Uses of ConsumerInstance in org.edg.info
 

Subclasses of ConsumerInstance in org.edg.info
 class ContinuousConsumerInstance
          ContinuousConsumerInstances only ever need to contact one publisher in order to answer a query.
 class OneTimeConsumerInstance
          OneTimeConsumerInstances only ever need to contact one publisher in order to answer a query.
 

Methods in org.edg.info with parameters of type ConsumerInstance
 void TimeoutThread.add(ConsumerInstance consumerInstance, long timeout, int queryNum)
           
 void TimeoutThread.remove(ConsumerInstance consumerInstance)