Package gda.factory


package gda.factory
  • Class
    Description
    An interface to ensure configurability of objects.
    An additional interface in the Configurable system that allows other beans to be aware of the configuration process.
    Class giving a default implementation of the functions in Configurable
    An interface class used to provide findable objects.
    Base class for object factories.
    Thrown when an exceptional factory error condition has occurred.
    A marker interface which allows objects to be created/found by the object server.
    Default implementations of functions in Findable
    Extends ConfigurableBase with default implementations of functions in Findable
    Finder, a singleton class, allows objects to be retrieved from local store, a name service or created by a factory.
    Marker interface to allow instances of IObservable to be exported from the server to the client without implementing additional interfaces.