Uses of Package
org.glassfish.hk2.api

Packages that use org.glassfish.hk2.api
com.sun.enterprise.module   
com.sun.enterprise.module.bootstrap   
com.sun.enterprise.module.common_impl   
com.sun.enterprise.module.impl   
com.sun.enterprise.module.single   
com.sun.hk2.component   
org.acme.security   
org.glassfish.examples.ctm   
org.glassfish.examples.http   
org.glassfish.hk2   
org.glassfish.hk2.api   
org.glassfish.hk2.bootstrap   
org.glassfish.hk2.bootstrap.impl   
org.glassfish.hk2.deprecated.utilities   
org.glassfish.hk2.extension   
org.glassfish.hk2.inhabitants   
org.glassfish.hk2.internal   
org.glassfish.hk2.runlevel   
org.glassfish.hk2.runlevel.internal   
org.glassfish.hk2.runlevel.utilities   
org.glassfish.hk2.utilities   
org.jvnet.hk2.component   
org.jvnet.hk2.config   
org.jvnet.hk2.config.provider.internal   
org.jvnet.hk2.deprecated.internal   
org.jvnet.hk2.external.generator   
org.jvnet.hk2.internal   
org.jvnet.hk2.osgiadapter   
org.jvnet.hk2.testing.junit   
org.jvnet.hk2.testing.junit.internal   
 

Classes in org.glassfish.hk2.api used by com.sun.enterprise.module
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

Classes in org.glassfish.hk2.api used by com.sun.enterprise.module.bootstrap
ErrorInformation
          This class has information in it about the error that has occurred
ErrorService
          This interface should be implemented by those who wish to be notified of error conditions that occur within HK2.
MultiException
          This exception can contain multiple other exceptions.
PerLookup
          PerLookup is the scope for objects that are created every time they are looked up.
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

Classes in org.glassfish.hk2.api used by com.sun.enterprise.module.common_impl
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

Classes in org.glassfish.hk2.api used by com.sun.enterprise.module.impl
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

Classes in org.glassfish.hk2.api used by com.sun.enterprise.module.single
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

Classes in org.glassfish.hk2.api used by com.sun.hk2.component
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.
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.
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.
 

Classes in org.glassfish.hk2.api used by org.acme.security
Filter
          This object is used to search for items in the service registry
ValidationInformation
          This object contains information about the validation point.
ValidationService
          This service can be used to add validation points to Descriptors.
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.examples.ctm
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.
Factory
          This interface should be implemented in order to provide a factory for another type.
Proxiable
          Scope annotations that are also marked with this annotation are proxiable.
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
 

Classes in org.glassfish.hk2.api used by org.glassfish.examples.http
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.
Injectee
          An Injectee represents the point of injection.
InjectionResolver
          This class allows users to provide a custom injection target for any annotation (including @Inject).
PerLookup
          PerLookup is the scope for objects that are created every time they are looked up.
Proxiable
          Scope annotations that are also marked with this annotation are proxiable.
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
 

Classes in org.glassfish.hk2.api used by org.glassfish.hk2
Descriptor
          A Descriptor is a bean-like structure that describes a service declaration in HK2.
TypeLiteral
          Supports inline instantiation of objects that represent parameterized types with actual type parameters.
 

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.bootstrap
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

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

Classes in org.glassfish.hk2.api used by org.glassfish.hk2.deprecated.utilities
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.
 

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.inhabitants
HK2Loader
          This class is responsible for loading classes, and different implementations can be used for different descriptors.
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.runlevel
ActiveDescriptor
          An ActiveDescriptor contains information about a Descriptor after it has been reified.
 

Classes in org.glassfish.hk2.api used by org.glassfish.hk2.runlevel.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.
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
 

Classes in org.glassfish.hk2.api used by org.glassfish.hk2.runlevel.utilities
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.
 

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.
 

Classes in org.glassfish.hk2.api used by org.jvnet.hk2.component
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.
Filter
          This object is used to search for items in the service registry
Injectee
          An Injectee represents the point of injection.
MultiException
          This exception can contain multiple other exceptions.
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
 

Classes in org.glassfish.hk2.api used by org.jvnet.hk2.config
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.
Injectee
          An Injectee represents the point of injection.
PostConstruct
          Classes implementing this interface register an interest in being notified when the instance has been created and the component is about to be place into commission.
PreDestroy
          Components implementing this interface registers an interest in being notified when they are about to be decommissioned.
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.
 

Classes in org.glassfish.hk2.api used by org.jvnet.hk2.config.provider.internal
Filter
          This object is used to search for items in the service registry
InstanceLifecycleEvent
          This object contains information about a lifecycle event.
InstanceLifecycleListener
          This processor is called for certain events in the lifecycle of instances of services.
PreDestroy
          Components implementing this interface registers an interest in being notified when they are about to be decommissioned.
 

Classes in org.glassfish.hk2.api used by org.jvnet.hk2.deprecated.internal
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.
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.
MultiException
          This exception can contain multiple other exceptions.
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

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

Classes in org.glassfish.hk2.api used by org.jvnet.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.
DescriptorType
          This describes the type of descriptor
DynamicConfiguration
          This class is used to add Descriptors to a ServiceLocator instance.
DynamicConfigurationService
          The dynamic configuration service is the source of DynamicConfiguration instances, which can be used to bind and unbind entities into the system
ErrorInformation
          This class has information in it about the error that has occurred
ErrorService
          This interface should be implemented by those who wish to be notified of error conditions that occur within HK2.
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.
InjectionResolver
          This class allows users to provide a custom injection target for any annotation (including @Inject).
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
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.
 

Classes in org.glassfish.hk2.api used by org.jvnet.hk2.osgiadapter
HK2Loader
          This class is responsible for loading classes, and different implementations can be used for different descriptors.
MultiException
          This exception can contain multiple other exceptions.
ServiceLocator
          ServiceLocator is the registry for HK2 services
 

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

Classes in org.glassfish.hk2.api used by org.jvnet.hk2.testing.junit.internal
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
ErrorService
          This interface should be implemented by those who wish to be notified of error conditions that occur within HK2.
Injectee
          An Injectee represents the point of injection.
JustInTimeInjectionResolver
          The JustInTimeInjectionResolver is called when an injection point cannot find anything to inject.
MultiException
          This exception can contain multiple other exceptions.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.