Uses of Class
org.edg.info.InstanceBase

Packages that use InstanceBase
org.edg.info   
 

Uses of InstanceBase in org.edg.info
 

Subclasses of InstanceBase in org.edg.info
 class ArchiverInstance
          Class is used to provide an Archiving service.
 class CleanableInstance
          Base class for database (history and latest) producers.
 class ConsumerInstance
          The "agent" that serves the Consumer.
 class ContinuousConsumerInstance
          ContinuousConsumerInstances only ever need to contact one publisher in order to answer a query.
 class DBProducerInstance
           
 class DeclarableInstance
          Supports "Declarable" behaviour: declaring and registering tables.
 class FastStreamProducerInstance
          Performs same function as StreamProducerInstance, but uses fast SQL INSERT parsing and new faster/more stable streaming.
 class InsertableInstance
          InsertableInstance.
 class LatestProducerInstance
           
 class OnDemandProducerInstance
          OnDemandProducer.
 class OneTimeConsumerInstance
          OneTimeConsumerInstances only ever need to contact one publisher in order to answer a query.
 class RegistryInstance
          RegistryInstance is an object that supports the RegistryServlet.
 class SchemaInstance
          SchemaInstance is an object that supports the SchemaServlet.
 

Methods in org.edg.info that return InstanceBase
 InstanceBase InstanceTracker.get(int id)
          Retreives an InstanceBase from the tracker.
 

Methods in org.edg.info with parameters of type InstanceBase
 void RetentionPeriodTracker.add(InstanceBase ii)
          Registers a FSPI to this tracker.
 void InstanceTracker.add(int connectionId, InstanceBase instance)
          Adds a new InstanceBase to the tracker.
 

Constructors in org.edg.info with parameters of type InstanceBase
RegistrationThread(InstanceBase instance, InstanceTracker instanceTracker)
          Creates a new RegistrationThread instance, used for soft-state registration.