Uses of Package
org.glassfish.hk2.api

Packages that use org.glassfish.hk2.api
org.glassfish.hk2.api   
org.glassfish.hk2.extension   
org.glassfish.hk2.internal   
org.glassfish.hk2.utilities   
 

Classes in org.glassfish.hk2.api used by org.glassfish.hk2.api
ActiveDescriptor
          An ActiveDescriptor contains information about a Descriptor after it has been reified.
Descriptor
          A Descriptor is a bean-like structure that describes a service declaration in HK2.
DescriptorType
          This describes the type of descriptor
DynamicConfiguration
          This class is used to add Descriptors to a ServiceLocator instance.
ErrorInformation
          This class has information in it about the error that has occurred
ErrorType
          This enumeration describes the types of errors that might occur
FactoryDescriptors
          This is a convenience class that links together the factory descriptor as a factory for another type and the factory as a service itself.
Filter
          This object is used to search for items in the service registry
HK2Loader
          This class is responsible for loading classes, and different implementations can be used for different descriptors.
Injectee
          An Injectee represents the point of injection.
InstanceLifecycleEvent
          This object contains information about a lifecycle event.
InstanceLifecycleEventType
          This describes the type of lifecycle events that can happen in the system
IterableProvider
          This object can be injected rather than Provider or ExtendedProvider when it is desired to iterate over more than one returned instance of the type.
MultiException
          This exception can contain multiple other exceptions.
Operation
          This defines the operations that may be validated
ServiceHandle
          This service handle can be used to get a specific instance of a service, and can be used to destroy that service as well
ServiceLocator
          ServiceLocator is the registry for HK2 services
ServiceLocatorFactory
          This factory can be used to create new named ServiceLocators
SingleCache
          This cache can be used in some circumstances when there can be only one of a service.
ValidationInformation
          This object contains information about the validation point.
Validator
          This method is called when it determined that a type that is annotated with a Validating annotation is to be injected into any other class.
 

Classes in org.glassfish.hk2.api used by org.glassfish.hk2.extension
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

Classes in org.glassfish.hk2.api used by org.glassfish.hk2.internal
ActiveDescriptor
          An ActiveDescriptor contains information about a Descriptor after it has been reified.
Context
          An implementation of this must be put into the system in order to create contextual instances of services.
Descriptor
          A Descriptor is a bean-like structure that describes a service declaration in HK2.
FactoryDescriptors
          This is a convenience class that links together the factory descriptor as a factory for another type and the factory as a service itself.
Filter
          This object is used to search for items in the service registry
HK2Loader
          This class is responsible for loading classes, and different implementations can be used for different descriptors.
IndexedFilter
          This filter can be used to limit the set of Descriptors passed to the matches method.
ServiceHandle
          This service handle can be used to get a specific instance of a service, and can be used to destroy that service as well
ServiceLocator
          ServiceLocator is the registry for HK2 services
ServiceLocatorFactory
          This factory can be used to create new named ServiceLocators
SingleCache
          This cache can be used in some circumstances when there can be only one of a service.
 

Classes in org.glassfish.hk2.api used by org.glassfish.hk2.utilities
ActiveDescriptor
          An ActiveDescriptor contains information about a Descriptor after it has been reified.
AnnotationLiteral
          Supports inline instantiation of annotation type instances.
Descriptor
          A Descriptor is a bean-like structure that describes a service declaration in HK2.
DescriptorType
          This describes the type of descriptor
DynamicConfiguration
          This class is used to add Descriptors to a ServiceLocator instance.
FactoryDescriptors
          This is a convenience class that links together the factory descriptor as a factory for another type and the factory as a service itself.
Filter
          This object is used to search for items in the service registry
HK2Loader
          This class is responsible for loading classes, and different implementations can be used for different descriptors.
IndexedFilter
          This filter can be used to limit the set of Descriptors passed to the matches method.
Injectee
          An Injectee represents the point of injection.
ServiceHandle
          This service handle can be used to get a specific instance of a service, and can be used to destroy that service as well
ServiceLocator
          ServiceLocator is the registry for HK2 services
SingleCache
          This cache can be used in some circumstances when there can be only one of a service.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.