Uses of Package
org.appdapter.api.registry

Packages that use org.appdapter.api.registry
org.appdapter.api.registry Our Registry system allows objects to be registered and looked up in a type-safe manner, with optionally guarded result size, and flexibility in result delivery to client code. 
org.appdapter.osgi.registry Utility methods for using the OSGi service facilities to register and look up an Appdapter registry. 
org.appdapter.registry.basic The "Basic" Registry system provides a simple implementation of the Registry interfaces and concepts. 
 

Classes in org.appdapter.api.registry used by org.appdapter.api.registry
Description
          Description defines the queryable and matchable aspects of some object that is placed in a registry or sought in a registry.
Finder
          Finder is a type-parametrized interface used to search for matches to a Pattern.
Pattern
          Pattern is able to check whether it is matched by a Description.
Receiver
          Receiver receives type-safe results found by a Finder.
Receiver.Status
           
Registry
          A registry is able to register Object+Description pairs, and generate Finders that can search through the registered pairs.
ResultSequence
          Maintains state of a particular query result stream from some finder.
SimpleRegistry
          Additional Registry methods which simply ther process of looking for a single matching object, or all matching objects, for clients who do not wish to work directly with Finders and Receivers.
 

Classes in org.appdapter.api.registry used by org.appdapter.osgi.registry
Registry
          A registry is able to register Object+Description pairs, and generate Finders that can search through the registered pairs.
VerySimpleRegistry
          Additional Registry methods making it easy to look up an object by exact match to the name field of its description.
 

Classes in org.appdapter.api.registry used by org.appdapter.registry.basic
Description
          Description defines the queryable and matchable aspects of some object that is placed in a registry or sought in a registry.
Finder
          Finder is a type-parametrized interface used to search for matches to a Pattern.
Pattern
          Pattern is able to check whether it is matched by a Description.
Receiver
          Receiver receives type-safe results found by a Finder.
Registry
          A registry is able to register Object+Description pairs, and generate Finders that can search through the registered pairs.
ResultSequence
          Maintains state of a particular query result stream from some finder.
SimpleFinder
          Additional Finder methods which do not require the user to supply a Receiver.
SimpleRegistry
          Additional Registry methods which simply ther process of looking for a single matching object, or all matching objects, for clients who do not wish to work directly with Finders and Receivers.
VerySimpleRegistry
          Additional Registry methods making it easy to look up an object by exact match to the name field of its description.
 



Copyright © 2010-2012. All Rights Reserved.