Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Enum constant in enum org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService.InnerEnum
- AbstractActiveDescriptor<T> - Class in org.glassfish.hk2.utilities
-
This class can be used as a starting point for those writing their own ActiveDescriptor.
- AbstractActiveDescriptor() - Constructor for class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
For serialization
- AbstractActiveDescriptor(Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorType, DescriptorVisibility, int, Boolean, Boolean, String, Map<String, List<String>>) - Constructor for class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
This constructor must be called with the information about this descriptor
- AbstractActiveDescriptor(Descriptor) - Constructor for class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Creates a NON reified ActiveDescriptor based on a copy of the given baseDescriptor.
- AbstractAdapter - Class in org.glassfish.hk2.classmodel.reflect.util
-
Common archive adapter implementation
- AbstractAdapter() - Constructor for class org.glassfish.hk2.classmodel.reflect.util.AbstractAdapter
- AbstractAnnotationVisitorImpl - Class in org.jvnet.hk2.generator.internal
-
This just makes the main-line code less messy
- AbstractAnnotationVisitorImpl() - Constructor for class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
-
Gives the version implemented to the superclass
- AbstractBaseService - Class in org.jvnet.hk2.metadata.tests.stub.impl
- AbstractBaseService() - Constructor for class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService
- AbstractBaseService.InnerClass - Class in org.jvnet.hk2.metadata.tests.stub.impl
- AbstractBaseService.InnerEnum - Enum in org.jvnet.hk2.metadata.tests.stub.impl
- AbstractBaseService.InnerInterface - Interface in org.jvnet.hk2.metadata.tests.stub.impl
- AbstractBinder - Class in org.glassfish.hk2.utilities.binding
-
Skeleton implementation of injection binder with convenience methods for binding definitions.
- AbstractBinder() - Constructor for class org.glassfish.hk2.utilities.binding.AbstractBinder
- AbstractBindingBuilder<T> - Class in org.glassfish.hk2.utilities.binding
-
Abstract binding builder implementation.
- AbstractBindingBuilder() - Constructor for class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- AbstractBindingBuilder.ClassBasedBindingBuilder<T> - Class in org.glassfish.hk2.utilities.binding
- AbstractBindingBuilder.FactoryInstanceBasedBindingBuilder<T> - Class in org.glassfish.hk2.utilities.binding
- AbstractBindingBuilder.FactoryTypeBasedBindingBuilder<T> - Class in org.glassfish.hk2.utilities.binding
- AbstractBindingBuilder.InstanceBasedBindingBuilder<T> - Class in org.glassfish.hk2.utilities.binding
- AbstractClassVisitorImpl - Class in org.jvnet.hk2.generator.internal
- AbstractClassVisitorImpl() - Constructor for class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
-
The constructor that gives the version we are implementing to the superclass
- AbstractComplexFactory<E,
F, - Class in org.jvnet.hk2.metadata.tests.complextypefactoryG, H> - AbstractComplexFactory() - Constructor for class org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory
- AbstractFactory - Class in com.sun.enterprise.module.common_impl
- AbstractFactory<A,
B, - Class in org.jvnet.hk2.metadata.testsC, D> -
This is an abstract factory, the true type will comd from the concrete class
- AbstractFactory() - Constructor for class com.sun.enterprise.module.common_impl.AbstractFactory
- AbstractFactory() - Constructor for class org.jvnet.hk2.metadata.tests.AbstractFactory
- AbstractInhabitantsGeneratorMojo - Class in org.jvnet.hk2.generator.maven
-
Abstract Mojo for inhabitant generator
- AbstractInhabitantsGeneratorMojo() - Constructor for class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- AbstractMethodVisitorImpl - Class in org.jvnet.hk2.generator.internal
-
This in only here to keep the main-line code less messy
- AbstractMethodVisitorImpl() - Constructor for class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
-
The constructor that gives the implemented version to the superclass
- AbstractModulesRegistryImpl - Class in com.sun.enterprise.module.common_impl
-
The Modules Registry maintains the registry of all available module.
- AbstractModulesRegistryImpl(ModulesRegistry) - Constructor for class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- AbstractRepositoryImpl - Class in com.sun.enterprise.module.common_impl
-
Partial implementation of
Repository
that statically enumerates allModuleDefinition
upfront. - AbstractRepositoryImpl(String, URI) - Constructor for class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- access - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.FieldVisitingContext
- accumulatedExceptions - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- action - Variable in class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- activateCurrentDatabase(WriteableBeanDatabaseImpl, Object, List<Change>, LinkedList<BeanDatabaseUpdateListener>) - Method in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- activateDynamicConfiguration(TwoPhaseTransactionData) - Method in interface org.glassfish.hk2.api.TwoPhaseResource
-
Once all TwoPhaseResource prepare methods have completed successfully the activate method will be called on all registered TwoPhaseResource implementations.
- activateDynamicConfiguration(TwoPhaseTransactionData) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl.TwoPhaseResourceImpl
- Activator - Class in org.glassfish.hk2.osgiresourcelocator
-
This activator initializes
ServiceLoader
with an appropriate instance. - Activator() - Constructor for class org.glassfish.hk2.osgiresourcelocator.Activator
- ActivatorClassKey(ActiveDescriptor<?>, Class<?>) - Constructor for class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.ActivatorClassKey
- ACTIVE - Enum constant in enum org.glassfish.hk2.extras.operation.OperationState
-
The Operation is open and is active on at least one thread
- activeDescriptor - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- ActiveDescriptor<T> - Interface in org.glassfish.hk2.api
-
An ActiveDescriptor contains information about a Descriptor after it has been reified.
- ActiveDescriptorBuilder - Interface in org.glassfish.hk2.utilities
-
The active descriptor build is for building up a non-reified ActiveDescriptor.
- ActiveDescriptorBuilderImpl - Class in org.glassfish.hk2.internal
- ActiveDescriptorBuilderImpl(Class<?>) - Constructor for class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
-
constructor with the impl class
- ActiveDescriptorBuilderImpl.BuiltActiveDescriptor<T> - Class in org.glassfish.hk2.internal
- activeLink(Class<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This method creates an
ActiveDescriptorBuilder
, whose job it is to create an unreifiedActiveDescriptor
. - activeThreads - Variable in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- actualType - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ConfiguredMethodVisitor
- actualTypeArguments - Variable in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
- adapt(U) - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
- adapter(Collection<TypeProxy<U>>) - Static method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- AdapterIterator<T,
U> - Class in com.sun.enterprise.module.common_impl -
Iterator
implementation that works as a filter to another iterator. - AdapterIterator(Iterator<? extends U>) - Constructor for class com.sun.enterprise.module.common_impl.AdapterIterator
- add(Module) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Add a new module to this registry.
- add(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Registers a new DefaultModuleDefinition in this registry.
- add(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- add(ModuleDefinition) - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Adds a new module
- add(ModuleDefinition) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Registers a new DefaultModuleDefinition in this registry.
- add(ModuleDefinition, boolean) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- add(ModuleDefinition, boolean) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Registers a new DefaultModuleDefinition in this registry.
- add(List<URI>) - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
- add(K) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- add(K) - Method in interface org.glassfish.hk2.utilities.general.WeakHashLRU
-
Adds the given key to the LRU.
- add(K, V) - Method in class org.jvnet.hk2.component.MultiMap
-
Adds one more key-value pair.
- ADD_INSTANCE - Enum constant in enum org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
-
An instance of a type was added
- ADD_TYPE - Enum constant in enum org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
-
A type was added
- addActiveDescriptor(Class<T>) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This adds an active descriptor to the system based completely on the analysis of the given class.
- addActiveDescriptor(Class<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This adds an active descriptor to the system based completely on the analysis of the given class.
- addActiveDescriptor(Class<T>) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- addActiveDescriptor(ActiveDescriptor<T>) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This allows third party systems to add reified active descriptors to the system.
- addActiveDescriptor(ActiveDescriptor<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This allows third party systems to add reified active descriptors to the system.
- addActiveDescriptor(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- addActiveDescriptor(ActiveDescriptor<T>, boolean) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This allows third party systems to add reified active descriptors to the system.
- addActiveDescriptor(ActiveDescriptor<T>, boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- addActiveDescriptor(ActiveDescriptor<T>, boolean) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- addActiveFactoryDescriptor(Class<? extends Factory<T>>) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This adds two active descriptors to the system based completely on the analysis of the given
Factory
class. - addActiveFactoryDescriptor(Class<? extends Factory<T>>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This adds two active descriptors to the system based completely on the analysis of the given
Factory
class. - addActiveFactoryDescriptor(Class<? extends Factory<T>>) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- addAdvertisedContract(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Adds an advertised contract to the set of contracts advertised by this descriptor
- addAllGenericInterfaces(Class<?>, Type, Set<Type>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the interfaces on this particular class (but not any superclasses of this class).
- addAllInterfaceContracts(Type, LinkedHashSet<Type>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- addAnnotation(AnnotationModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- addBean(ActiveDescriptor<?>, Object, String, Object) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- addBeforeDot(K, V) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- addBinding(BindingBuilder<?>, DynamicConfiguration) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Add a binding represented by the binding builder to the HK2 dynamic configuration.
- addBinding(BindingBuilder<?>, DynamicConfiguration, HK2Loader) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Add a binding represented by the binding builder to the HK2 dynamic configuration.
- addChange(Change) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- addChild(ServiceLocatorImpl) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- addClasses(ServiceLocator, boolean, Class<?>...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
It is very often the case that one wishes to add classes that hk2 will automatically analyze for contracts and qualifiers to a service locator.
- addClasses(ServiceLocator, Class<?>...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
It is very often the case that one wishes to add classes that hk2 will automatically analyze for contracts and qualifiers to a service locator.
- addClassIfService(InputStream, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- addClasspath(Path) - Method in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- addConfiguration(DynamicConfigurationImpl) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- addConfigurationInternal(DynamicConfigurationImpl) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- addContractType(Type) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Adds an advertised contract to the set of contracts advertised by this descriptor
- addDefaultValue(String, Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
- addDefiningURI(URI) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- addDelegate(ClassLoader) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- addDependency(ModuleDependency) - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
- addDescriptor(SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.IndexedListData
- addDescriptorFileFinder(ServiceLocator, DescriptorFileFinder) - Method in class com.sun.enterprise.module.bootstrap.Main
- addDescriptors(String, Collection<Descriptor>) - Method in class com.sun.enterprise.module.ModuleMetadata
- added - Variable in class org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- added(URI) - Method in interface com.sun.enterprise.module.RepositoryChangeListener
-
A new libary jar file was added to the repository.
- ADDED_INTERFACES - Static variable in class org.jvnet.hk2.internal.ConstructorActionImpl
- addError(Throwable) - Method in exception class org.glassfish.hk2.api.MultiException
-
Adds an error to an existing exception
- addError(ActiveDescriptor<?>, Injectee, MultiException) - Method in class org.jvnet.hk2.internal.NarrowResults
- addFactoryConstants(ServiceLocator, Factory<?>...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method adds factory constants to the given locator.
- addFactoryDescriptors(ServiceLocator, boolean, FactoryDescriptors...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Adds the given factory descriptors to the service locator
- addFactoryDescriptors(ServiceLocator, FactoryDescriptors...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Adds the given factory descriptors to the service locator
- addField(FieldModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
- addField(FieldModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- addFieldRef(FieldModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- addGoodResult(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.NarrowResults
- addIdempotentFilter(Filter...) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
At commit time all idempotent filters in this dynamic configuration will be run against all validation-visible descriptors.
- addIdempotentFilter(Filter...) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
At commit time all idempotent filters in this dynamic configuration will be run against all validation-visible descriptors.
- addIdempotentFilter(Filter...) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- addImplementation(ClassModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- addImport(Module) - Method in class com.sun.enterprise.module.impl.ModuleImpl
- addImport(Module) - Method in interface com.sun.enterprise.module.Module
- addImport(Module) - Method in class com.sun.enterprise.module.single.ProxyModule
- addImport(ModuleDependency) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Create and add a new module to this module's list of imports.
- addImport(ModuleDependency) - Method in interface com.sun.enterprise.module.Module
-
Create and add a new module to this module's list of imports.
- addImport(ModuleDependency) - Method in class com.sun.enterprise.module.single.ProxyModule
- addInstance(String, Object) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableType
-
Adds the instance with the given key to the type
- addInstance(String, Object) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- addInstance(String, Object, Object) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableType
-
Adds the instance with the given key to the type
- addInstance(String, Object, Object) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- addInstanceDescriptor(DynamicConfiguration, ActiveDescriptor<?>, String, String, Object, Object) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- addLibrary(URI) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- addList(IndexedListData) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- addListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Add a new module change listener
- addListener(ModuleChangeListener) - Method in interface com.sun.enterprise.module.Module
-
Add a new module change listener
- addListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.single.ProxyModule
- addListener(RepositoryChangeListener) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Add a listener to changes happening to this repository.
- addListener(RepositoryChangeListener) - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- addListener(RepositoryChangeListener) - Method in interface com.sun.enterprise.module.Repository
-
Add a listener to changes happening to this repository.
- addListener(ServiceLocatorListener) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Adds a service listener to the unordered set of listeners that will be notified when named listeners are added or removed from the system.
- addListener(ServiceLocatorListener) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- addMetadata(String, String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Adds a value to the list of values associated with this key
- addMetadata(Map<String, List<String>>) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Adds all of the entries from this map to the existing descriptor's metadata.
- addMetadata(Map<String, List<String>>, String, String) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Adds a value to the list of values associated with this key
- addMethod(MethodModelImpl) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- addMultiException(MultiException) - Method in class org.jvnet.hk2.internal.Collector
- addMultiValue(Map<PropertyFileHandleImpl.TypeData, Map<String, String>>, PropertyFileHandleImpl.TypeData, String, String) - Static method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- addOneConstant(ServiceLocator, Object) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method adds one existing object to the given service locator.
- addOneConstant(ServiceLocator, Object, String, Type...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method adds one existing object to the given service locator.
- addOneDescriptor(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
It is very often the case that one wishes to add a single descriptor to a service locator.
- addOneDescriptor(ServiceLocator, Descriptor, boolean) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
It is very often the case that one wishes to add a single descriptor to a service locator.
- addParameterizedType(ParameterizedInterfaceModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
- addPropertyFileBean(PropertyFileBean) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- addPropertyFileBean(PropertyFileBean) - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileService
-
This is a utility method that will add the given
PropertyFileBean
to the Hub for use in configuring this service - addProviders(ServiceLoaderImpl.ProvidersPerBundle) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersList
- addProviders(Bundle) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- addPublicInterface(String) - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
- addQualifier(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Adds the given string to the list of qualifiers
- addQualifierAnnotation(Annotation) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Adds the given string to the list of qualifiers
- addRepository(Repository) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Add a new
Repository
to this registry. - addRepository(Repository) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Add a new
Repository
to this registry. - addRepository(Repository, int) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Add a new
Repository
to this registry. - addRepository(Repository, int) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Add a new
Repository
to this registry. - addRepositoryFactory(RepositoryFactory) - Method in class com.sun.enterprise.module.RepositoryFactories
-
Add a new
RepositoryFactory
to the list of repository factories. - addServicesFromDefault(DynamicConfiguration, Set<String>, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- addServicesFromPackage(DynamicConfiguration, List<String>, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- addServicesFromPathDirectory(DynamicConfiguration, List<String>, File, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- addServicesFromPathElement(DynamicConfiguration, List<String>, String, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- addServicesFromPathJar(DynamicConfiguration, List<String>, File, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- addStaticField(FieldModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- addSubHandle(ServiceHandleImpl<?>) - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
-
Add a sub handle to this for proper destruction
- addSubInterface(List<File>, String, LinkedHashSet<String>) - Method in class org.jvnet.hk2.generator.internal.Utilities
- addSubTypeRef(Type) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- addThrowable(Throwable) - Method in class org.jvnet.hk2.internal.Collector
-
Adds a throwable to the list of throwables in this collector
- addToHead(K) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- addToMetadataMap(String, String, Map<String, List<String>>) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- addType(String) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
Adds a type of the given name
- addType(String) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- addTypeMapping(String, Class<?>) - Method in class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
Adds a type mapping to the set of type mappings
- addUnbindFilter(Filter) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This filter will added to the list of filters in this Configuration that will determine which Descriptors will be removed from the system.
- addUnbindFilter(Filter) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This filter will added to the list of filters in this Configuration that will determine which Descriptors will be removed from the system.
- addUnbindFilter(Filter) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- addURL(URL) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
Appends the specified URL to the list of URLs to search for classes and resources.
- addValidatedResult(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.ImmediateResults
- addValue(String, Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- addValues(WriteableBeanDatabase, HashMap<PropertyFileHandleImpl.TypeData, Map<String, String>>) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- advertisedContracts - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- affectedContracts - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- after() - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Shuts down and cleans up the
ServiceLocator
created by thisServiceLocatorTestRule
. - ALIAS_FREE_DESCRIPTOR - Static variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
This is the value the metadata field ALIAS_METADATA_MARKER will take if the descriptor being aliased does not have a locator id or a service id
- ALIAS_METADATA_MARKER - Static variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
This will be put in all Alias descriptors.
- AliasDescriptor<T> - Class in org.glassfish.hk2.utilities
-
An active descriptor class that serves as an alias for another descriptor.
- AliasDescriptor() - Constructor for class org.glassfish.hk2.utilities.AliasDescriptor
-
For serialization
- AliasDescriptor(ServiceLocator, ActiveDescriptor<T>, String, String) - Constructor for class org.glassfish.hk2.utilities.AliasDescriptor
-
Construct an AliasDescriptor.
- AliasFilter(List<ActiveDescriptor<?>>) - Constructor for class org.glassfish.hk2.utilities.ServiceLocatorUtilities.AliasFilter
- allAnnotatedTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationType
-
Returns an unmodifiable collection of annotated element with this annotation
- allAnnotatedTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
- allAnnotationDataToAdd - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ConfiguredMethodVisitor
- allDescriptors - Variable in class org.glassfish.hk2.metadata.generator.ServiceProcessor
- allDescriptors - Variable in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- allDescriptors - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- allFilter() - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns a filter of type Descriptor that matches all descriptors
- allFilters - Variable in class org.glassfish.hk2.utilities.OrFilter
- allIdempotentFilters - Variable in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- allImplementations() - Method in class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl
- allImplementations() - Method in interface org.glassfish.hk2.classmodel.reflect.InterfaceModel
-
Returns an unmodifiable collection of all classes implementing this interface.
- allInjectees - Variable in class org.jvnet.hk2.internal.ClazzCreator
- allListenerHandles - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- allocateNewIdentifier() - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- allProgenitors - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- allProgressStartedHandles - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- allProviders - Variable in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersList
- allResolvers - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- allResources - Variable in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- allSorterHandles - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- allSubTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Returns all the children subtypes (including grand children) of this type.
- allSubTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- allUnbindFilters - Variable in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- allValidators - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- alreadyTried - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- aMethod() - Method in class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService
- ANALYSIS_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- analysisName - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- analysisName - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- analyzer - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Analyzer to use with this descriptor
- analyzer() - Element in annotation type org.jvnet.hk2.annotations.Service
-
The name of the
ClassAnalyzer
service that should be used to analyze this class - ANALYZER - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- analyzeWith(String) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- analyzeWith(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
Call this if the descriptor should be analyzed with the
ClassAnalyzer
service of the given name - analyzeWith(String) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Set the name of the
ClassAnalyzer
on the binding. - analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Set the name of the
ClassAnalyzer
on the binding. - analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Set the name of the
ClassAnalyzer
on the binding. - analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
Call this if the descriptor should be analyzed with the
ClassAnalyzer
service of the given name - andLoadWith(HK2Loader) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- andLoadWith(HK2Loader) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- andLoadWith(HK2Loader) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
Call this if this descriptor should be loaded with the given HK2Loader
- andLoadWith(HK2Loader) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
Call this if this descriptor should be loaded with the given HK2Loader
- annoData - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.GeneratedNameMethodFinderVisitor
- AnnotatedElement - Interface in org.glassfish.hk2.classmodel.reflect
-
An annotated element is a java declaration that can be annotated.
- AnnotatedElementAnnotationInfo - Class in org.jvnet.hk2.internal
-
Keeps information about element and parameter annotations
- AnnotatedElementAnnotationInfo(Annotation[], boolean, Annotation[][], boolean) - Constructor for class org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
- AnnotatedElementImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of an annotated element
- AnnotatedElementImpl(String) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- annotation - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.AnnotationVisitingContext
- annotationContainsAll(Set<Annotation>, Set<Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
This is used to check on the annotation set.
- AnnotationInformation(Set<Annotation>, boolean, boolean, Unqualified) - Constructor for class org.jvnet.hk2.internal.Utilities.AnnotationInformation
- AnnotationLiteral<T> - Class in org.glassfish.hk2.api
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class org.glassfish.hk2.api.AnnotationLiteral
- AnnotationModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Models an annotation instance
- AnnotationModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Model a annotation instance
- AnnotationModelImpl(AnnotatedElement, AnnotationType) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- annotations - Variable in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- annotationType - Variable in class org.glassfish.hk2.api.AnnotationLiteral
- annotationType() - Method in class org.glassfish.hk2.api.AnnotationLiteral
- AnnotationType - Interface in org.glassfish.hk2.classmodel.reflect
-
Represents an annotation
- AnnotationTypeImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of an annotation model
- AnnotationTypeImpl(String, TypeProxy<Type>) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
- AnnotationVisitingContext() - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.AnnotationVisitingContext
- annotationVisitor - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- annoType - Variable in class org.glassfish.hk2.utilities.reflection.ScopeInfo
- AOPProxyCtl - Interface in org.glassfish.hk2.api
-
This interface is implemented by all services that use the AOP Alliance Interceptor feature of HK2.
- apply(Statement, Description) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Overrides the
ExternalResource.apply(Statement, Description)
method to save the suppliedDescription
so that other methods in this class can refer to it. - applySorters(List<ServiceHandle<?>>) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- Archive(File) - Constructor for class com.sun.enterprise.module.common_impl.Jar.Archive
- ArchiveAdapter - Interface in org.glassfish.hk2.classmodel.reflect
-
adapter for reading archive style structure
- ArchiveAdapter.Entry - Class in org.glassfish.hk2.classmodel.reflect
-
Definition of an archive entry
- ArchiveAdapter.EntryTask - Interface in org.glassfish.hk2.classmodel.reflect
-
defines the notion of an archive entry task which is a task aimed to be run on particular archive entry.
- ArchiveAdapter.Selector - Interface in org.glassfish.hk2.classmodel.reflect
- archiveSelector - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- archiveSelector - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
- archiveSelector(ArchiveSelector) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Sets the archive selector that can selects which jar should be parsed during the parsing activity.
- ArchiveSelector - Interface in org.glassfish.hk2.classmodel.reflect
-
An archive selector allows the user to select if an archive should be parsed by the parser engine.
- args - Variable in class com.sun.enterprise.module.bootstrap.ArgumentManager
- args - Variable in class com.sun.enterprise.module.bootstrap.StartupContext
- args - Variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- argsToMap(String[]) - Static method in class com.sun.enterprise.module.bootstrap.ArgumentManager
- argsToMap(List<String>) - Static method in class com.sun.enterprise.module.bootstrap.ArgumentManager
- ArgumentManager - Class in com.sun.enterprise.module.bootstrap
-
API -- For now sticking with the draft1 API and behavior This class will be handy for fixing error detection of bad input as below.
- ArgumentManager(String[]) - Constructor for class com.sun.enterprise.module.bootstrap.ArgumentManager
- ArgumentManager(List<String>) - Constructor for class com.sun.enterprise.module.bootstrap.ArgumentManager
- arguments - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- array(Object[]) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Returns a pretty string for the given array
- arrayName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MetadataAnnotationVisitor
- arrayTypeToString(ArrayType, boolean, Map<String, String>) - Method in class org.glassfish.hk2.stub.generator.StubProcessor
- asAFactoryDI - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodVisitorImpl
- asProvideMethod - Variable in class org.glassfish.hk2.utilities.FactoryDescriptorsImpl
- asService - Variable in class org.glassfish.hk2.utilities.FactoryDescriptorsImpl
- assistedInject(Object, Method, MethodParameter...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will invoke the given method on the given object.
- assistedInject(Object, Method, MethodParameter...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- assistedInject(Object, Method, ServiceHandle<?>, MethodParameter...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will invoke the given method on the given object.
- assistedInject(Object, Method, ServiceHandle<?>, MethodParameter...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- associateMethodNameWithMetadataKey(String, String) - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- associateWithThread(long, OperationHandleImpl<T>) - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
-
OperationLock must be held
- asType(Type) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- asType(Type) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
Call this if the parameterized type of the implementation class is known.
- asType(Type) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- asType(Type) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Call this if the parameterized type of the implementation class is known.
- asType(Type) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Call this if the parameterized type of the implementation class is known.
- asyncContext - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- asyncContext - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- asyncRunLevelContext - Variable in class org.glassfish.hk2.runlevel.RunLevelContext
- AsyncRunLevelContext - Class in org.glassfish.hk2.runlevel.internal
- AsyncRunLevelContext(ServiceLocator) - Constructor for class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
Constructor for the guy who does the work
- AsyncRunLevelContext.RunLevelControllerThread - Class in org.glassfish.hk2.runlevel.internal
- AsyncRunLevelContext.RunLevelThreadFactory - Class in org.glassfish.hk2.runlevel.internal
- attr - Variable in class com.sun.enterprise.module.impl.CookedModuleDefinition
- attributes - Variable in class com.sun.enterprise.module.single.ManifestProxy
- AutoActiveDescriptor<T> - Class in org.jvnet.hk2.internal
- AutoActiveDescriptor() - Constructor for class org.jvnet.hk2.internal.AutoActiveDescriptor
-
For serialization
- AutoActiveDescriptor(Class<?>, Creator<T>, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, int, Boolean, Boolean, String, Map<String, List<String>>, DescriptorType, Type) - Constructor for class org.jvnet.hk2.internal.AutoActiveDescriptor
-
Constructor with all relevant fields
- awaitTermination() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
- awaitTermination(int, TimeUnit) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
B
- B - Enum constant in enum org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService.InnerEnum
- b1 - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- b2 - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- backingMap - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
The backing maps for this context.
- baseComparator - Variable in class org.jvnet.hk2.internal.ServiceHandleComparator
- baseDescriptor - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- baseElement - Variable in class org.jvnet.hk2.internal.ClazzCreator.ResolutionInfo
- baseFilter - Variable in class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- baseName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- baseRevision - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- bean - Variable in class org.glassfish.hk2.configuration.hub.internal.InstanceImpl
- bean - Variable in class org.glassfish.hk2.configuration.internal.BeanInfo
- BEAN_KEY - Static variable in annotation type org.glassfish.hk2.configuration.api.Configured
-
This value can be used to indicate that the injection point should be the whole bean
- BeanDatabase - Interface in org.glassfish.hk2.configuration.hub.api
-
A database of beans organized as types, where a type can have multiple instances of a configuration bean
- BeanDatabaseImpl - Class in org.glassfish.hk2.configuration.hub.internal
- BeanDatabaseImpl(long) - Constructor for class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
-
Creates a new, fresh database
- BeanDatabaseImpl(long, BeanDatabase) - Constructor for class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- BeanDatabaseUpdateListener - Interface in org.glassfish.hk2.configuration.hub.api
-
This is a listener that is notified when changes are made to the current
BeanDatabase
- BeanInfo - Class in org.glassfish.hk2.configuration.internal
- BeanInfo(String, String, Object, Object) - Constructor for class org.glassfish.hk2.configuration.internal.BeanInfo
- beanMap - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- beanMap - Variable in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- BeanReflectionHelper - Class in org.glassfish.hk2.utilities.reflection
- BeanReflectionHelper() - Constructor for class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
- BeanUtilities - Class in org.glassfish.hk2.configuration.internal
-
For JavaBean or Bean-Like-Map utilities
- BeanUtilities() - Constructor for class org.glassfish.hk2.configuration.internal.BeanUtilities
- before() - Method in class org.jvnet.hk2.testing.junit.HK2Runner
-
This will generate the default testLocator for this test class, which will search the package of the test itself for classes annotated with @Service.
- before() - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
When necessary, calls the
ServiceLocatorTestRule.createServiceLocator(Description)
,ServiceLocatorTestRule.configureServiceLocator(ServiceLocator, Description)
andServiceLocatorTestRule.performDependencyInjection(ServiceLocator, Object)
methods in order to set up aServiceLocator
appropriate for the current JUnit test. - bind(Class<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Start building a new class-based service binding.
- bind(String, Binder...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will create or find a ServiceLocator with the given name and bind all of the binders given together in a single config transaction.
- bind(Descriptor) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This method will bind the given descriptor to this Module.
- bind(Descriptor) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This method will bind the given descriptor to this Module.
- bind(Descriptor) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- bind(Descriptor, boolean) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This method will bind the given descriptor to this Module.
- bind(Descriptor, boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- bind(Descriptor, boolean) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- bind(DynamicConfiguration) - Method in interface org.glassfish.hk2.utilities.Binder
-
This method will be called by the
ServiceLocatorUtilities.bind(org.glassfish.hk2.api.ServiceLocator, Binder...)
method for each binder given. - bind(DynamicConfiguration) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- bind(DynamicConfiguration) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Called at the appropriate time by the
ServiceLocatorTestRule.configureServiceLocator(ServiceLocator, Description)
method in case subclasses wish to add services to theServiceLocator
being configured. - bind(DynamicConfiguration, BufferedReader) - Static method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Reads the HK2 locator file represented by the supplied
BufferedReader
and binds theDescriptor
s it represents. - bind(DynamicConfiguration, AnnotatedElement) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Retrieves any
Annotation
s found on the suppliedAnnotatedElement
and calls theServiceLocatorTestRule.bind(DynamicConfiguration, Collection)
method supplying them as the second parameter. - bind(DynamicConfiguration, String) - Static method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Using the context
ClassLoader
, gets all classpath resources with the suppliedlocatorResourceName
, and iterates through them, calling theServiceLocatorTestRule.bind(DynamicConfiguration, URL)
method for each one. - bind(DynamicConfiguration, URL) - Static method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Opens an
InputStream
to the suppliedURL
, wraps aBufferedReader
around it, and calls theServiceLocatorTestRule.bind(DynamicConfiguration, BufferedReader)
method. - bind(DynamicConfiguration, Collection<? extends Annotation>) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Recursively examines the
Annotation
s supplied looking for instances of theClasses
,InhabitantFiles
andPackages
annotations, and, using the binding methods on the suppliedDynamicConfiguration
bindsDescriptor
s for those "reachable" classes into the configuration. - bind(DynamicConfiguration, Set<String>) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Binds all
Class
es "reachable" from the supplied packages. - bind(DynamicConfiguration, Classes) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
- bind(DynamicConfiguration, InhabitantFiles) - Static method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Gathers all classpath resource names found in the supplied
InhabitantFiles
annotation representing HK2 locator files and calls theServiceLocatorTestRule.bind(DynamicConfiguration, String)
method for each such entry found. - bind(DynamicConfiguration, Packages) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
- bind(FactoryDescriptors) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This method will bind the descriptors found in the
FactoryDescriptors
. - bind(FactoryDescriptors) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This method will bind the descriptors found in the
FactoryDescriptors
. - bind(FactoryDescriptors) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- bind(FactoryDescriptors, boolean) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This method will bind the descriptors found in the
FactoryDescriptors
. - bind(FactoryDescriptors, boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- bind(FactoryDescriptors, boolean) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- bind(ServiceLocator, Binder...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will bind all of the binders given together in a single config transaction.
- bind(Binder...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will create or find a ServiceLocator with the name "default" and bind all of the binders given together in a single config transaction.
- bind(T) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Start building a new instance-based service binding.
- BIND - Enum constant in enum org.glassfish.hk2.api.Operation
-
The descriptor is being bound
- BIND_TRACING_PATTERN - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- BIND_TRACING_PATTERN_PROPERTY - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- BIND_TRACING_STACKS - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- BIND_TRACING_STACKS_PROPERTY - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- bindAsContract(Class<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Start building a new class-based service binding.
- bindAsContract(Type) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Start building a new generic type-based service binding.
- bindAsContract(TypeLiteral<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Start building a new generic type-based service binding.
- Binder - Interface in org.glassfish.hk2.utilities
-
The binder is used in conjunction with the
ServiceLocatorUtilities.bind(org.glassfish.hk2.api.ServiceLocator, Binder...)
method in order to add (or remove) services to a ServiceLocator. - bindFactory(Class<? extends Factory<T>>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Start building a new factory class-based service binding.
- bindFactory(Class<? extends Factory<T>>, Class<? extends Annotation>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Start building a new factory class-based service binding.
- bindFactory(Factory<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Start building a new factory instance-based service binding.
- BindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
-
Base binding builder (marker) interface.
- BindingBuilderFactory - Class in org.glassfish.hk2.utilities.binding
-
HK2 injection binding utility methods.
- BindingBuilderFactory() - Constructor for class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
- Blue - Annotation Type in org.jvnet.hk2.metadata.tests
-
The class file for this must be copied into resources if this should change
- bMethod(float[]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService
- body - Variable in class org.glassfish.hk2.stub.generator.StubProcessor.TypeMirrorOutputs
- BootException - Exception Class in com.sun.enterprise.module.bootstrap
-
Signals a fatal error in the module system launch.
- BootException(String) - Constructor for exception class com.sun.enterprise.module.bootstrap.BootException
- BootException(String, Throwable) - Constructor for exception class com.sun.enterprise.module.bootstrap.BootException
- BootException(Throwable) - Constructor for exception class com.sun.enterprise.module.bootstrap.BootException
- BRIDGE_NAME_POSTFIX - Static variable in class org.glassfish.hk2.extras.ExtrasUtilities
- BRIDGE_NAME_PREFIX - Static variable in class org.glassfish.hk2.extras.ExtrasUtilities
- bridgeServiceLocator(ServiceLocator, ServiceLocator) - Static method in class org.glassfish.hk2.extras.ExtrasUtilities
-
This method will bridge all non-local services from the from ServiceLocator into the into ServiceLocator.
- BUFFER_SIZE - Static variable in class com.sun.enterprise.module.maven.HK2GenerateMojo
- build() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Build the final ParsingContext with the provided configuration.
- build() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- build() - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- build() - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
Generates a descriptor that can be used in binding operations
- build() - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
Generates a descriptor that can be used in binding operations
- Builder() - Constructor for class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
- BuilderHelper - Class in org.glassfish.hk2.utilities
-
This class is used to generate DescriptorBuilders to be used as a simple mechanism to create a Filter or Descriptor.
- BuilderHelper() - Constructor for class org.glassfish.hk2.utilities.BuilderHelper
- builders - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- buildFactory() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
-
Deprecated.
- buildFactory() - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- buildFactory() - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
Deprecated.Use buildProvideMethod instead
- buildFactory() - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
Generates a factory descriptor that can be used in binding operations.
- buildFactory(Class<? extends Annotation>) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- buildFactory(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
Generates a factory descriptor that can be used in binding operations.
- buildFactory(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- buildFactory(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
Generates a factory descriptor that can be used in binding operations.
- buildProvideMethod() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- buildProvideMethod() - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
Generates a descriptor that can be used in binding operations that describes a factorys provide method
- BuiltActiveDescriptor() - Constructor for class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
-
For serialization
- BuiltActiveDescriptor(Class<?>, Set<Type>, Annotation, Class<? extends Annotation>, String, Set<Annotation>, DescriptorType, DescriptorVisibility, int, Boolean, Boolean, String, Map<String, List<String>>, HK2Loader, Type) - Constructor for class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
- BUNDLE_IMPORT_NAME - Static variable in class com.sun.enterprise.module.ManifestConstants
-
List of modules that this module depends on.
- BUNDLE_NAME - Static variable in class com.sun.enterprise.module.ManifestConstants
-
Module name.
- BUNDLE_VERSION - Static variable in class com.sun.enterprise.module.ManifestConstants
-
Bundle Version
- bundleChanged(BundleEvent) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.BundleTracker
- bundleContext - Variable in class org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
- bundleContext - Variable in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- bundleId - Variable in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersPerBundle
- bundleTracker - Variable in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- BundleTracker() - Constructor for class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.BundleTracker
- byKey - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- byKey - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- byKey(String) - Method in interface org.glassfish.hk2.configuration.api.ChildIterable
-
Gets the child with the given key.
- byKey(String) - Method in class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- byKeyNotWeak - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- byKeyNotWeak - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- ByteArrayInhabitantsDescriptor - Class in com.sun.enterprise.module.common_impl
-
Implementation of
InhabitantsDescriptor
that loads the inhabitants meta-data from a byte array (usually coming from a inhabitant file). - ByteArrayInhabitantsDescriptor(String, byte[]) - Constructor for class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
- ByteArrayInhabitantsDescriptor(URL, byte[]) - Constructor for class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
C
- c - Variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- cache - Variable in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- cache - Variable in class org.glassfish.hk2.utilities.cache.Cache
- cache - Variable in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- cache - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache
- Cache<K,
V> - Class in org.glassfish.hk2.utilities.cache -
Cache implementation that relies on FutureTask.
- Cache(Computable<K, V>) - Constructor for class org.glassfish.hk2.utilities.cache.Cache
-
Create new cache with given computable to compute values.
- Cache(Computable<K, V>, Cache.CycleHandler<K>) - Constructor for class org.glassfish.hk2.utilities.cache.Cache
-
Create new cache with given computable and cycle handler.
- CACHE_SIZE - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- Cache.CycleHandler<K> - Interface in org.glassfish.hk2.utilities.cache
-
Should a cycle be detected during computation of a value for given key, this interface allows client code to register a callback that would get invoked in such a case.
- Cache.OriginThreadAwareFuture - Class in org.glassfish.hk2.utilities.cache
-
Helper class, that remembers the future task origin thread, so that cycles could be detected.
- cachedValue - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- cachedValue - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- CacheEntry - Interface in org.glassfish.hk2.utilities.cache
-
This can be used to remove a specific cache entry from the cache, for better control of the caching release semantics
- CacheEntryImpl(K, V, LRUCacheCheapRead<K, V>) - Constructor for class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl
- CacheEntryImplComparator() - Constructor for class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImplComparator
- CacheEntryImplComparator() - Constructor for class org.glassfish.hk2.utilities.cache.LRUHybridCache.CacheEntryImplComparator
- cacheKey - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- cacheKey - Variable in class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- cacheKey - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- CacheKey - Class in org.jvnet.hk2.internal
-
This is the cache key, which encapsulates very specific lookup queries.
- CacheKey(Type, String, Unqualified, Annotation...) - Constructor for class org.jvnet.hk2.internal.CacheKey
-
Key used for LRU cache
- CacheKeyFilter<K> - Interface in org.glassfish.hk2.utilities.cache
-
This is used by the cache to remove a series of entries that match this filter
- cacheLock - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- cacheSet - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- cacheSet - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- CacheUtilities - Class in org.glassfish.hk2.utilities.cache
-
Utilities for creating caches
- CacheUtilities() - Constructor for class org.glassfish.hk2.utilities.cache.CacheUtilities
- calculateProgenitorAddsAndRemoves() - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- callAllConfigurationListeners(List<ServiceHandle<?>>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- callListenerAdded(ServiceLocator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- callValidate(ValidationService, ValidationInformation) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Must have read lock held
- cancel() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- cancel() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- cancel() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- cancel() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- cancel() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
If there is a current procedure in process this method will get it and cancel it
- cancel(boolean) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- cancel(boolean) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- cancel(boolean) - Method in interface org.glassfish.hk2.runlevel.RunLevelFuture
-
The cancel method attempts to cancel the current running job (if the job is not already completed or already cancelled).
- cancel(boolean) - Method in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- cancel(boolean) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- cancelled - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- cancelled - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- cancelled - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- cancelled - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- cancelTimeout - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- cancelTimeout - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- cancelTimeout - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- cancelTimeout - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- CancelTimer(CurrentTaskFuture.UpOneLevel) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.CancelTimer
- candidate - Variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- canLoadResources() - Method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- caput - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownQueueRunner
- CarValue(V) - Constructor for class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.CarValue
- cast(Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Casts this thing to the given type
- catJarEntry(JarFile, JarEntry, OutputStream) - Method in class com.sun.enterprise.module.maven.HK2GenerateMojo
- Change - Interface in org.glassfish.hk2.configuration.hub.api
-
This represents a single change made to a
BeanDatabase
- Change.ChangeCategory - Enum in org.glassfish.hk2.configuration.hub.api
- ChangeableRunLevelFuture - Interface in org.glassfish.hk2.runlevel
- changeCategory - Variable in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- ChangeCategory() - Constructor for enum org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
- changed(Module) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Modules can notify their registry that they have changed (classes, resources,etc...).
- changed(Module) - Method in interface com.sun.enterprise.module.ModuleChangeListener
-
a module has detected that one or more of its resources (classes, jar...) has changed and should be reloaded.
- ChangeImpl - Class in org.glassfish.hk2.configuration.hub.internal
- ChangeImpl(Change.ChangeCategory, Type, String, Instance, Instance, List<PropertyChangeEvent>) - Constructor for class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- changeProposedLevel(int) - Method in interface org.glassfish.hk2.runlevel.ChangeableRunLevelFuture
-
Changes the proposedLevel of this future.
- changeProposedLevel(int) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- changes - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- changeType - Variable in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- CHECK_METHOD - Static variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- checkConfiguration(DynamicConfigurationImpl) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Checks the configuration operation before anything happens to the internal data structures.
- CheckConfigurationData(List<SystemDescriptor<?>>, boolean, boolean, boolean, boolean, boolean, HashSet<String>, boolean, TwoPhaseTransactionData) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- checkDescriptor(Descriptor) - Static method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- checkFactoryType(Class<?>, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Checks to be sure the Factory class is ok
- checkLookupType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Checks that the incoming lookup type is not improper in some way
- checkParentage(ServiceLocator, ServiceLocator) - Static method in class org.glassfish.hk2.extras.ExtrasUtilities
- checkReifiedDescriptor(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- checkState() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- checkState() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- checkState() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- checkState() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- checkState() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- checkState() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- ChildFilter - Class in org.glassfish.hk2.configuration.internal
- ChildFilter(Type, String) - Constructor for class org.glassfish.hk2.configuration.internal.ChildFilter
- ChildFilter(Type, String, String) - Constructor for class org.glassfish.hk2.configuration.internal.ChildFilter
- ChildInject - Annotation Type in org.glassfish.hk2.configuration.api
-
This Injection point indicator can be used for services that have a hierarchical names.
- ChildInjectResolverImpl - Class in org.glassfish.hk2.configuration.internal
- ChildInjectResolverImpl() - Constructor for class org.glassfish.hk2.configuration.internal.ChildInjectResolverImpl
- ChildIterable<T> - Interface in org.glassfish.hk2.configuration.api
-
This interface can be used in conjunction with the
ChildInject
annotation to get the current list of children for this injection point - ChildIterableImpl<T> - Class in org.glassfish.hk2.configuration.internal
- ChildIterableImpl(ServiceLocator, Type, String, String) - Constructor for class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- children - Variable in class org.glassfish.hk2.extras.operation.internal.OperationManagerImpl
- children - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- childType - Variable in class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- CLASS - Enum constant in enum org.glassfish.hk2.api.DescriptorType
-
This is a class based descriptor, and so the associated implementation class must have a proper constructor (either a no-argument constructor or one marked with Inject)
- CLASS_PATH - Static variable in class com.sun.enterprise.module.ManifestConstants
-
List of other jar files in this module.
- CLASS_PATH_ID - Static variable in class com.sun.enterprise.module.ManifestConstants
-
List of other jar files in this module.
- CLASS_PATH_PROP - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
- CLASS_PATH_PROP - Static variable in class org.jvnet.hk2.testing.junit.HK2Runner
- class2Subscribers - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- classAnalysisName - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- classAnalyzer - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- ClassAnalyzer - Interface in org.glassfish.hk2.api
-
When HK2 automatically analyzes a class to find the constructor, fields, initializer methods and postConstruct and preDestroy methods it uses this service to analyze the class.
- classAnalyzerLock - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- classAnalyzerModificationMade - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- classAnalyzers - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- ClassBasedBindingBuilder(Class<T>, Type) - Constructor for class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.ClassBasedBindingBuilder
- classContext - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- classes - Variable in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.Visitor
-
A
Set
ofClass
es that will be added to by theServiceLocatorTestRule.Visitor.visitAnnotation(String, boolean)
method. - Classes - Annotation Type in org.jvnet.hk2.testing.junit.annotations
-
A set of classes that should be analyzed as services, whether they declare @Service or not.
- CLASSES - Static variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- classesLoaded - Variable in class com.sun.enterprise.module.impl.ClassLoaderFacade
- classLevelGenerators - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- classLoader - Variable in class com.sun.enterprise.module.single.ProxyModule
- classLoader - Variable in class com.sun.enterprise.module.single.ProxyModuleDefinition
- classLoader - Variable in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- ClassLoaderFacade - Class in com.sun.enterprise.module.impl
-
Facade for
ModuleClassLoader
to only expose public classes. - ClassLoaderFacade(ModuleClassLoader) - Constructor for class com.sun.enterprise.module.impl.ClassLoaderFacade
-
Creates a new instance of ClassLoaderFacade
- ClassLoaderPostProcessor - Class in org.glassfish.hk2.utilities
-
This is a
PopulatorPostProcessor
that adds anHK2Loader
based on a ClassLoader. - ClassLoaderPostProcessor(ClassLoader) - Constructor for class org.glassfish.hk2.utilities.ClassLoaderPostProcessor
-
Creates a
PopulatorPostProcessor
that will set the HK2Loader of descriptors added withPopulator.populate(org.glassfish.hk2.api.DescriptorFileFinder, PopulatorPostProcessor...)
. - ClassLoaderPostProcessor(ClassLoader, boolean) - Constructor for class org.glassfish.hk2.utilities.ClassLoaderPostProcessor
-
Creates a
PopulatorPostProcessor
that will set the HK2Loader of descriptors added withPopulator.populate(org.glassfish.hk2.api.DescriptorFileFinder, PopulatorPostProcessor...)
- ClassLoaderProxy - Class in com.sun.enterprise.module.impl
-
ClassLoaderProxy capable of loading classes from itself but also from other class loaders
- ClassLoaderProxy(URL[], ClassLoader) - Constructor for class com.sun.enterprise.module.impl.ClassLoaderProxy
-
Creates a new instance of ClassLoader
- classModel - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.FieldVisitingContext
- ClassModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Model that represents a class
- ClassModelActivator - Class in org.glassfish.hk2.classmodel.reflect.util
-
Created with IntelliJ IDEA.
- ClassModelActivator() - Constructor for class org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
- ClassModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of a class model
- ClassModelImpl(String, TypeProxy<Type>, TypeProxy) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
- className - Variable in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.Visitor
-
The fully qualified class name of the
Class
being visited. - classpath - Variable in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- classPath - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- CLASSPATH - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
- ClassPathBasedModulesRegistry - Class in com.sun.enterprise.module.single
-
Implements a modules registry based on a class-path style of module description using a single class loader (capable of loading the entire class-path)
- ClassPathBasedModulesRegistry(ClassLoader, String) - Constructor for class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- ClasspathDescriptorFileFinder - Class in org.glassfish.hk2.bootstrap.impl
-
Deprecated.Use org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- ClasspathDescriptorFileFinder - Class in org.glassfish.hk2.utilities
-
This is an implementation of
DescriptorFileFinder
that uses a particular classloader in order to find descriptor files. - ClasspathDescriptorFileFinder() - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
-
Deprecated.
- ClasspathDescriptorFileFinder() - Constructor for class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
-
If this constructor is used then HK2 descriptor files will be found by looking in the classpath of the process.
- ClasspathDescriptorFileFinder(ClassLoader) - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
-
Deprecated.
- ClasspathDescriptorFileFinder(ClassLoader) - Constructor for class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
-
This constructor can be used to select the particular classloader to search for HK2 descriptor files.
- ClasspathDescriptorFileFinder(ClassLoader, String) - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
-
Deprecated.
- ClasspathDescriptorFileFinder(ClassLoader, String...) - Constructor for class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
-
This constructor can be used to select the particular classloader to search for HK2 descriptor files.
- classReflectionHelper - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- ClassReflectionHelper - Interface in org.glassfish.hk2.utilities.reflection
-
An interface representing useful reflection utilities
- ClassReflectionHelperImpl - Class in org.glassfish.hk2.utilities.reflection.internal
- ClassReflectionHelperImpl() - Constructor for class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- ClassReflectionHelperImpl.LifecycleKey - Class in org.glassfish.hk2.utilities.reflection.internal
- ClassReflectionHelperUtilities - Class in org.glassfish.hk2.utilities.reflection.internal
- ClassReflectionHelperUtilities() - Constructor for class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- ClassVisitingContext() - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ClassVisitingContext
- ClassVisitorImpl - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl - Class in org.jvnet.hk2.testing.junit.internal
- ClassVisitorImpl(ServiceLocator, boolean, Set<String>) - Constructor for class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
-
Creates this with the config to add to if this is a service
- ClassVisitorImpl(Utilities, boolean, List<File>) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl
-
Creates this with the config to add to if this is a service
- ClassVisitorImpl.ConfiguredMethodVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.ContractsProvidedAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.DecorateAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.DecorateData - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.GeneratedNameMethodFinderVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.MetadataAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.MethodRankAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.MethodUseProxyAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.MethodVisibilityAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.MethodVisitorImpl - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.NamedAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.RankAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.ServiceAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.UseProxyAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- ClassVisitorImpl.VisibilityAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- clazz - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.ActivatorClassKey
- clazz - Variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl.LifecycleKey
- clazz - Variable in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- clazz(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Makes a nice, pretty class (without the package name)
- clazzCreator - Variable in class org.jvnet.hk2.internal.ConstructorActionImpl
- ClazzCreator<T> - Class in org.jvnet.hk2.internal
- ClazzCreator(ServiceLocatorImpl, Class<?>) - Constructor for class org.jvnet.hk2.internal.ClazzCreator
- ClazzCreator.ResolutionInfo - Class in org.jvnet.hk2.internal
- clean(Class<?>) - Method in interface org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
Removes this class (and all appropriate sub-classes) from the cache
- clean(Class<?>) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- clear() - Method in class com.sun.enterprise.module.single.ManifestProxy
- clear() - Method in class org.glassfish.hk2.utilities.cache.Cache
-
Empty cache.
- clear() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- clear() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Empty the cache.
- clear() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Clears the current cache, making the current size zero
- clear() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- clear() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- clear() - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Sets the clock size back to zero, no entries
- clear() - Method in interface org.glassfish.hk2.utilities.general.WeakHashLRU
-
Removes all entries from this LRU
- clear() - Method in class org.jvnet.hk2.internal.IndexedListData
- clearErrors() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- clearMetadata() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes all metadata values
- clearNonVisitedEntries() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
- clearReflectionCache() - Method in interface org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean
-
Clears all entries from the HK2 reflection cache.
- clearReflectionCache() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- clearReflectionCache() - Method in class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- clearServiceCache() - Method in interface org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean
-
Clears all entries from the HK2 service cache.
- clearServiceCache() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- clearServiceCache() - Method in class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- clearStale() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- clearStaleReferences() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- clearStaleReferences() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Causes stale references to be cleared from the data structures.
- clearStaleReferences() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- clearStaleReferences() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- clearStaleReferences() - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Causes stale references to be cleared from the data structures.
- clearStaleReferences() - Method in interface org.glassfish.hk2.utilities.general.WeakHashLRU
-
Causes stale references to be cleared from the data structures.
- cLoader - Variable in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- clone() - Method in class org.jvnet.hk2.component.MultiMap
-
Creates a copy of the map that contains the exact same key and value set.
- close() - Method in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
-
Called to close this log handler.
- close() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
- close() - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- close() - Method in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
- close() - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- close() - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- close() - Method in class org.jvnet.hk2.generator.internal.Utilities
- close() - Method in interface org.jvnet.hk2.internal.Closeable
-
Idempotent close method.
- close() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- Closeable - Interface in org.jvnet.hk2.internal
-
A closeable object is one that can be closed once, and can not be opened again
- closed - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- closed - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- CLOSED - Enum constant in enum org.glassfish.hk2.extras.operation.OperationState
-
The Operation has been closed
- closeOperation() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- closeOperation() - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
suspends this Operation on all threads where it is associated and closes the operation.
- closeOperation(OperationHandleImpl<T>) - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
-
Called with the operationLock held
- closeOperation(OperationHandleImpl<T>) - Method in class org.glassfish.hk2.extras.operation.OperationContext
- closingOperations - Variable in class org.glassfish.hk2.extras.operation.OperationContext
- cMethod(AbstractBaseService.InnerEnum) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService
- collection(Collection<?>) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Returns a pretty string representing the collection
- Collector - Class in org.jvnet.hk2.internal
-
This class collects errors, and can then also produce a MultiException from those errors if necessary
- Collector() - Constructor for class org.jvnet.hk2.internal.Collector
- com.sun.enterprise.module - package com.sun.enterprise.module
- com.sun.enterprise.module.bootstrap - package com.sun.enterprise.module.bootstrap
- com.sun.enterprise.module.common_impl - package com.sun.enterprise.module.common_impl
- com.sun.enterprise.module.impl - package com.sun.enterprise.module.impl
- com.sun.enterprise.module.maven - package com.sun.enterprise.module.maven
- com.sun.enterprise.module.single - package com.sun.enterprise.module.single
- COMMA - Static variable in class org.glassfish.hk2.extras.ExtrasUtilities
- COMMA_STRING - Static variable in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- commit() - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This causes the configuration to get committed.
- commit() - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
This method should be called when the writeable database should become the current database.
- commit() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- commit() - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This causes the configuration to get committed.
- commit() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- commit(Object) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
This method should be called when the writeable database should become the current database.
- commit(Object) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- commitDatabaseChange(BeanDatabase, BeanDatabase, Object, List<Change>) - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabaseUpdateListener
-
This method is called after the change of database has already happened.
- commitDatabaseChange(BeanDatabase, BeanDatabase, Object, List<Change>) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- CommitFailedException - Exception Class in org.glassfish.hk2.configuration.hub.api
-
All exceptions from
BeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception - CommitFailedException() - Constructor for exception class org.glassfish.hk2.configuration.hub.api.CommitFailedException
- CommitFailedException(Throwable) - Constructor for exception class org.glassfish.hk2.configuration.hub.api.CommitFailedException
- commitMessage - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- committed - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- committed - Variable in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- CommonModelRegistry - Class in org.glassfish.hk2.classmodel.reflect.util
- CommonModelRegistry() - Constructor for class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- COMPARATOR - Static variable in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- COMPARATOR - Static variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache
- compare(Descriptor, Descriptor) - Method in class org.jvnet.hk2.internal.DescriptorComparator
- compare(ServiceHandle<?>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceHandleComparator
- compare(LRUCacheCheapRead.CacheEntryImpl<?, ?>, LRUCacheCheapRead.CacheEntryImpl<?, ?>) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImplComparator
- compare(LRUHybridCache.OriginThreadAwareFuture, LRUHybridCache.OriginThreadAwareFuture) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.CacheEntryImplComparator
- compare(DescriptorImpl, DescriptorImpl) - Method in class org.glassfish.hk2.metadata.generator.ServiceProcessor.DescriptorComparitor
- compare(DescriptorImpl, DescriptorImpl) - Method in class org.jvnet.hk2.generator.internal.DescriptorComparitor
- compare(SystemDescriptor<Object>, SystemDescriptor<Object>) - Method in class org.jvnet.hk2.internal.SingletonContext.GenerationComparator
- compareStringMaps(Set<String>, Set<String>) - Static method in class org.glassfish.hk2.metadata.generator.ServiceProcessor.DescriptorComparitor
- compareStringMaps(Set<String>, Set<String>) - Static method in class org.jvnet.hk2.generator.internal.DescriptorComparitor
- complete() - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- complete(DynamicConfiguration, HK2Loader) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.ClassBasedBindingBuilder
- complete(DynamicConfiguration, HK2Loader) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Build the binding descriptor and bind it in the
dynamic configuration
. - complete(DynamicConfiguration, HK2Loader) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.FactoryInstanceBasedBindingBuilder
- complete(DynamicConfiguration, HK2Loader) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.FactoryTypeBasedBindingBuilder
- complete(DynamicConfiguration, HK2Loader) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.InstanceBasedBindingBuilder
- completedJobs - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- completedListeners - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl.TwoPhaseResourceImpl
- ComplexA - Interface in org.jvnet.hk2.metadata.tests
- ComplexB - Interface in org.jvnet.hk2.metadata.tests
-
This one is NOT a contract
- ComplexC - Interface in org.jvnet.hk2.metadata.tests
- ComplexD - Interface in org.jvnet.hk2.metadata.tests
-
Not a contract
- ComplexDImpl - Class in org.jvnet.hk2.metadata.tests
-
Is a contract
- ComplexDImpl() - Constructor for class org.jvnet.hk2.metadata.tests.ComplexDImpl
- ComplexE - Interface in org.jvnet.hk2.metadata.tests
- ComplexEImpl - Class in org.jvnet.hk2.metadata.tests
-
Not a contract but implements a contract
- ComplexEImpl() - Constructor for class org.jvnet.hk2.metadata.tests.ComplexEImpl
- ComplexF - Interface in org.jvnet.hk2.metadata.tests
- ComplexFactory - Class in org.jvnet.hk2.metadata.tests
-
A factory thar produces a complex object type
- ComplexFactory() - Constructor for class org.jvnet.hk2.metadata.tests.ComplexFactory
- ComplexG - Interface in org.jvnet.hk2.metadata.tests
- ComplexImpl - Class in org.jvnet.hk2.metadata.tests
-
Not annotated with @Service but is produced by a factory
- ComplexImpl() - Constructor for class org.jvnet.hk2.metadata.tests.ComplexImpl
- COMPONENT() - Constructor for enum org.glassfish.hk2.maven.Version.COMPONENT
- CompositeEnumeration - Class in com.sun.enterprise.module.common_impl
-
We need a compound enumeration so that we can aggregate the results from various delegates.
- CompositeEnumeration(List<Enumeration<URL>>) - Constructor for class com.sun.enterprise.module.common_impl.CompositeEnumeration
- computable - Variable in class org.glassfish.hk2.utilities.cache.Cache
- computable - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- computable - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache
- Computable<K,
V> - Interface in org.glassfish.hk2.utilities.cache -
Utility interface to capture generic computation of type V from type K.
- computation - Variable in exception class org.glassfish.hk2.utilities.cache.ComputationErrorException
- ComputationErrorException - Exception Class in org.glassfish.hk2.utilities.cache
-
This exception should be thrown from the
Computable.compute(Object)
method if the returned computation should NOT be kept in the cache. - ComputationErrorException() - Constructor for exception class org.glassfish.hk2.utilities.cache.ComputationErrorException
- ComputationErrorException(Object) - Constructor for exception class org.glassfish.hk2.utilities.cache.ComputationErrorException
- compute(K) - Method in class org.glassfish.hk2.utilities.cache.Cache
- compute(K) - Method in interface org.glassfish.hk2.utilities.cache.Computable
-
Defines an expensive computation to retrieve value V from key K.
- compute(K) - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- compute(K) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
- compute(K) - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
The method used to get or add values to this cache
- computeAEAI(AnnotatedElement) - Static method in class org.jvnet.hk2.internal.Utilities
-
Represents a cache miss, and will fetch all of the information needed about the AnnotatedElement in order to quickly determine what its resolver would be
- computeElementAnnotationInfo(AnnotatedElement) - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
- ConcreteComplexFactory<A,
B> - Class in org.jvnet.hk2.metadata.tests.complextypefactory - ConcreteComplexFactory() - Constructor for class org.jvnet.hk2.metadata.tests.complextypefactory.ConcreteComplexFactory
- ConcreteFactory<F> - Class in org.jvnet.hk2.metadata.tests
-
The class that corresponds to the Factory provide method is not first, it is not last, it is somewhere in the middle (the Integer)
- ConcreteFactory() - Constructor for class org.jvnet.hk2.metadata.tests.ConcreteFactory
- config - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
- config - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- config(ParsingConfig) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Sets the parsing config that can be used to select which types should be exhaustively visited (fields + methods visits) or not.
- configListeners - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- ConfigPopulator - Interface in org.glassfish.hk2.bootstrap
-
Basic interface for populating a service locator with configuration data
- configuration - Variable in class org.glassfish.hk2.utilities.binding.AbstractBinder
- configuration() - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Get the active
binder factory
instance used for binding configuration. - configurationChanged() - Method in interface org.glassfish.hk2.api.DynamicConfigurationListener
-
This method is called when the set of descriptors in this service locator has been changed.
- configurationChanged() - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener.DescriptorListener
- configurationChanged() - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- configurationChanged() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- configurationChanged() - Method in class org.glassfish.hk2.internal.ImmediateHelper
- ConfigurationListener - Class in org.glassfish.hk2.configuration.internal
- ConfigurationListener() - Constructor for class org.glassfish.hk2.configuration.internal.ConfigurationListener
- ConfigurationListener.DescriptorListener - Class in org.glassfish.hk2.configuration.internal
- ConfigurationListener.ModificationInformation - Class in org.glassfish.hk2.configuration.internal
- configurationService - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- ConfigurationUtilities - Class in org.glassfish.hk2.configuration.api
-
Useful utilities for using the hk2 configuration system
- ConfigurationUtilities() - Constructor for class org.glassfish.hk2.configuration.api.ConfigurationUtilities
- ConfigurationValidationService - Class in org.glassfish.hk2.configuration.internal
- ConfigurationValidationService() - Constructor for class org.glassfish.hk2.configuration.internal.ConfigurationValidationService
- configure() - Method in class org.glassfish.hk2.extras.events.internal.TopicDistributionModule
- configure() - Method in class org.glassfish.hk2.runlevel.RunLevelServiceModule
- configure() - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Implement to provide binding definitions using the exposed binding methods.
- configure() - Method in class org.glassfish.hk2.utilities.EnableLookupExceptionsModule
- configure() - Method in class org.glassfish.hk2.utilities.ImmediateScopeModule
- configure() - Method in class org.glassfish.hk2.utilities.InheritableThreadScopeModule
- configure() - Method in class org.glassfish.hk2.utilities.PerThreadScopeModule
- configure(DynamicConfiguration) - Method in interface org.jvnet.hk2.testing.junit.HK2TestModule
-
Allows the test to easily configure their test
- Configured - Annotation Type in org.glassfish.hk2.configuration.api
-
This annotation is placed on fields or on parameters of methods or constructors to indicate that these fields or parameters should come from the configuration instance of the type defined by the
ConfiguredBy
annotation on the class. - CONFIGURED_CLASS_FORM - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- CONFIGURED_CONTRACT - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- ConfiguredBy - Annotation Type in org.glassfish.hk2.configuration.api
-
This annotation is put onto classes to indicate that they should be created based on the availability of instances of a specify type of configuration in the
Hub
- ConfiguredBy.CreationPolicy - Enum in org.glassfish.hk2.configuration.api
- configuredByContext - Variable in class org.glassfish.hk2.configuration.internal.ChildInjectResolverImpl
- ConfiguredByContext - Class in org.glassfish.hk2.configuration.internal
- ConfiguredByContext() - Constructor for class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- ConfiguredByInjectionResolver - Class in org.glassfish.hk2.configuration.internal
- ConfiguredByInjectionResolver() - Constructor for class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- ConfiguredMethodVisitor(String, String, String) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ConfiguredMethodVisitor
- ConfiguredValidator - Class in org.glassfish.hk2.configuration.internal
- ConfiguredValidator() - Constructor for class org.glassfish.hk2.configuration.internal.ConfiguredValidator
- configureServiceLocator(ServiceLocator, Description) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Configures the supplied
ServiceLocator
for use by the test described by the suppliedDescription
. - ConstantActiveDescriptor<T> - Class in org.glassfish.hk2.internal
- ConstantActiveDescriptor<T> - Class in org.jvnet.hk2.internal
- ConstantActiveDescriptor() - Constructor for class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
For serializable
- ConstantActiveDescriptor() - Constructor for class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
For serialization
- ConstantActiveDescriptor(T, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, int, Boolean, Boolean, String, long, Map<String, List<String>>) - Constructor for class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
Constructor with more control over the fields of the descriptor
- ConstantActiveDescriptor(T, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, Boolean, Boolean, String, Map<String, List<String>>, int) - Constructor for class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
Creates the constant descriptor
- ConstantActiveDescriptor(T, ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
Creates a constant active descriptor with the given locator
- Constants - Class in org.glassfish.hk2.utilities.reflection
- Constants - Class in org.jvnet.hk2.metadata.tests
- Constants() - Constructor for class org.glassfish.hk2.utilities.reflection.Constants
- Constants() - Constructor for class org.jvnet.hk2.metadata.tests.Constants
- construct(Constructor<?>, Object[], boolean, List<ConstructorInterceptor>) - Static method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler
-
Call this to construct objects taking constructor interceptors into consideration
- construct(Constructor<?>, Object[], boolean, List<ConstructorInterceptor>, ConstructorAction) - Static method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler
-
Call this to construct objects taking constructor interceptors into consideration
- constructor(Constructor<?>) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Make a nice pretty string out of the constructor and all its parameters
- CONSTRUCTOR_FILTER - Static variable in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- CONSTRUCTOR_NAME - Static variable in class org.glassfish.hk2.utilities.reflection.Pretty
- ConstructorAction - Interface in org.jvnet.hk2.internal
-
This represents the action used in order to create an object.
- ConstructorActionImpl<T> - Class in org.jvnet.hk2.internal
- ConstructorActionImpl(ClazzCreator<T>, Map<Method, List<MethodInterceptor>>) - Constructor for class org.jvnet.hk2.internal.ConstructorActionImpl
- ConstructorInterceptorHandler - Class in org.jvnet.hk2.internal
- ConstructorInterceptorHandler() - Constructor for class org.jvnet.hk2.internal.ConstructorInterceptorHandler
- ConstructorInterceptorHandler.ConstructorInvocationImpl - Class in org.jvnet.hk2.internal
- ConstructorInvocationImpl(Constructor<?>, Object[], boolean, ConstructorAction, int, List<ConstructorInterceptor>, HashMap<String, Object>) - Constructor for class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- contains(K) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- contains(K) - Method in interface org.glassfish.hk2.utilities.general.WeakHashLRU
-
Tells if the given key is in the LRU
- contains(K, V) - Method in class org.jvnet.hk2.component.MultiMap
-
Checks if the map contains the given key(s), also extending the search to including the sub collection.
- containsKey(K) - Method in class org.glassfish.hk2.utilities.cache.Cache
-
Returns true if the key has already been cached.
- containsKey(K) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Returns true if the key has already been cached.
- containsKey(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Checks if the map contains the given key.
- containsKey(ActiveDescriptor<?>) - Method in interface org.glassfish.hk2.api.Context
-
Determines if this context has a value for the given key
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.extras.operation.OperationContext
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.InheritableThreadContext
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.PerThreadContext
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
The
Context
API for discovering if a descriptor has been created - containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.RunLevelContext
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.utilities.ImmediateContext
- containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
- containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
- context - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelAnnotationVisitor
- context - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelDefaultAnnotationVisitor
- context - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelFieldVisitor
- context - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelMethodVisitor
- context - Variable in class org.glassfish.hk2.classmodel.reflect.Parser
- context - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- context - Variable in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- context - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- context - Variable in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- Context<T> - Interface in org.glassfish.hk2.api
-
An implementation of this must be put into the system in order to create contextual instances of services.
- CONTEXT_NAME - Static variable in class org.glassfish.hk2.runlevel.RunLevelContext
-
The name under which this context will be advertised
- contextCache - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- ContextDuplicatePostProcessor - Class in com.sun.enterprise.module.bootstrap
-
Deprecated.Use DuplicatePostProcessor instead
- ContextDuplicatePostProcessor() - Constructor for class com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
-
Deprecated.
- contexts - Variable in class com.sun.enterprise.module.bootstrap.PlatformMain
- ContextualInput<T> - Class in org.glassfish.hk2.utilities
-
Used by several contexts for keeping the inputs of
Context.findOrCreate(ActiveDescriptor, ServiceHandle)
. - ContextualInput(ActiveDescriptor<T>, ServiceHandle<?>) - Constructor for class org.glassfish.hk2.utilities.ContextualInput
-
The inputs from the
Context.findOrCreate(ActiveDescriptor, ServiceHandle)
method - contract - Variable in class org.glassfish.hk2.internal.IndexedFilterImpl
- contract - Variable in class org.glassfish.hk2.internal.SpecificFilterImpl
- contract - Variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
The contract type of this descriptor.
- contract - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.UnqualifiedIndexedFilter
- Contract - Annotation Type in org.jvnet.hk2.annotations
-
This annotation is used by HK2 during automatic class analysis to indicate that a class or interface should be included in the list of contracts for a service
- CONTRACT_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- CONTRACT_WITH_SLASHES - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- ContractClassVisitor(List<File>, String, String) - Constructor for class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- ContractIndicator - Annotation Type in org.glassfish.hk2.api
-
This annotation is put on annotations that are used to mark things as hk2 contracts.
- ContractMethodVisitor(Utilities.ContractClassVisitor, String) - Constructor for class org.jvnet.hk2.generator.internal.Utilities.ContractMethodVisitor
- contractOrImpl - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- contracts - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- contracts - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- contracts - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Contracts the service should be bound to.
- contracts - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- contracts - Variable in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- contracts - Variable in class org.jvnet.hk2.generator.internal.Utilities.GenerateServiceFromMethodVisitor
- contracts - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- CONTRACTS_PROVIDED_CLASS_FORM - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- ContractsProvided - Annotation Type in org.jvnet.hk2.annotations
-
An explicit list of contracts provided.
- ContractsProvidedAnnotationVisitor() - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ContractsProvidedAnnotationVisitor
- ContractsProvidedService - Class in org.jvnet.hk2.metadata.tests
-
This service uses the
ContractsProvided
annotation - ContractsProvidedService() - Constructor for class org.jvnet.hk2.metadata.tests.ContractsProvidedService
- CONVENTION_POST_CONSTRUCT - Static variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- CONVENTION_PRE_DESTROY - Static variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- convertBean(String, Map<String, String>) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- convertJavaBeanToBeanLikeMap(ClassReflectionHelper, Object) - Static method in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
-
Converts a Java bean to a bean-like Map
- convertToFileFormat(String) - Static method in class org.jvnet.hk2.testing.junit.HK2Runner
- convertToOsgi(Version.COMPONENT) - Method in class org.glassfish.hk2.maven.Version
- convertValue(String, Class<?>) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- CookedLibRepository - Class in com.sun.enterprise.module.impl
- CookedLibRepository(String) - Constructor for class com.sun.enterprise.module.impl.CookedLibRepository
-
Creates a new instance of CookedLibRepository
- CookedModuleDefinition - Class in com.sun.enterprise.module.impl
- CookedModuleDefinition(File, Attributes) - Constructor for class com.sun.enterprise.module.impl.CookedModuleDefinition
-
Creates a new instance of CookedModuleDefinitionefinition
- core - Variable in class com.sun.enterprise.module.common_impl.AdapterIterator
- create(File) - Static method in class com.sun.enterprise.module.common_impl.Jar
- create(Class<T>) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method will analyze the given class, and create it if can.
- create(Class<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- create(Class<T>, boolean) - Static method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Create a new service binding builder.
- create(Class<T>, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method will analyze the given class, and create it if can.
- create(Class<T>, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- create(Type, boolean) - Static method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Create a new service binding builder.
- create(String) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Creates (or finds) a ServiceLocator.
- create(String) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- create(String, ServiceLocator) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Creates or finds a ServiceLocator.
- create(String, ServiceLocator) - Method in interface org.glassfish.hk2.extension.ServiceLocatorGenerator
-
Creates the ServiceLocator that will be used to generate the ServiceLocators
- create(String, ServiceLocator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- create(String, ServiceLocator) - Method in class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
- create(String, ServiceLocator, ServiceLocatorGenerator) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Creates or finds a ServiceLocator.
- create(String, ServiceLocator, ServiceLocatorGenerator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- create(String, ServiceLocator, ServiceLocatorGenerator, ServiceLocatorFactory.CreatePolicy) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Creates a ServiceLocator.
- create(String, ServiceLocator, ServiceLocatorGenerator, ServiceLocatorFactory.CreatePolicy) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- create(String, ServiceLocator, HK2TestModule...) - Static method in class org.jvnet.hk2.testing.junit.HK2TestUtilities
-
Will create a ServiceLocator after doing test-specific bindings from the TestModule
- create(String, HK2TestModule...) - Static method in class org.jvnet.hk2.testing.junit.HK2TestUtilities
- create(ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
Creates an instance of the ActiveDescriptor.
- create(ServiceHandle<?>) - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- create(ServiceHandle<?>) - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- create(ServiceHandle<?>) - Method in class org.glassfish.hk2.extras.operation.internal.OperationDescriptor
- create(ServiceHandle<?>) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
- create(ServiceHandle<?>) - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
- create(ServiceHandle<?>) - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
- create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- create(ServiceHandle<?>, SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.ClazzCreator
- create(ServiceHandle<?>, SystemDescriptor<?>) - Method in interface org.jvnet.hk2.internal.Creator
-
Creates an instance of the given type
- create(ServiceHandle<?>, SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.FactoryCreator
- create(TypeLiteral<T>, boolean) - Static method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Create a new service binding builder.
- create(T) - Static method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Create a new service binding builder.
- createAndInitialize(Class<U>) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method creates, injects and post-constructs an object with the given class.
- createAndInitialize(Class<U>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Creates, injects and postConstructs, all in one
- createAndInitialize(Class<U>, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method creates, injects and post-constructs an object with the given class.
- createAndInitialize(Class<U>, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Creates, injects and postConstructs, all in one
- createAndPopulateServiceLocator() - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method is often the first line of a stand-alone client that wishes to use HK2.
- createAndPopulateServiceLocator(String) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method is often the first line of a stand-alone client that wishes to use HK2.
- createAndStartOperation(T) - Method in class org.glassfish.hk2.extras.operation.internal.OperationManagerImpl
- createAndStartOperation(T) - Method in interface org.glassfish.hk2.extras.operation.OperationManager
-
Creates an OperationHandle that will be associated with the thread calling this method.
- createArchiveAdapter(File, Runnable) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
- createAutoDescriptor(Class<T>, ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
-
Creates a reified automatically generated descriptor
- createAutoFactoryDescriptor(Class<T>, ActiveDescriptor<?>, ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
-
Creates a reified automatically generated descriptor
- createCache(int) - Static method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Creates a cache with the given maximum cache size
- createCacheEntry(K, V, boolean) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Create cache entry for given values.
- createChild() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Creates a new child
ModulesRegistryImpl
in thisModulesRegistryImpl
. - createChild() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Creates a new child
ModulesRegistry
in thisModulesRegistry
. - createConstantDescriptor(T) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This creates a descriptor that will always return the given object.
- createConstantDescriptor(T, String, Type...) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This creates a descriptor that will always return the given object.
- createConstantServiceHandle(T) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Creates a ServiceHandle that will always return the given object from the
ServiceHandle.getService()
method. - createContractFilter(String) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns an indexed filter that will return all descriptors that have contract as an advertised contract
- createDescriptorFilter(Descriptor) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns a filter that will return true an IndexedFilter that will match the
DescriptorImpl.equals(Object)
return - createDescriptorFilter(Descriptor, boolean) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns a filter that will return true an IndexedFilter that will match the
DescriptorImpl.equals(Object)
return - createDescriptorFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This returns a DescriptorImpl based on the given class.
- createDescriptorIfService(InputStream, List<File>) - Method in class org.jvnet.hk2.generator.internal.Utilities
- createDynamicConfiguration() - Method in interface org.glassfish.hk2.api.DynamicConfigurationService
-
Creates a dynamic configuration that can be used to add or remove values to the system
- createDynamicConfiguration() - Method in class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
- createDynamicConfiguration(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method returns a
DynamicConfiguration
for use with adding and removing services to the givenServiceLocator
. - createExecutorService() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
- createFactoryBinder(Class<? extends Factory<T>>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Create a new service binding builder.
- createFactoryBinder(Factory<T>) - Static method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Create a new service binding builder.
- createFile() - Method in class org.glassfish.hk2.metadata.generator.ServiceProcessor
- createMe(Map<SystemInjecteeImpl, Object>) - Method in class org.jvnet.hk2.internal.ClazzCreator
- createMethodWrapper(Method) - Method in interface org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
Creates a method wrapper from the given method
- createMethodWrapper(Method) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- createMethodWrapper(Method) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Creates a method wrapper for the given method
- createModuleId(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
- createModuleId(ModuleDefinition) - Method in class com.sun.enterprise.module.impl.HK2Factory
- createModuleId(String, String) - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
- createModuleId(String, String) - Method in class com.sun.enterprise.module.impl.HK2Factory
- createModulesRegistry() - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
- createModulesRegistry() - Method in class com.sun.enterprise.module.impl.HK2Factory
- createNameAndContractFilter(String, String) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns an indexed filter that will return all descriptors that have the given name and given contract
- createNameFilter(String) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns an indexed filter that will return all descriptors that have the given name
- createOperation() - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- createOperation(T) - Method in class org.glassfish.hk2.extras.operation.internal.OperationManagerImpl
- createOperation(T) - Method in interface org.glassfish.hk2.extras.operation.OperationManager
-
Creates an OperationHandle.
- CreatePolicy() - Constructor for enum org.glassfish.hk2.api.ServiceLocatorFactory.CreatePolicy
- createPropertyHandleOfAnyType() - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- createPropertyHandleOfAnyType() - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileService
-
Creates a PropertyFileHandle for reading an HK2 property file.
- createPropertyHandleOfAnyType(String, String) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- createPropertyHandleOfAnyType(String, String) - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileService
-
Creates a PropertyFileHandle for reading an HK2 property file.
- createPropertyHandleOfSpecificType(String) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- createPropertyHandleOfSpecificType(String) - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileService
-
Creates a PropertyFileHandle for reading an HK2 property file that has a specific type name.
- createPropertyHandleOfSpecificType(String, String) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- createPropertyHandleOfSpecificType(String, String) - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileService
-
Creates a PropertyFileHandle for reading an HK2 property file that has a specific type name.
- createRepository(Repository, String, URI) - Method in class com.sun.enterprise.module.RepositoryFactory
-
Creates a new
Repository
with a parent (for delegating module resolutions) and a name. - createRepository(String, URI) - Method in class com.sun.enterprise.module.RepositoryFactory
-
Creates a new
Repository
. - createService(ActiveDescriptor<T>, Injectee, ServiceLocatorImpl, ServiceHandle<T>, Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Creates the service (without the need for an intermediate ServiceHandle to be created)
- createServiceLocator() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- createServiceLocator() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Creates the default
ServiceLocator
from all the modules in this registry Calling this method has the same effect of callinginvalid @link
{@link #createServiceLocator("default")
- createServiceLocator(ModulesRegistry, StartupContext, List<PopulatorPostProcessor>, DescriptorFileFinder) - Method in class com.sun.enterprise.module.bootstrap.Main
- createServiceLocator(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- createServiceLocator(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Creates a
ServiceLocator
from all the modules in this registry Cal;ling this method has the same effect of callingModulesRegistry.newServiceLocator()
followed byinvalid @link
{@link #populateServiceLocator(String, org.glassfish.hk2.api.ServiceLocator, java.util.List
- createServiceLocator(String) - Method in class com.sun.enterprise.module.single.StaticModulesRegistry
- createServiceLocator(ServiceLocator, String, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- createServiceLocator(ServiceLocator, String, List<PopulatorPostProcessor>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Creates a
ServiceLocator
with the provided parent. - createServiceLocator(Description) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Creates and returns a
ServiceLocator
suitable for the JUnit test described by the suppliedDescription
. - createSpecificDescriptorFilter(Descriptor) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This method creates a filter that will match one and only one descriptor.
- createTokenizedFilter(String) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Creates a filter from a token string as per the following rules. The token delimiter is ; The first token is the contract.
- createWeakCARCache(Computable<K, V>, int, boolean) - Static method in class org.glassfish.hk2.utilities.cache.CacheUtilities
-
Returns a WEAKCarCache with the given computable and the given maximum value size of the cache.
- creating - Variable in class org.glassfish.hk2.extras.operation.OperationContext
- creating - Variable in class org.glassfish.hk2.utilities.ImmediateContext
- creatingDescriptors - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
The set of services currently being created
- creationPolicy() - Element in annotation type org.glassfish.hk2.configuration.api.ConfiguredBy
-
Specifies the creation policy for configured services based on type instances.
- CreationPolicy() - Constructor for enum org.glassfish.hk2.configuration.api.ConfiguredBy.CreationPolicy
- creator - Variable in class org.jvnet.hk2.internal.AutoActiveDescriptor
- creator - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- Creator<T> - Interface in org.jvnet.hk2.internal
-
An internal interface that allows us to have the factory and class implementations
- CrossOverDescriptor<T> - Class in org.glassfish.hk2.extras.hk2bridge.internal
- CrossOverDescriptor(ServiceLocator, ActiveDescriptor<T>) - Constructor for class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- ctx - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- ctx - Variable in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- current - Variable in class com.sun.enterprise.module.common_impl.FlattenEnumeration
- current - Variable in class com.sun.enterprise.module.common_impl.FlattenIterator
- currentBuilder - Variable in class org.glassfish.hk2.utilities.binding.AbstractBinder
- currentDatabase - Variable in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- currentExecutor - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- currentImmediateServices - Variable in class org.glassfish.hk2.utilities.ImmediateContext
- currentJob - Variable in exception class org.glassfish.hk2.runlevel.CurrentlyRunningException
- currentJob - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- currentJobComplete(MultiException) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- currentLevel - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- currentLocatorId - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- CurrentlyRunningException - Exception Class in org.glassfish.hk2.runlevel
-
This exception is thrown by proceedTo if there is currently a job being run when proceedTo is called
- CurrentlyRunningException() - Constructor for exception class org.glassfish.hk2.runlevel.CurrentlyRunningException
-
Basic no-arg constructor
- CurrentlyRunningException(RunLevelFuture) - Constructor for exception class org.glassfish.hk2.runlevel.CurrentlyRunningException
-
Constructor with job that is in progress
- currentState - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- currentTask - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- currentTaskFuture - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- CurrentTaskFuture - Class in org.glassfish.hk2.runlevel.internal
-
This is the implementation of RunLevelFuture.
- CurrentTaskFuture(AsyncRunLevelContext, Executor, ServiceLocator, int, int, boolean, long, Timer) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- CurrentTaskFuture.AllTheWay - Interface in org.glassfish.hk2.runlevel.internal
- CurrentTaskFuture.CancelTimer - Class in org.glassfish.hk2.runlevel.internal
- CurrentTaskFuture.DownAllTheWay - Class in org.glassfish.hk2.runlevel.internal
-
Goes down all the way to the proposed level
- CurrentTaskFuture.DownQueueRunner - Class in org.glassfish.hk2.runlevel.internal
- CurrentTaskFuture.HardCancelDownTimer - Class in org.glassfish.hk2.runlevel.internal
- CurrentTaskFuture.QueueRunner - Class in org.glassfish.hk2.runlevel.internal
- CurrentTaskFuture.UpAllTheWay - Class in org.glassfish.hk2.runlevel.internal
- CurrentTaskFuture.UpOneLevel - Class in org.glassfish.hk2.runlevel.internal
- CurrentTaskFutureWrapper - Class in org.glassfish.hk2.runlevel.internal
-
This object is used to wrap the internal CurrentTaskFuture which is a ChangeableRunLevelFuture.
- CurrentTaskFutureWrapper(CurrentTaskFuture) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- CUSTOM_ANALYZER - Static variable in class org.jvnet.hk2.metadata.tests.Constants
-
A custom analyzer for a descriptor
- CustomAnalysisService - Class in org.jvnet.hk2.metadata.tests
-
This service has a custom analyzer
- CustomAnalysisService() - Constructor for class org.jvnet.hk2.metadata.tests.CustomAnalysisService
- Customize - Annotation Type in org.glassfish.hk2.api
-
Indicates that a method should be customized.
- Customizer - Annotation Type in org.glassfish.hk2.api
-
Gives the type (and optional name) of a customizer service to use when an unknown method on a bean interface is encountered.
- cycleFinder - Variable in class org.jvnet.hk2.internal.FactoryCreator
- cycleHandler - Variable in class org.glassfish.hk2.utilities.cache.Cache
- cycleHandler - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache
D
- data - Variable in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
- db - Variable in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- dcs - Variable in class org.jvnet.hk2.internal.PopulatorImpl
- dcs - Variable in class org.jvnet.hk2.testing.junit.internal.JustInTimeInjectionResolverImpl
- debug(String) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- debug(String) - Method in class org.glassfish.hk2.utilities.reflection.Logger
-
Sends this message to the Debug channel (FINER level in JDK parlance)
- debug(String, String, Throwable) - Method in class org.glassfish.hk2.utilities.reflection.Logger
-
Sends this message to the Debug channel (FINER level in JDK parlance)
- debug(String, Throwable) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- debug(String, Throwable) - Method in class org.glassfish.hk2.utilities.reflection.Logger
-
Sends this message to the Debug channel (FINER level in JDK parlance)
- DEBUG_CONTEXT - Static variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- DEBUG_CONTEXT_PROPERTY - Static variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- DEBUG_DESCRIPTOR_FINDER - Static variable in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- DEBUG_DESCRIPTOR_FINDER_PROPERTY - Static variable in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- DEBUG_INTERCEPTION - Static variable in class org.jvnet.hk2.internal.MethodInterceptorHandler
- DEBUG_SERVICE_LOCATOR_LIFECYCLE - Static variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- DEBUG_SERVICE_LOCATOR_PROPERTY - Static variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- decayTime - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- declaringType - Variable in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
- DECORATE_CLASS_FORM - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- DECORATE_METHOD_NAME - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- DECORATE_TARGET_TYPE - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- DECORATE_WITH - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- DecorateAnnotationVisitor() - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateAnnotationVisitor
- decorateClassPath(String) - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Extension point to manipulate the classpath element before it's parsed.
- decorateData - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- DecorateData(String, String, String) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateData
- deepCopyDescriptor(Descriptor) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Makes a deep copy of the incoming descriptor
- deepCopyMetadata(Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
This method does a deep copy of the incoming meta-data, (which basically means we will also make copies of the value list)
- deepVisit - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- DEFAULT - Static variable in class com.sun.enterprise.module.maven.HK2GenerateMojo
- DEFAULT_ACTION - Static variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler
- DEFAULT_ANNOTATION_INFORMATION - Static variable in class org.jvnet.hk2.internal.Utilities
- DEFAULT_EXECUTOR - Static variable in class org.glassfish.hk2.internal.ImmediateHelper
- DEFAULT_EXECUTOR - Static variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- DEFAULT_IMPLEMENTATION_NAME - Static variable in interface org.glassfish.hk2.api.ClassAnalyzer
-
The name of the default ClassAnalyzer service
- DEFAULT_INHABITANT_PATH - Static variable in annotation type org.jvnet.hk2.testing.junit.annotations.InhabitantFiles
- DEFAULT_INSTANCE_NAME - Static variable in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileService
-
The default name for an instance if the instance name cannot be determined
- DEFAULT_LOCATOR_NAME - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- DEFAULT_NAME - Static variable in class com.sun.enterprise.module.bootstrap.Main
- DEFAULT_NAME - Static variable in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- DEFAULT_TIMEOUT - Variable in class org.glassfish.hk2.classmodel.reflect.Parser
- DEFAULT_TYPE_NAME - Static variable in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileService
-
The default name for a type if the type name cannot be determined
- DEFAULT_WAIT_SYSPROP - Static variable in class org.glassfish.hk2.classmodel.reflect.Parser
- defaultAnnotationVisitor - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- defaultClassAnalyzer - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- DefaultClassAnalyzer - Class in org.jvnet.hk2.internal
-
this is the default implementation of the ClassAnalyzer
- DefaultClassAnalyzer(ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.DefaultClassAnalyzer
-
The DefaultClassAnalyzer is per ServiceLocatorImpl
- DefaultFactory() - Constructor for class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.DefaultFactory
- defaultGenerator - Static variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl.DefaultGeneratorInitializer
- DefaultGeneratorInitializer() - Constructor for class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl.DefaultGeneratorInitializer
- defaultInstanceName - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- DefaultInterceptionService - Class in org.glassfish.hk2.extras.interception.internal
-
A default implementation of the interception service using annotation to denote services that are to be intercepted and other annotations to match methods or constructors to interceptors
- DefaultInterceptionService() - Constructor for class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- defaultLoader - Variable in class org.glassfish.hk2.utilities.binding.AbstractBinder
- DefaultModuleDefinition - Class in com.sun.enterprise.module.common_impl
-
ModuleDefinition
implementation that picks up most of the module properties from the manifest file of the jar, as baked in by the hk2-maven-plugin. - DefaultModuleDefinition(File) - Constructor for class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
TO DO need to support a URI constructor
- DefaultModuleDefinition(File, Attributes) - Constructor for class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- defaultName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.NamedAnnotationVisitor
- DefaultTopicDistributionErrorService - Interface in org.glassfish.hk2.extras.events
-
When using the TopicDistributionService added with
ServiceLocatorUtilities.enableTopicDistribution(org.glassfish.hk2.api.ServiceLocator)
if a subscriber throws an exception this service will be called. - DefaultTopicDistributionService - Class in org.glassfish.hk2.extras.events.internal
-
This is the default implementation of the TopicDistributionService.
- DefaultTopicDistributionService() - Constructor for class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- DefaultTopicDistributionService.ActivatorClassKey - Class in org.glassfish.hk2.extras.events.internal
-
This is here to handle the case where a PerLookup Factory (or the like) could possibly return different classes every time it is looked up.
- DefaultTopicDistributionService.FireResults - Class in org.glassfish.hk2.extras.events.internal
- DefaultTopicDistributionService.SubscriberInfo - Class in org.glassfish.hk2.extras.events.internal
- defaultType - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- defaultUnqualified - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- defineParentClassLoader() - Method in class com.sun.enterprise.module.bootstrap.Main
- definingURI - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelBuilder
- definingURI - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- definingURI - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
- definingURIs - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- defValues - Variable in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
- delegate - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- delegates - Variable in class org.jvnet.hk2.internal.DelegatingClassLoader
- DelegatingClassLoader - Class in org.jvnet.hk2.internal
-
A classloader that delegates first to an optional parent and then to a delegate loader
- DelegatingClassLoader(ClassLoader, ClassLoader...) - Constructor for class org.jvnet.hk2.internal.DelegatingClassLoader
-
Constructor for special classloader to give to proxy making code
- DelegatingNamedActiveDescriptor - Class in org.glassfish.hk2.configuration.internal
- DelegatingNamedActiveDescriptor(ActiveDescriptor<?>, String) - Constructor for class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- DelegatingXMLStreamWriter - Class in org.glassfish.hk2.utilities.general
-
Delegating
XMLStreamWriter
. - DelegatingXMLStreamWriter(XMLStreamWriter) - Constructor for class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- delimiter - Variable in class com.sun.enterprise.module.common_impl.Tokenizer
- dependencies - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- dependencies - Variable in class com.sun.enterprise.module.impl.CookedModuleDefinition
- dependencies - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- depth - Variable in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- desc - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodUseProxyAnnotationVisitor
- desc - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodVisibilityAnnotationVisitor
- description - Variable in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
The
Description
describing the JUnit test method currently executing. - descriptor - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.ActivatorClassKey
- descriptor - Variable in class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- descriptor - Variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
The descriptor that this descriptor will alias.
- descriptor - Variable in class org.glassfish.hk2.utilities.ContextualInput
- descriptor - Variable in class org.jvnet.hk2.internal.ErrorInformationImpl
- descriptor - Variable in class org.jvnet.hk2.internal.ErrorResults
- descriptor - Variable in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- descriptor - Variable in class org.jvnet.hk2.internal.MethodInterceptorImpl
- Descriptor - Interface in org.glassfish.hk2.api
-
A Descriptor is a bean-like structure that describes a service declaration in HK2.
- DESCRIPTOR_COMPARATOR - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- descriptor2Classes - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- DescriptorBuilder - Interface in org.glassfish.hk2.utilities
-
This is an object that uses the Builder pattern in order to generate a Descriptor (for binding) or a Filter (for searching).
- DescriptorBuilderImpl - Class in org.glassfish.hk2.internal
-
This is a simple implementation of the
DescriptorBuilder
- DescriptorBuilderImpl() - Constructor for class org.glassfish.hk2.internal.DescriptorBuilderImpl
-
The basid constructor
- DescriptorBuilderImpl(String, boolean) - Constructor for class org.glassfish.hk2.internal.DescriptorBuilderImpl
-
A descriptor builder with the given implementation
- DescriptorComparator - Class in org.jvnet.hk2.internal
- DescriptorComparator() - Constructor for class org.jvnet.hk2.internal.DescriptorComparator
- DescriptorComparitor - Class in org.jvnet.hk2.generator.internal
-
This is a comparator making things that don't really compare, compare.
- DescriptorComparitor() - Constructor for class org.glassfish.hk2.metadata.generator.ServiceProcessor.DescriptorComparitor
- DescriptorComparitor() - Constructor for class org.jvnet.hk2.generator.internal.DescriptorComparitor
- descriptorEquals(Descriptor, Descriptor) - Static method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Tests if two descriptors are equal not taking into account the locator-id and server-id by comparing the following fields: implementation contracts name scope qualifiers descriptorType descriptorVisibility metadata proxiable proxyForSameScope analysisName
- DescriptorFileFinder - Interface in org.glassfish.hk2.api
-
Implementations of this interface allow the customization of how hk2 inhabitant files are found.
- DescriptorFileFinder - Interface in org.glassfish.hk2.bootstrap
-
Deprecated.use
DescriptorFileFinder
instead - DescriptorFileFinderInformation - Interface in org.glassfish.hk2.api
-
Returns information about the
InputStream
returned byDescriptorFileFinder.findDescriptorFiles()
that can be used to give better information when one of the streams fails. - DescriptorImpl - Class in org.glassfish.hk2.utilities
-
The implementation of the descriptor itself, with the bonus of being externalizable, and having writeable fields
- DescriptorImpl() - Constructor for class org.glassfish.hk2.utilities.DescriptorImpl
-
For serialization
- DescriptorImpl(Set<String>, String, String, String, Map<String, List<String>>, Set<String>, DescriptorType, DescriptorVisibility, HK2Loader, int, Boolean, Boolean, String, Long, Long) - Constructor for class org.glassfish.hk2.utilities.DescriptorImpl
-
This creates this descriptor impl, taking all of the fields as given
- DescriptorImpl(Descriptor) - Constructor for class org.glassfish.hk2.utilities.DescriptorImpl
-
Does a deep copy of the incoming descriptor
- DescriptorListener() - Constructor for class org.glassfish.hk2.configuration.internal.ConfigurationListener.DescriptorListener
- descriptors - Variable in class com.sun.enterprise.module.ModuleMetadata
-
META-INF/hk2-locator/* cache
- descriptorsByAdvertisedContract - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- descriptorsByName - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- descriptorType - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- DescriptorType - Enum in org.glassfish.hk2.api
-
This describes the type of descriptor
- DescriptorType() - Constructor for enum org.glassfish.hk2.api.DescriptorType
- descriptorVisibility - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- DescriptorVisibility - Enum in org.glassfish.hk2.api
-
This enumeration determines how visibility of a descriptor
- DescriptorVisibility() - Constructor for enum org.glassfish.hk2.api.DescriptorVisibility
- destroy() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
Will destroy this object and all PerLookup instances created because of this service
- destroy() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- destroy(String) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Removes the ServiceLocator with this name
- destroy(String) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- destroy(String, ServiceLocator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- destroy(ServiceLocator) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Removes the given ServiceLocator
- destroy(ServiceLocator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- DESTROY - Enum constant in enum org.glassfish.hk2.api.ServiceLocatorFactory.CreatePolicy
-
Destroy the existing ServiceLocator
- destroyOne(ActiveDescriptor<?>) - Method in interface org.glassfish.hk2.api.Context
-
This method is called when
ServiceHandle.destroy()
method is called. - destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.extras.operation.OperationContext
- destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.InheritableThreadContext
- destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.PerThreadContext
- destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
The
Context
API. - destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.RunLevelContext
- destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.utilities.ImmediateContext
- destroyOne(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
- destroyOne(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
-
Release one system descriptor
- destroyOne(ActiveDescriptor<?>, List<ImmediateErrorHandler>) - Method in class org.glassfish.hk2.utilities.ImmediateContext
-
Destroys a single descriptor
- detach() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Detach this module from its registry.
- detach() - Method in interface com.sun.enterprise.module.Module
-
Detach this module from its registry.
- detach() - Method in class com.sun.enterprise.module.single.ProxyModule
- detachAll() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Detaches all the modules from this registry.
- detachAll() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Detaches all the modules from this registry.
- di - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodRankAnnotationVisitor
- DIGITS_INDEX - Static variable in class org.glassfish.hk2.maven.Version
- dir - Variable in class com.sun.enterprise.module.common_impl.Jar.Directory
- directory - Variable in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- Directory(File) - Constructor for class com.sun.enterprise.module.common_impl.Jar.Directory
- DIRECTORY_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
This option gives the name of directory in the target location where the file should be placed
- DirectoryArchive - Class in org.glassfish.hk2.classmodel.reflect.util
-
Directory base archive abstraction
- DirectoryArchive(Parser, File) - Constructor for class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- DirectoryBasedRepository - Class in com.sun.enterprise.module.common_impl
-
This class is a directory based repository implementation.
- DirectoryBasedRepository(String, File) - Constructor for class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
-
Creates a new instance of DirectoryBasedRepository
- DirectoryBasedRepository(String, File, boolean) - Constructor for class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- directoryChanged() - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- directoryOrFileToGenerateFor - Variable in class org.jvnet.hk2.generator.HabitatGenerator
- disassociateThread(long, OperationHandleImpl<T>) - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
-
OperationLock must be held
- discarded - Static variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- dispose() - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
- dispose() - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- dispose() - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileHandle
-
Will remove any instances added by this handle from the hub, and make it such that this handle can no longer be used
- dispose() - Method in interface org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
Releases the entire cache, though the ClassReflectionHelper is still usable after calling dispose
- dispose() - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- dispose(C) - Method in class org.jvnet.hk2.metadata.tests.AbstractFactory
- dispose(F) - Method in class org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory
- dispose(Object) - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- dispose(Object) - Method in class org.jvnet.hk2.metadata.tests.FactoryWithDefaultProxy
- dispose(Object) - Method in class org.jvnet.hk2.metadata.tests.FactoryWithFalseProxy
- dispose(String) - Method in class org.jvnet.hk2.metadata.tests.FactoryWithVisibility
- dispose(List<String>) - Method in class org.jvnet.hk2.metadata.tests.FactoryWithDefaultProxyForSameScope
- dispose(Map<String, List<String>>) - Method in class org.jvnet.hk2.metadata.tests.FactoryWithFalseProxyForSameScope
- dispose(ComplexImpl) - Method in class org.jvnet.hk2.metadata.tests.ComplexFactory
- dispose(SimpleInterface) - Method in class org.jvnet.hk2.metadata.tests.FactoryWithRanks
- dispose(T) - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
Disposes this instance.
- dispose(T) - Method in interface org.glassfish.hk2.api.Factory
-
This method will dispose of objects created with this scope.
- dispose(T) - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- dispose(T) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- dispose(T) - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- dispose(T) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
- dispose(T) - Method in class org.jvnet.hk2.internal.ClazzCreator
- dispose(T) - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- dispose(T) - Method in interface org.jvnet.hk2.internal.Creator
-
Disposes the given instance
- dispose(T) - Method in class org.jvnet.hk2.internal.FactoryCreator
- dispose(T) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- disposeAllOperationServices(OperationHandleImpl<T>) - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
-
Explicitly called WITHOUT the operationLock held to avoid any deadlock with the context lock
- distributeMessage(Topic<?>, Object) - Method in interface org.glassfish.hk2.api.messaging.TopicDistributionService
-
Must distribute the message to all of the matching topic subscribers.
- distributeMessage(Topic<?>, Object) - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- dMethod(AbstractBaseService.InnerInterface) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService
- doIndent() - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
-
Print indentation for the current level.
- doJob(ArchiveAdapter, Runnable) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
- done - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- done - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- done - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- dot - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- DOT - Static variable in class org.glassfish.hk2.utilities.reflection.Pretty
- DOT_CLASS - Static variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- DOT_CLASS - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- DOT_CLASS - Static variable in class org.jvnet.hk2.testing.junit.HK2Runner
- dotDelimitedSuperclass - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- doTrace(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- DoubleNode<K,
V> - Class in org.glassfish.hk2.utilities.general.internal -
Used for doubly linked lists with weak keys
- DoubleNode(K, V, ReferenceQueue<? super K>) - Constructor for class org.glassfish.hk2.utilities.general.internal.DoubleNode
- DoubleTroubleService() - Constructor for class org.jvnet.hk2.metadata.tests.TripleTroubleService.DoubleTroubleService
- downAllTheWay - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- DownAllTheWay(int, CurrentTaskFuture, List<ServiceHandle<RunLevelListener>>) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- downHardCancelled - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- DownQueueRunner(Object, List<ActiveDescriptor<?>>, CurrentTaskFuture.DownAllTheWay, ServiceLocator) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownQueueRunner
- doWork() - Method in class org.glassfish.hk2.utilities.ImmediateContext
- doWorkIfWeHaveSome() - Method in class org.glassfish.hk2.internal.ImmediateHelper
-
Must have queueLock held
- dropMe - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
- dropMe() - Method in interface org.glassfish.hk2.utilities.cache.HybridCacheEntry
-
Tell the cache if this entry should be dropped as opposed to being kept in the cache.
- dropMe() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
- dropVersionComponent - Variable in class com.sun.enterprise.module.maven.OsgiVersionMojo
-
Flag used to determine what components of the version will be used in OSGi version.
- dumpAllDescriptors(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Dumps all descriptors in this ServiceLocator to stderr
- dumpAllDescriptors(ServiceLocator, PrintStream) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Dumps all descriptors in this ServiceLocator to the given PrintStream
- dumpAllLists() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- dumpAllLists() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns a string that will contain all the elements of the four lists
- dumpDatabase() - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabase
-
Dumps the type and instance names to stderr
- dumpDatabase() - Method in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- dumpDatabase() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- dumpDatabase(PrintStream) - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabase
-
Dumps the type and instance names to the given stream
- dumpDatabase(PrintStream) - Method in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- dumpDatabase(PrintStream) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- dumpDatabase(BeanDatabase, PrintStream) - Static method in class org.glassfish.hk2.configuration.hub.internal.Utilities
-
Dumps the database given
- dumpDatabaseAsString() - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabase
-
Dumps the type and instance names to a String for debugging
- dumpDatabaseAsString() - Method in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- dumpDatabaseAsString() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- dumpDatabaseAsString(BeanDatabase) - Static method in class org.glassfish.hk2.configuration.hub.internal.Utilities
- dumpState(PrintStream) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- dumpState(PrintStream) - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- dumpState(PrintStream) - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
- dumpState(PrintStream) - Method in class com.sun.enterprise.module.impl.ModuleImpl
- dumpState(PrintStream) - Method in interface com.sun.enterprise.module.Module
- dumpState(PrintStream) - Method in interface com.sun.enterprise.module.ModulesRegistry
- dumpState(PrintStream) - Method in class com.sun.enterprise.module.single.ProxyModule
- DuplicatePostProcessor - Class in org.glassfish.hk2.utilities
-
This post-processor removes duplicate descriptors from the set of descriptors being added to the service registry.
- DuplicatePostProcessor() - Constructor for class org.glassfish.hk2.utilities.DuplicatePostProcessor
-
Creates a DuplicatePostProcessor with the STRICT mode for determining duplicates
- DuplicatePostProcessor(DuplicatePostProcessorMode) - Constructor for class org.glassfish.hk2.utilities.DuplicatePostProcessor
-
Creates a DuplicatePostProcessor with the
- DuplicatePostProcessor.ImplOnlyKey - Class in org.glassfish.hk2.utilities
-
Key use for implementation only (along with descriptor type, otherwise factories eliminate themselves)
- DuplicatePostProcessorMode - Enum in org.glassfish.hk2.utilities
-
The mode of the duplicate post processor
- DuplicatePostProcessorMode() - Constructor for enum org.glassfish.hk2.utilities.DuplicatePostProcessorMode
- DuplicateServiceException - Exception Class in org.glassfish.hk2.api
-
This exception is thrown when an idempotent filter of a DynamicConfiguration object matches an existing descriptor in the ServiceLocator
- DuplicateServiceException() - Constructor for exception class org.glassfish.hk2.api.DuplicateServiceException
-
For serialization
- DuplicateServiceException(Descriptor) - Constructor for exception class org.glassfish.hk2.api.DuplicateServiceException
-
Called by the system to initialize the existing descriptor that matched
- DYNAMIC_CONFIGURATION_FAILURE - Enum constant in enum org.glassfish.hk2.api.ErrorType
-
This type is set if a dynamic configuration operation fails
- DynamicConfiguration - Interface in org.glassfish.hk2.api
-
This class is used to add
Descriptor
s to aServiceLocator
instance. - DynamicConfigurationImpl - Class in org.jvnet.hk2.internal
-
The system implementation of the DynamicConfiguration service
- DynamicConfigurationImpl(ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.DynamicConfigurationImpl
-
Created by the generator, and hence must be public
- DynamicConfigurationListener - Interface in org.glassfish.hk2.api
-
A service that listens for dynamic configuration changes.
- dynamicConfigurationListenerModificationMade - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- DynamicConfigurationService - Interface in org.glassfish.hk2.api
-
The dynamic configuration service is the source of
DynamicConfiguration
instances, which can be used to bind and unbind entities into the system - DynamicConfigurationServiceImpl - Class in org.jvnet.hk2.internal
- DynamicConfigurationServiceImpl(ServiceLocator) - Constructor for class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
- dynamicity() - Element in annotation type org.glassfish.hk2.configuration.api.Configured
-
Describes how dynamic a configured field or parameter must be.
- Dynamicity - Enum in org.glassfish.hk2.configuration.api
-
Describes how dynamic a configured field or parameter should be
- Dynamicity() - Constructor for enum org.glassfish.hk2.configuration.api.Dynamicity
E
- EAGER - Enum constant in enum org.glassfish.hk2.configuration.api.ConfiguredBy.CreationPolicy
-
Instances of services with this policy will be created as soon as their backing instances become available
- EarlyLogHandler - Class in com.sun.enterprise.module.bootstrap
- EarlyLogHandler() - Constructor for class com.sun.enterprise.module.bootstrap.EarlyLogHandler
- earlyMessages - Static variable in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
- element - Variable in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- elementAnnotations - Variable in class org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
- elementAnnotationsReference - Variable in class org.jvnet.hk2.internal.SoftAnnotatedElementAnnotationInfo
- elements() - Method in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue
- embeddedMain(String[]) - Static method in class org.jvnet.hk2.generator.HabitatGenerator
-
A utility to generate inhabitants files.
- eMethod(AbstractBaseService.InnerClass) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService
- EMPTY - Static variable in class org.glassfish.hk2.configuration.internal.BeanUtilities
- EMPTY_ANNOTATION_SET - Static variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
Empty set of annotations used to construct this descriptor.
- EMPTY_CONTRACT_SET - Static variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
Empty set of contracts used to construct this descriptor.
- EMPTY_CONTRACTS_SET - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- EMPTY_CYCLE_HANDLER - Static variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache
- EMPTY_HANDLER - Static variable in class org.glassfish.hk2.utilities.cache.Cache
- EMPTY_LIST - Static variable in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- EMPTY_MANIFEST - Static variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- EMPTY_METADATAS_MAP - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- EMPTY_QUALIFIER_SET - Static variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- EMPTY_QUALIFIER_SET - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- EMPTY_URLS - Static variable in class com.sun.enterprise.module.impl.ClassLoaderFacade
- emptyNull(String) - Static method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- EMTPY_INTERCEPTORS - Static variable in class org.jvnet.hk2.internal.Utilities
- enableConfigurationHub(ServiceLocator) - Static method in class org.glassfish.hk2.configuration.hub.api.ManagerUtilities
-
This method will add the Hub service to the given service locator.
- enableConfigurationSystem(ServiceLocator) - Static method in class org.glassfish.hk2.configuration.api.ConfigurationUtilities
-
Enables the Configuration subsystem of HK2.
- enabled - Static variable in class com.sun.enterprise.module.common_impl.TracingUtilities
- enableDefaultInterceptorServiceImplementation(ServiceLocator) - Static method in class org.glassfish.hk2.extras.ExtrasUtilities
-
This method adds in a default implementation of the
InterceptionService
which uses annotations to denote which services should intercept other services. - enableGreedyResolution(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Enables greedy service resolution in this service locator by adding the
GreedyResolver
into the service locator. - enableImmediateScope(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will add the ability to use the
Immediate
scope to the given locator. - enableImmediateScopeSuspended(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will add the ability to use the
Immediate
scope to the given locator. - enableInheritableThreadScope(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will add the ability to use the
InheritableThread
scope to the given locator. - enableLookupExceptions(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will cause lookup operations to throw exceptions when exceptions are encountered in underlying operations such as classloading.
- EnableLookupExceptionsModule - Class in org.glassfish.hk2.utilities
-
This module can be used to enable exceptions to be thrown from getService API when a descriptor throws an exception during reification or other errors.
- EnableLookupExceptionsModule() - Constructor for class org.glassfish.hk2.utilities.EnableLookupExceptionsModule
- enableOperations(ServiceLocator) - Static method in class org.glassfish.hk2.extras.ExtrasUtilities
-
This method adds in the infrastructure necessary to enable HK2 Operations support.
- enablePerThreadScope(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will add the ability to use the
PerThread
scope to the given locator. - enablePropertyFileService(ServiceLocator) - Static method in class org.glassfish.hk2.configuration.persistence.properties.PropertyFileUtilities
-
This class adds the system implementation of
PropertyFileService
to the given service locator. - enableRunLevelService(ServiceLocator) - Static method in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities
-
Enables the RunLevelService in the given
ServiceLocator
. - enableTopicDistribution(ServiceLocator) - Static method in class org.glassfish.hk2.extras.ExtrasUtilities
-
This method will enable the default topic distribution service.
- enableTopicDistribution(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Deprecated.Use ExtrasUtilities.enableTopicDistribution. This method WILL BE REMOVED in the next version of hk2
- END_START - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- END_START_CHAR - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- ensureInitialized() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
Ensure that this descriptor has been initialized.
- entries - Variable in class com.sun.enterprise.module.ModuleMetadata
-
ModuleMetadata.Entry
s keyed by the service name. - Entry() - Constructor for class com.sun.enterprise.module.ModuleMetadata.Entry
- Entry(String, long) - Constructor for class org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
-
creates a new archive entry
- Entry(String, long, boolean) - Constructor for class org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
-
Deprecated.Use the other constructor, isDirectory is not used
- entryName - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- entrySet() - Method in class org.jvnet.hk2.component.MultiMap
-
Lists up all entries.
- enumerators - Variable in class com.sun.enterprise.module.common_impl.CompositeEnumeration
- equalMetadata(Map<String, List<String>>, Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.DescriptorImpl
- equalOrderedCollection(Collection<T>, Collection<T>) - Static method in class org.glassfish.hk2.utilities.DescriptorImpl
- equals(Object) - Method in class com.sun.enterprise.module.common_impl.ModuleId
- equals(Object) - Method in class org.glassfish.hk2.api.AnnotationLiteral
- equals(Object) - Method in class org.glassfish.hk2.api.TypeLiteral
- equals(Object) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl.TypeData
- equals(Object) - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.ActivatorClassKey
- equals(Object) - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- equals(Object) - Method in class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- equals(Object) - Method in class org.glassfish.hk2.stub.generator.StubProcessor.ExecutableElementDuplicateFinder
- equals(Object) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- equals(Object) - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- equals(Object) - Method in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- equals(Object) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
- equals(Object) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- equals(Object) - Method in class org.glassfish.hk2.utilities.ContextualInput
- equals(Object) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
This equals matches only if the following fields of the descriptor match: implementation contracts name scope qualifiers descriptorType descriptorVisibility metadata proxiable proxyForSameScope analysisName
- equals(Object) - Method in class org.glassfish.hk2.utilities.DuplicatePostProcessor.ImplOnlyKey
- equals(Object) - Method in class org.glassfish.hk2.utilities.FactoryDescriptorsImpl
- equals(Object) - Method in class org.glassfish.hk2.utilities.general.ThreadSpecificObject
- equals(Object) - Method in class org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
- equals(Object) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl.LifecycleKey
- equals(Object) - Method in class org.glassfish.hk2.utilities.reflection.internal.MethodWrapperImpl
- equals(Object) - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
- equals(Object) - Method in class org.jvnet.hk2.component.MultiMap
- equals(Object) - Method in class org.jvnet.hk2.internal.CacheKey
- equals(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- equals(Object) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- equals(Object) - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- EQUALS_NAME - Static variable in class org.jvnet.hk2.internal.MethodInterceptorImpl
- EQUALS_STRING - Static variable in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- error - Variable in class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- ERROR - Enum constant in enum com.sun.enterprise.module.ModuleState
-
a Module is in ERROR state when its class loader cannot be constructed or when any of its dependent module is in ERROR state.
- ERROR - Enum constant in enum org.glassfish.hk2.api.ServiceLocatorFactory.CreatePolicy
-
Throw an IllegalStateException
- ErrorAction() - Constructor for enum org.glassfish.hk2.runlevel.ErrorInformation.ErrorAction
- errorHandlerModificationMade - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- errorHandlers - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- errorHandlers - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- ErrorInformation - Interface in org.glassfish.hk2.api
-
This class has information in it about the error that has occurred
- ErrorInformation - Interface in org.glassfish.hk2.runlevel
- ErrorInformation.ErrorAction - Enum in org.glassfish.hk2.runlevel
-
The set of actions that the system can perform when an error is detected
- ErrorInformationImpl - Class in org.glassfish.hk2.runlevel.internal
- ErrorInformationImpl - Class in org.jvnet.hk2.internal
- ErrorInformationImpl(Throwable, ErrorInformation.ErrorAction, Descriptor) - Constructor for class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- ErrorInformationImpl(ErrorType, Descriptor, Injectee, MultiException) - Constructor for class org.jvnet.hk2.internal.ErrorInformationImpl
- ErrorResults - Class in org.jvnet.hk2.internal
- ErrorResults(ActiveDescriptor<?>, Injectee, MultiException) - Constructor for class org.jvnet.hk2.internal.ErrorResults
- errors - Variable in class org.jvnet.hk2.internal.NarrowResults
- ErrorService - Interface in org.glassfish.hk2.api
-
This interface should be implemented by those who wish to be notified of error conditions that occur within HK2.
- ErrorServiceImpl - Class in org.jvnet.hk2.testing.junit.internal
- ErrorServiceImpl() - Constructor for class org.jvnet.hk2.testing.junit.internal.ErrorServiceImpl
- errorType - Variable in class org.jvnet.hk2.internal.ErrorInformationImpl
- ErrorType - Enum in org.glassfish.hk2.api
-
This enumeration describes the types of errors that might occur
- ErrorType() - Constructor for enum org.glassfish.hk2.api.ErrorType
- ESCAPE_CHARACTERS - Static variable in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- escapeString(String) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- EVENT_RECEIVER_TYPES - Static variable in annotation type org.glassfish.hk2.api.messaging.MessageReceiver
- eventQualifiers - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.SubscriberInfo
- eventType - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.SubscriberInfo
- eventType - Variable in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- exception - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- exception - Variable in class org.jvnet.hk2.internal.ErrorInformationImpl
- EXCEPTIONS - Enum constant in enum org.glassfish.hk2.utilities.Stub.Type
-
The generated methods of this stub will throw an UnsupportedOperationException
- EXCEPTIONS - Static variable in class org.glassfish.hk2.stub.generator.StubProcessor
- excludes - Variable in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- excludes - Variable in class org.jvnet.hk2.testing.junit.internal.JustInTimeInjectionResolverImpl
- Excludes - Annotation Type in org.jvnet.hk2.testing.junit.annotations
-
A set of implementations that should be excluded from being added to testLocator.
- executableElement - Variable in class org.glassfish.hk2.stub.generator.StubProcessor.ExecutableElementDuplicateFinder
- ExecutableElementDuplicateFinder(ExecutableElement) - Constructor for class org.glassfish.hk2.stub.generator.StubProcessor.ExecutableElementDuplicateFinder
- execute() - Method in class com.sun.enterprise.module.maven.HK2GenerateMojo
- execute() - Method in class com.sun.enterprise.module.maven.OsgiVersionMojo
- execute() - Method in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- execute() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
This method will compile the inhabitants file based on the classes just compiled
- executor - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- executor - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- executorService - Variable in class org.glassfish.hk2.classmodel.reflect.Parser
- executorService - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
- executorService - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- executorService(ExecutorService) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Sets the executor service to be used to spawn threads during the parsing activity.
- existingDescriptor - Variable in exception class org.glassfish.hk2.api.DuplicateServiceException
- ExtensibleType<T> - Interface in org.glassfish.hk2.classmodel.reflect
-
An extensible type is a type that can be subclassed like an interface or a class.
- ExtensibleTypeImpl<T> - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of an extensible type (Class or Interface)
- ExtensibleTypeImpl(String, TypeProxy<Type>, TypeProxy) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- extractData(String, String, Map<PropertyFileHandleImpl.TypeData, Map<String, String>>) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- ExtrasUtilities - Class in org.glassfish.hk2.extras
-
These are utilities for the extra features of hk2.
- ExtrasUtilities() - Constructor for class org.glassfish.hk2.extras.ExtrasUtilities
F
- facadeSurrogates - Variable in class com.sun.enterprise.module.impl.ClassLoaderProxy
- factories - Variable in class com.sun.enterprise.module.RepositoryFactories
- factory - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.FactoryInstanceBasedBindingBuilder
- factory - Static variable in class org.jvnet.hk2.testing.junit.HK2TestUtilities
- Factory<T> - Interface in org.glassfish.hk2.api
-
This interface should be implemented in order to provide a factory for another type.
- FACTORY_METHOD_RANK - Static variable in class org.jvnet.hk2.metadata.tests.Constants
-
The rank to use when testing for rank on factory method
- factoryClass - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.FactoryTypeBasedBindingBuilder
- FactoryCreator<T> - Class in org.jvnet.hk2.internal
- FactoryCreator(ServiceLocator, ActiveDescriptor<?>) - Constructor for class org.jvnet.hk2.internal.FactoryCreator
- factoryDescriptor - Variable in class org.jvnet.hk2.internal.FactoryCreator
- FactoryDescriptors - Interface in org.glassfish.hk2.api
-
This is a convenience class that links together the factory descriptor as a factory for another type and the factory as a service itself.
- FactoryDescriptorsImpl - Class in org.glassfish.hk2.utilities
-
This is an implementation of FactoryDescriptors that can be used by hk2 uses when creating descriptors that describe a
Factory
- FactoryDescriptorsImpl(Descriptor, Descriptor) - Constructor for class org.glassfish.hk2.utilities.FactoryDescriptorsImpl
-
This creates a descriptor pair describing a
Factory
and the associatedFactory.provide()
method - FactoryInstanceBasedBindingBuilder(Factory<T>) - Constructor for class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.FactoryInstanceBasedBindingBuilder
- factoryLocatorId - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- factoryLocatorId - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- factoryMethodFound - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- factoryName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodVisitorImpl
- factoryScope - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.FactoryTypeBasedBindingBuilder
- factoryServiceId - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- factoryServiceId - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- FactoryTypeBasedBindingBuilder(Class<? extends Factory<T>>, Class<? extends Annotation>) - Constructor for class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.FactoryTypeBasedBindingBuilder
- FactoryWithDefaultProxy - Class in org.jvnet.hk2.metadata.tests
- FactoryWithDefaultProxy() - Constructor for class org.jvnet.hk2.metadata.tests.FactoryWithDefaultProxy
- FactoryWithDefaultProxyForSameScope - Class in org.jvnet.hk2.metadata.tests
- FactoryWithDefaultProxyForSameScope() - Constructor for class org.jvnet.hk2.metadata.tests.FactoryWithDefaultProxyForSameScope
- FactoryWithFalseProxy - Class in org.jvnet.hk2.metadata.tests
- FactoryWithFalseProxy() - Constructor for class org.jvnet.hk2.metadata.tests.FactoryWithFalseProxy
- FactoryWithFalseProxyForSameScope - Class in org.jvnet.hk2.metadata.tests
- FactoryWithFalseProxyForSameScope() - Constructor for class org.jvnet.hk2.metadata.tests.FactoryWithFalseProxyForSameScope
- FactoryWithRanks - Class in org.jvnet.hk2.metadata.tests
- FactoryWithRanks() - Constructor for class org.jvnet.hk2.metadata.tests.FactoryWithRanks
- FactoryWithVisibility - Class in org.jvnet.hk2.metadata.tests
- FactoryWithVisibility() - Constructor for class org.jvnet.hk2.metadata.tests.FactoryWithVisibility
- fail(Throwable, Descriptor) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- FAILURE_TO_REIFY - Enum constant in enum org.glassfish.hk2.api.ErrorType
-
This type is set if an ActiveDescriptor fails to reify during a lookup operation
- failWhenMethodNotFound() - Element in annotation type org.glassfish.hk2.api.Customizer
-
If true then if a bean method is not mirrored in the customizer a RuntimeException will be thrown.
- fault - Variable in class org.glassfish.hk2.classmodel.reflect.Parser.Result
- fetch() - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
- field - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.FieldVisitingContext
- field(Field) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Returns a pretty string representing a Field
- FIELD - Enum constant in enum org.glassfish.hk2.classmodel.reflect.Member.Type
- fieldCache - Variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- fieldMe(Map<SystemInjecteeImpl, Object>, T) - Method in class org.jvnet.hk2.internal.ClazzCreator
- FieldModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Model that represent the field of a class
- FieldModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of a field model
- FieldModelImpl(String, TypeProxy, ExtensibleType) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
- fieldRefs - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- fields - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
- FieldVisitingContext(boolean) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.FieldVisitingContext
- fieldVisitor - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- file - Variable in class com.sun.enterprise.module.common_impl.Jar.Archive
- FILE_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
The flag for the location of the file
- fileNames - Variable in class com.sun.enterprise.module.impl.CookedLibRepository
- fileOrDirectory - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- fillInPT(ParameterizedType, HashMap<Class<?>, ParameterizedType>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- filter - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- filter - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- filter - Variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- Filter - Interface in org.glassfish.hk2.api
-
This object is used to search for items in the service registry
- filterMatches(Descriptor, Filter) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Determines if the given descriptor matches the given filter.
- finalAction - Variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- finalize() - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- finalize() - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- finalize() - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
- finalize() - Method in class org.glassfish.hk2.internal.InheritableThreadContext.InheritableContextThreadWrapper
- finalize() - Method in class org.glassfish.hk2.internal.PerThreadContext.PerContextThreadWrapper
- find(Class) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
- find(Class) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Finds the
Module
that owns the given class. - find(Class) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- find(Class) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
- find(String) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Finds the ServiceLocator with this name
- find(String) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- find(String, String) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- find(String, String) - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Finds and returns a
DefaultModuleDefinition
instance for a module given the name and version constraints. - find(String, String) - Method in interface com.sun.enterprise.module.Repository
-
Finds and returns a
DefaultModuleDefinition
instance for a module given the name and version constraints. - findAll() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- findAll() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Returns a list of all modules available in this repository
- findAll() - Method in interface com.sun.enterprise.module.Repository
-
Returns a list of all modules available in this repository
- findAll(String) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- findAll(String) - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Finds and returns a list of all the available versions of a module given its name.
- findAll(String) - Method in interface com.sun.enterprise.module.Repository
-
Finds and returns a list of all the available versions of a module given its name.
- findAllServicesFromDirectory(File, List<File>) - Method in class org.jvnet.hk2.generator.internal.Utilities
- findAllServicesFromJar(File) - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
- findClass(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- findClass(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- findClass(String) - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
- findClass(String, boolean) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- findClass(List<File>, String, boolean, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Will look for a file on a last-ditch sort of effort using the searchHere thing (jar or directory) and then also in the classpath
- findClassDirect(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
ClassLoaderProxy.findClass(String)
except the classloader punch-in hack. - findDescriptorFiles() - Method in interface org.glassfish.hk2.api.DescriptorFileFinder
-
Returns a list of input streams for hk2 locator files
- findDescriptorFiles() - Method in class org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
- findDescriptorFiles() - Method in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
-
Simple implementation of the findDescriptorFiles which does a simple getResources on the classloader in order to find the hk2 descriptor files
- findEntries(String) - Static method in class org.glassfish.hk2.osgiresourcelocator.ResourceFinder
- findEntries1(String) - Method in class org.glassfish.hk2.osgiresourcelocator.ResourceFinder
- findEntries1(String) - Method in class org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
- findEntry(String) - Static method in class org.glassfish.hk2.osgiresourcelocator.ResourceFinder
- findEntry1(String) - Method in class org.glassfish.hk2.osgiresourcelocator.ResourceFinder
- findEntry1(String) - Method in class org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
- findFactory(TypeElement, TypeElement, List<? extends TypeMirror>, Map<Name, TypeMirror>, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- findInitializerFields(Class<?>, ServiceLocatorImpl, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Will find all the initialize fields in the class
- findInitializerMethods(Class<?>, ServiceLocatorImpl, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Get all the initializer methods of the annotatedType.
- findMethod(Class<?>, Set<String>) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- findMethod(Method, Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
- findMethodOnDifferentClass(Class<?>, Method) - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- findOneDescriptor(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Finds a descriptor in the given service locator.
- findOnly(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- findOrAddWriteableType(String) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
Gets or creates a writeable type with the given name
- findOrAddWriteableType(String) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
- findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
- findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.Context
-
Creates a contextual instance of this ActiveDescriptor by calling its create method if there is no other matching contextual instance.
- findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.extras.operation.OperationContext
- findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.internal.InheritableThreadContext
- findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.internal.PerThreadContext
- findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
This is from the
Context
API, called by the wrapper - findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.runlevel.RunLevelContext
- findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.utilities.ImmediateContext
- findOrCreateService(ServiceLocator, Class<T>, Annotation...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will first attempt to find a service corresponding to the type and qualifiers passed in to the method, and if one is found simply returns it.
- findPostConstruct(Class<?>, Class<?>) - Method in interface org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
Finds the postConstruct method on this class
- findPostConstruct(Class<?>, Class<?>) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- findPostConstruct(Class<?>, ServiceLocatorImpl, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Finds the post construct method on this class
- findPreDestroy(Class<?>, Class<?>) - Method in interface org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
Finds the preDestroy method on this class
- findPreDestroy(Class<?>, Class<?>) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- findPreDestroy(Class<?>, ServiceLocatorImpl, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Finds the pre destroy method on this class
- findProducerConstructor(Class<?>, ServiceLocatorImpl, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Validates the constructors of the annotated type and returns the producer for the annotatedType (if there is no valid producer constructor then this method returns null)
- findResource(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- findResource(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- findResourceDirect(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
-
Works like
ClassLoaderFacade.findResource(String)
but only looks at this module, without delegating to ancestors. - findResourceDirect(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
Works like
ClassLoaderProxy.findResource(String)
but only looks at this module, without delegating to ancestors. - findResources(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- findResources(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- findStartupService(ModulesRegistry, ServiceLocator, String, StartupContext) - Method in class com.sun.enterprise.module.bootstrap.Main
-
Return the ModuleStartup service configured to be used to start the system.
- fire(Object, Method, DefaultTopicDistributionService.SubscriberInfo, Object, ServiceLocator) - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- fireChangeEvent() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
fires a ModuleChange event to all listeners
- FireResults(Method, DefaultTopicDistributionService.SubscriberInfo, Object) - Constructor for class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.FireResults
- firstTime - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- firstUpper(String) - Static method in class org.glassfish.hk2.configuration.internal.BeanUtilities
- fixAndCheckQualifiers(Annotation[], String) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method returns a set of qualifiers from an array of qualifiers.
- fixGenericArrayTypeVariables(GenericArrayType, Map<String, Type>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Replace any TypeVariables in the given type's arguments with the actual argument types.
- fixNull(File[]) - Method in class com.sun.enterprise.module.common_impl.Jar.Directory
- fixTypeVariables(ParameterizedType, Map<String, Type>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Replace any TypeVariables in the given type's arguments with the actual argument types.
- FlattenEnumeration<T> - Class in com.sun.enterprise.module.common_impl
-
Equivalent of FlattenIterator for enumeration
- FlattenEnumeration(Enumeration<Enumeration<T>>) - Constructor for class com.sun.enterprise.module.common_impl.FlattenEnumeration
- FlattenIterator<T> - Class in com.sun.enterprise.module.common_impl
-
Iterator
implementation that works like Lisp "flatten" function. - FlattenIterator(Iterator<? extends Iterator<? extends T>>) - Constructor for class com.sun.enterprise.module.common_impl.FlattenIterator
- flush() - Method in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
-
Called to flush any cached data that this log handler may contain.
- flush() - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- fMethod(AbstractBaseService.InnerInterface[], AbstractBaseService.InnerClass[], AbstractBaseService.InnerEnum[]...) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService
- force - Variable in class org.glassfish.hk2.utilities.ClassLoaderPostProcessor
- formalTypes - Variable in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- formalTypesNames - Variable in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- formatString4Osgi(String) - Static method in class org.glassfish.hk2.maven.Version
- FOUND_GENERATORS - Variable in class org.jvnet.hk2.generator.internal.Utilities
- FOUND_INTERFACES - Variable in class org.jvnet.hk2.generator.internal.Utilities
- FOUND_SUPERCLASS - Variable in class org.jvnet.hk2.generator.internal.Utilities
- freshnessKeeper - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdValue
- FULLY_DYNAMIC - Enum constant in enum org.glassfish.hk2.configuration.api.Dynamicity
-
This value can change at any time during the life of the service instance
- FULLY_THREADED - Enum constant in enum org.glassfish.hk2.runlevel.RunLevelController.ThreadingPolicy
-
The RunLevelController will use as many threads as it needs (but controlled by the MaximumUseableThreads value)
- future - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- future - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- future - Variable in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- future - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- futures - Variable in class org.glassfish.hk2.classmodel.reflect.Parser
G
- GeneralUtilities - Class in org.glassfish.hk2.utilities.general
-
This class contains utilities useful for any code
- GeneralUtilities() - Constructor for class org.glassfish.hk2.utilities.general.GeneralUtilities
- generate(ModuleMetadata) - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- GENERATE_METHOD_CREATE_CONTRACT - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_CREATE_IMPL - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_CREATE_NAME1 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_CREATE_NAME2 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_CREATE_NAME3 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_CREATE_NAME4 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_CREATE_NAME5 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_DELETE_CONTRACT - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_DELETE_IMPL - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATE_METHOD_DELETE_SCOPE - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- GENERATED_NAME_PREFIX - Static variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- generatedDescriptors - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- GeneratedNameMethodFinderVisitor(GenerateMethodAnnotationData) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.GeneratedNameMethodFinderVisitor
- generateFromClass(DescriptorImpl, Element, Set<String>, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- generateFromMultipleDirectories(List<File>, List<File>, boolean, OutputStream) - Method in interface org.jvnet.hk2.generator.InFlightGenerator
-
Scans multiple directories for HK2 services to be written to the given output stream
- generateFromMultipleDirectories(List<File>, List<File>, boolean, OutputStream) - Method in class org.jvnet.hk2.generator.internal.InFlightGeneratorImpl
- GenerateMethodAnnotationData - Class in org.jvnet.hk2.generator.internal
- GenerateMethodAnnotationData(String, HashSet<String>, String) - Constructor for class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- GenerateMethodAnnotationData(GenerateMethodAnnotationData) - Constructor for class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- generateProxy(Class<?>, ServiceLocatorImpl, ActiveDescriptor<T>, ServiceHandleImpl<T>, Injectee) - Method in class org.jvnet.hk2.internal.ProxyUtilities
- GenerateServiceFromMethodVisitor(Utilities.GeneratorClassVisitor) - Constructor for class org.jvnet.hk2.generator.internal.Utilities.GenerateServiceFromMethodVisitor
- generateSubscriberInfo(ActiveDescriptor<?>, Method, Method, int, Annotation[][]) - Static method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- GenerationComparator() - Constructor for class org.jvnet.hk2.internal.SingletonContext.GenerationComparator
- generationNumber - Variable in class org.jvnet.hk2.internal.SingletonContext
- GENERATOR_IMPL_NAME - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- GENERATOR_NAME_FIELD_WITH_SLASHES - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- GENERATOR_SCOPE_NAME - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- GeneratorClassVisitor(String) - Constructor for class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- GeneratorNameFinderMethodVisitor(Utilities.GeneratorClassVisitor, String) - Constructor for class org.jvnet.hk2.generator.internal.Utilities.GeneratorNameFinderMethodVisitor
- GeneratorRunner - Class in org.jvnet.hk2.generator.internal
- GeneratorRunner(String, String, String, boolean, String, boolean, String, boolean) - Constructor for class org.jvnet.hk2.generator.internal.GeneratorRunner
-
This initializes the GeneratorRunner with the values needed to run
- GenericArrayTypeImpl - Class in org.glassfish.hk2.utilities.reflection
-
An implementation of GenericArrayType for those times we need to create this on the fly
- GenericArrayTypeImpl(Type) - Constructor for class org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
-
Creates the GenericArrayType with the given array type
- genericComponentType - Variable in class org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
- get() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- get() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- get() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- get() - Method in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- get() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- get() - Method in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
-
Returns the value in the current thread's copy of this thread-local variable.
- get() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- get(long, TimeUnit) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- get(long, TimeUnit) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- get(long, TimeUnit) - Method in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- get(long, TimeUnit) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- get(K) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- get(K) - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Returns the value associated with the given key.
- get(K) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- get(K) - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Gets the given key, returning null if not found
- get(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Returns the elements indexed by the provided key
- get(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.InheritableThreadContext.InheritableContextThreadWrapper
- get(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.PerThreadContext.PerContextThreadWrapper
- GET - Static variable in class org.glassfish.hk2.configuration.internal.BeanUtilities
- GET - Static variable in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
- getA() - Method in class org.jvnet.hk2.metadata.tests.AbstractFactory
- getA() - Method in class org.jvnet.hk2.metadata.tests.ConcreteFactory
- getAction() - Method in interface org.glassfish.hk2.runlevel.ErrorInformation
-
Returns the action the system will take
- getAction() - Method in class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- getActiveDescriptor() - Method in interface org.glassfish.hk2.api.InstanceLifecycleEvent
-
The active descriptor that is being used for the operation.
- getActiveDescriptor() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
Returns the ActiveDescriptor associated with this service handle
- getActiveDescriptor() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- getActiveDescriptor() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- getActiveThreads() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- getActiveThreads() - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Gets a set of threads upon which this Operation is active
- getActualTypeArguments() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
- getAdvertisedContract() - Method in class com.sun.enterprise.module.bootstrap.Main.MainFilter
- getAdvertisedContract() - Method in interface org.glassfish.hk2.api.IndexedFilter
-
If this returns non-null then this index will be used to limit the set of Descriptors that will be passed to the matches method.
- getAdvertisedContract() - Method in class org.glassfish.hk2.configuration.internal.ChildFilter
- getAdvertisedContract() - Method in class org.glassfish.hk2.configuration.internal.NoNameTypeFilter
- getAdvertisedContract() - Method in class org.glassfish.hk2.internal.IndexedFilterImpl
- getAdvertisedContract() - Method in class org.glassfish.hk2.internal.SpecificFilterImpl
- getAdvertisedContract() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.UnqualifiedIndexedFilter
- getAdvertisedContracts() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the base class name of the contracts that this service describes.
- getAdvertisedContracts() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getAdvertisedContracts() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getAdvertisedContracts() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getAdvertisedTypesFromClass(Type, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getAdvertisedTypesFromObject(Object, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getAffectedContracts() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getAliasMetadataValue(ActiveDescriptor<?>) - Static method in class org.glassfish.hk2.utilities.AliasDescriptor
- getAllAddedDescriptors() - Method in interface org.glassfish.hk2.api.TwoPhaseTransactionData
-
Gets all ActiveDescriptors that will be added in this transaction
- getAllAddedDescriptors() - Method in class org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- getAllBinderAnnotations(Annotation, HashSet<String>) - Static method in class org.glassfish.hk2.extras.interception.internal.ReflectionUtilities
- getAllBindingsFromClass(Class<?>) - Static method in class org.glassfish.hk2.extras.interception.internal.ReflectionUtilities
- getAllBindingsFromConstructor(Constructor<?>) - Static method in class org.glassfish.hk2.extras.interception.internal.ReflectionUtilities
- getAllBindingsFromMethod(Method) - Static method in class org.glassfish.hk2.extras.interception.internal.ReflectionUtilities
- getAllChildren(LinkedList<ServiceLocatorImpl>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllConstructors(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets all the constructors for a given class
- getAllContracts(TypeElement, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getAllContracts(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllContractsFromInterfaces(Class<?>, Class<? extends Annotation>, Set<Type>, Set<Class<?>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- getAllDescriptors() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- getAllFields(Class<?>) - Method in interface org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
Gets all fields for a class (taking class heirarchy into account)
- getAllFields(Class<?>) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- getAllFieldWrappers(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- getAllGenericMappings(TypeElement, Map<String, Map<String, String>>, Map<String, String>) - Method in class org.glassfish.hk2.stub.generator.StubProcessor
- getAllInterceptors(ServiceLocatorImpl, ActiveDescriptor<?>, Class<?>, Constructor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
- getAllMethods(Class<?>) - Method in interface org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
Gets all methods for a class (taking class heirarchy into account)
- getAllMethods(Class<?>) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- getAllMethodWrappers(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- getAllOperations() - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- getAllProviders() - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersList
- getAllQualifiers(AnnotatedElement, String, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the full set of qualifier annotations on this class
- getAllQualifiers(Element, LinkedHashMap<String, List<String>>, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getAllRemovedDescriptors() - Method in interface org.glassfish.hk2.api.TwoPhaseTransactionData
-
Gets all ActiveDescriptors that will be removed by this transaction
- getAllRemovedDescriptors() - Method in class org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- getAllServiceHandles(Annotation, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a list of
ServiceHandle
that can be used to get and destroy services associated with descriptors that match the provided criteria - getAllServiceHandles(Annotation, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllServiceHandles(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a list of
ServiceHandle
that can be used to get and destroy services associated with descriptors that match the provided criteria - getAllServiceHandles(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllServiceHandles(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a list of
ServiceHandle
that can be used to get and destroy services associated with descriptors that match the provided criteria - getAllServiceHandles(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllServiceHandles(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a list of
ServiceHandle
whoseActiveDescriptor
s match the supplied filter. - getAllServiceHandles(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllServiceLocators() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- getAllServices(Annotation, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets all services from this locator that have the provided qualifiers
- getAllServices(Annotation, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllServices(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets all services from this locator that implement this contract or have this implementation and have the provided qualifiers
- getAllServices(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllServices(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets all services from this locator that implement this contract or have this implementation and have the provided qualifiers
- getAllServices(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllServices(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets all services from this locator that match the provided
Filter
- getAllServices(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllSubContracts(TypeElement, ProcessingEnvironment, LinkedHashSet<String>, LinkedHashSet<String>) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getAllTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
- getAllTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.Types
-
Returns a unmodifiable list of collected types obtained during the parsing activity
- getAllTypes() - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabase
-
Gets an unmodifiable set of all the types in the bean database
- getAllTypes() - Method in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- getAllTypes() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- getAllTypes(Type) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- getAllUnqualifiedServiceHandles(Type, Unqualified, boolean, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllValidators() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAllWriteableTypes() - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
Gets an unmodifiable set of all the types in the bean database
- getAllWriteableTypes() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- getAnalysisPolicy() - Method in interface org.jvnet.hk2.jmx.api.HK2JmxSpecifier
-
Returns the policy to use for adding the next JmxObject
- getAnalyzer(String, Collector) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAnalyzer(Element, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getAndIncrementLocatorId() - Static method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getAnnotatedElements() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
- getAnnotation(String) - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Returns an annotation model if the type is annotated with the passed annotation name
- getAnnotation(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- getAnnotation(Element, String, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getAnnotationLiteralSubclass(Class<?>) - Static method in class org.glassfish.hk2.api.AnnotationLiteral
- getAnnotations() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Returns a unmodifiable set of annotations that are present on this annotated element.
- getAnnotations() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- getAnnotationsOfInterest() - Method in interface org.glassfish.hk2.classmodel.reflect.util.ParsingConfig
-
Returns a list of annotations that should trigger an exhaustive visit of the annotated type.
- getAnnoType() - Method in class org.glassfish.hk2.utilities.reflection.ScopeInfo
-
Returns the annotation class for this annotation type
- getArgs() - Method in class com.sun.enterprise.module.bootstrap.ArgumentManager
- getArguments() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
-
Return the properties that constitues this context.
- getArguments() - Method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- getArguments() - Method in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- getArgumentTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- getArgumentTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.MethodModel
-
Returns the parameter types as string
- getArrayOfType(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- getArrayType(Type) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
-
An array type can be a class that is an array or a GenericArrayType
- getAssociatedContracts(List<File>, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Gets the contracts associated with the name passed in
- getAssociatedException() - Method in interface org.glassfish.hk2.api.ErrorInformation
-
This will contain the associated exception or exceptions that caused the failure.
- getAssociatedException() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
- getAssociatedSuperclassContracts(List<File>, String, Set<String>) - Method in class org.jvnet.hk2.generator.internal.Utilities
- getAttributes(String) - Method in class com.sun.enterprise.module.single.ManifestProxy
- getAutoAdvertisedTypes(Type) - Static method in class org.jvnet.hk2.internal.Utilities
- getAutoAnalyzerName(Class<?>) - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
-
Gets the analyzer name from the Service annotation
- getB() - Method in class org.jvnet.hk2.metadata.tests.AbstractFactory
- getB() - Method in class org.jvnet.hk2.metadata.tests.ConcreteFactory
- getB1Size() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getB1Size() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns the number of items in the B1 LRU
- getB2Size() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getB2Size() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns the number of items in the B2 LRU
- getBaseName() - Method in class com.sun.enterprise.module.common_impl.Jar.Archive
- getBaseName() - Method in class com.sun.enterprise.module.common_impl.Jar.Directory
- getBaseName() - Method in class com.sun.enterprise.module.common_impl.Jar
-
Gets the base name of the jar.
- getBaseRevision() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- getBean() - Method in interface org.glassfish.hk2.configuration.hub.api.Instance
-
Gets the bean (or bean-like-map) associated with this instance
- getBean() - Method in class org.glassfish.hk2.configuration.hub.internal.InstanceImpl
- getBean() - Method in class org.glassfish.hk2.configuration.internal.BeanInfo
- getBeanPropertyNameFromGetter(Method) - Static method in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
-
Returns the bean version of the property name if the method is a getter, or returns null if the method is not a getter
- getBeanPropertyValue(Type, String, BeanInfo) - Static method in class org.glassfish.hk2.configuration.internal.BeanUtilities
-
Gets the value from the given attribute from the given bean Safe to give both a bean-like map and a java bean
- getBestContract(Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- getBestDescriptor(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the descriptor that best matches this filter, taking ranking and service id into account
- getBestDescriptor(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getBootstrapFile() - Method in class com.sun.enterprise.module.bootstrap.Main
-
We need to determine which jar file has been used to load this class Using the getResourceURL we can get this information, after that, it is just a bit of detective work to get the file path for the jar file.
- getBound(Type[]) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- getBridgeName(ServiceLocator, ServiceLocator) - Static method in class org.glassfish.hk2.extras.ExtrasUtilities
- getBuildClasspath() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- getBundleContextSecured(Bundle) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- getBundleId() - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersPerBundle
- getBy(Class<T>, String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
- getBy(Class<T>, String) - Method in interface org.glassfish.hk2.classmodel.reflect.Types
-
Returns a Model instance given a name
- getBy(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
- getBy(String) - Method in interface org.glassfish.hk2.classmodel.reflect.Types
-
Returns a Type instance given a name
- getC() - Method in class org.jvnet.hk2.metadata.tests.AbstractFactory
- getC() - Method in class org.jvnet.hk2.metadata.tests.ConcreteFactory
- getCache() - Method in interface org.glassfish.hk2.api.SingleCache
-
This can be used for scopes that will only every be created once.
- getCache() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getCache() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
- getCache() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- getCache() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- getCache() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getCaller() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
This method attempts to return the StackTraceElement of the code calling the HK2 method that caused this validation to occur
- getCaller() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
-
The implementation of this method is VERY dependent on the implementation of ServiceLocatorImpl.
- getCancelTimeout() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- getCancelTimeoutMilliseconds() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- getCancelTimeoutMilliseconds() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Returns the amount of time in milliseconds the run level service will wait after a cancel call before orphaning services that have not yet completed execution
- getCandidate() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
The candidate descriptor for this operation
- getCandidate() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
- getCatOutputStream() - Method in class com.sun.enterprise.module.maven.HK2GenerateMojo
- getChangeCategory() - Method in interface org.glassfish.hk2.configuration.hub.api.Change
-
Gets the category of change this Change object represents
- getChangeCategory() - Method in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- getChangeEvents(ClassReflectionHelper, Object, Object) - Static method in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
-
Gets the set of change events by comparing two different beans.
- getChanges() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- getChangeType() - Method in interface org.glassfish.hk2.configuration.hub.api.Change
-
Gets the type of the change for all change categories.
- getChangeType() - Method in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- getClass(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
-
Tries to find a class from the
ModuleClassLoader
that this facade is wrapping, without doing further delegation to ancestors. - getClassAnalysisName() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the name of the
ClassAnalyzer
service that should be used to discover the constructors, initialization methods, field and postConstruct and preDestory methods. - getClassAnalysisName() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getClassAnalysisName() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getClassAnalysisName() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getClassAnalyzer(ServiceLocatorImpl, String, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the class analyzer with the given name
- getClassAnalyzerModificationMade() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getClassesFromDirectory(Set<String>, File, boolean) - Static method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Given a
Set
of package names and aFile
designating an existing directory in the classpath that can be read, returns aSet
ofService
-annotatedClass
es that can be found there that belong to one of the supplied package names. - getClassesFromPackages(Set<String>) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
- getClassesFromZipFile(Set<String>, ZipFile) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
- getClassLoader() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Return the
ClassLoader
instance associated with this module. - getClassLoader() - Method in interface com.sun.enterprise.module.Module
-
Return the
ClassLoader
instance associated with this module. - getClassLoader() - Method in class com.sun.enterprise.module.single.ProxyModule
- getClasspath() - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Returns a
String
representing the classpath to use to search for classes. - getClassReflectionHelper() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getClassVisitor(URI, String) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- getClassVisitor(URI, String, boolean) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- getClazz() - Method in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- getCommitMessage() - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
Gets the commit message for this writeable bean database
- getCommitMessage() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- getComputable() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getComputable() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
The computable associated with this cache
- getComputation() - Method in exception class org.glassfish.hk2.utilities.cache.ComputationErrorException
- getConfig() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- getConstructor() - Method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- getConstructor(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the constructor that it to be used when constructing this service
- getConstructor(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
- getConstructor(Class<T>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the constructor given the implClass and analyzer.
- getConstructorInjectees(Constructor<?>, ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns all the injectees for a constructor
- getConstructorInterceptors() - Method in interface org.jvnet.hk2.internal.Utilities.Interceptors
-
Gets the constructor interceptors
- getConstructorInterceptors(Constructor<?>) - Method in interface org.glassfish.hk2.api.InterceptionService
-
The single chosen constructor of a service that passes the
InterceptionService.getDescriptorFilter()
method will be passed to this method to determine if it will intercepted - getConstructorInterceptors(Constructor<?>) - Method in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- getContext() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelAnnotationVisitor
- getContext() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelFieldVisitor
- getContext() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelMethodVisitor
- getContext() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
-
Returns the context this parser instance was initialized with during the call to
Parser(ParsingContext)
- getContext(Class<T>) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
- getContexts() - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
- getContracts() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- getContractsFromClass(Class<?>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getContractTypes() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
The set of types that this ActiveDescriptor must produce.
- getContractTypes() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getContractTypes() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getContractTypes() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- getContractTypes() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- getContractTypes() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getCreationTime() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
-
Returns the time at which this StartupContext instance was created.
- getCurrent() - Method in class com.sun.enterprise.module.common_impl.CompositeEnumeration
- getCurrentContextClassLoader() - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the current context class loader with privs
- getCurrentDatabase() - Method in interface org.glassfish.hk2.configuration.hub.api.Hub
-
Gets the current database running in the system
- getCurrentDatabase() - Method in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- getCurrentFuture() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
Gets the current task
- getCurrentJob() - Method in exception class org.glassfish.hk2.runlevel.CurrentlyRunningException
-
Gets the job current in progress
- getCurrentLevel() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- getCurrentOperation(T) - Method in class org.glassfish.hk2.extras.operation.internal.OperationManagerImpl
- getCurrentOperation(T) - Method in interface org.glassfish.hk2.extras.operation.OperationManager
-
Gets the current operation of scope type on the current thread.
- getCurrentOperationOnThisThread() - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
-
OperationLock need NOT be held
- getCurrentOperationOnThisThread(long) - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
-
OperationLock must be held
- getCurrentOperations(T) - Method in class org.glassfish.hk2.extras.operation.internal.OperationManagerImpl
- getCurrentOperations(T) - Method in interface org.glassfish.hk2.extras.operation.OperationManager
-
Gets a set of all Operations that are in state
OperationState.ACTIVE
orOperationState.SUSPENDED
. - getCurrentProceeding() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- getCurrentProceeding() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
This method will return the current proceedTo that the RunLevelController is working on, or it will return null if the controller is not currently moving up or down
- getCurrentRunLevel() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- getCurrentRunLevel() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
The current run level state.
- getD() - Method in class org.jvnet.hk2.metadata.tests.AbstractFactory
- getD() - Method in class org.jvnet.hk2.metadata.tests.ConcreteFactory
- getDeclaredFieldWrappers(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
-
Gets the EXACT set of FieldWrappers on this class only.
- getDeclaredMethodWrappers(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
-
Gets the EXACT set of MethodWrappers on this class only.
- getDeclaringType() - Method in interface org.glassfish.hk2.classmodel.reflect.FieldModel
-
Returns the declaring type of this field, which is a class.
- getDeclaringType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
- getDeclaringType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- getDeclaringType() - Method in interface org.glassfish.hk2.classmodel.reflect.Member
-
return the type declaring this member
- getDeclaringType() - Method in interface org.glassfish.hk2.classmodel.reflect.MethodModel
-
Returns the class or interface model this method belongs to.
- getDefaultBinderLoader() - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- getDefaultClassAnalyzerName() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the name of the default class analyzer service
- getDefaultClassAnalyzerName() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getDefaultClazzes() - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- getDefaultExcludes() - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- getDefaultInstance(String) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getDefaultInstanceName() - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getDefaultInstanceName() - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileHandle
-
Gets the default instance name that will be given to instances whose name cannot otherwise be determined
- getDefaultLocatorFiles() - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- getDefaultLogger() - Static method in class com.sun.enterprise.module.common_impl.LogHelper
- getDefaultName() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- getDefaultNameFromMethod(Method, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the default name if one can be found.
- getDefaultPackages() - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- getDefaultType() - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getDefaultType() - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileHandle
-
Returns the default type name if the type cannot be determined from the key of the property.
- getDefaultType(String) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getDefaultType(String, String, String) - Static method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getDefaultUnqualified() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This returns the default
Unqualified
annotation that will be put on all injection points that do not have any qualifiers. - getDefaultUnqualified() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getDefaultValues() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationType
-
Returns an unmodifiable collection of annotation default values.
- getDefaultValues() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
- getDefiningURI(File) - Static method in class org.glassfish.hk2.classmodel.reflect.Parser
- getDefiningURIs() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- getDefiningURIs() - Method in interface org.glassfish.hk2.classmodel.reflect.Type
-
Returns the defining URIs
- getDelegate() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- getDelegates() - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- getDependencies() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the list of module dependencies
- getDependencies() - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
- getDependencies() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the list of this module's dependencies.
- getDependencies() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getDescription() - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Returns the
Description
describing the currently executing JUnit test method. - getDescriptor() - Method in interface org.glassfish.hk2.api.ErrorInformation
-
This will contain the active descriptor that is associated with this failure.
- getDescriptor() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
Get the descriptor being aliased.
- getDescriptor() - Method in class org.glassfish.hk2.utilities.ContextualInput
-
Returns the descriptor associated with this contextual creation
- getDescriptor() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
- getDescriptor() - Method in class org.jvnet.hk2.internal.ErrorResults
- getDescriptorFileInformation() - Method in interface org.glassfish.hk2.api.DescriptorFileFinderInformation
-
This list must have the same cardinality as
DescriptorFileFinder.findDescriptorFiles()
. - getDescriptorFileInformation() - Method in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- getDescriptorFilter() - Method in interface org.glassfish.hk2.api.InterceptionService
-
If the returned filter returns true then the methods of the service will be passed to
InterceptionService.getMethodInterceptors(Method)
to determine if a method should be intercepted and the constructor of the service will be passed toInterceptionService.getConstructorInterceptors(Constructor)
to determine if the constructor should be intercepted - getDescriptorFilter() - Method in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- getDescriptorFilter() - Static method in class org.glassfish.hk2.internal.StarFilter
-
Gets the static instance of this filter
- getDescriptorFromFactoryClass(TypeElement, Set<String>, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getDescriptors() - Method in class com.sun.enterprise.module.ModuleMetadata
- getDescriptors(String) - Method in class com.sun.enterprise.module.ModuleMetadata
- getDescriptors(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the list of descriptors that match the given filter
- getDescriptors(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getDescriptors(Filter, Injectee, boolean, boolean, boolean) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getDescriptorsFromClass(TypeElement, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
-
Returns one descriptor if this is a normal service class or two if this class is a factory.
- getDescriptorType() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns CLASS if this is a class descriptor and FACTORY if this is a descriptor describing a factory for a type, in which case the implClass should point to the implementation class of the factory
- getDescriptorType() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getDescriptorType() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getDescriptorType() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getDescriptorVisibility() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the visibility of this descriptor.
- getDescriptorVisibility() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getDescriptorVisibility() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getDescriptorVisibility() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getDigit(List<String>, int) - Static method in class org.glassfish.hk2.maven.Version
- getDomainName() - Method in interface org.jvnet.hk2.jmx.api.HK2JmxSpecifier
- getDotDelimitedSuperclass() - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- getDynamicConfigurationListenerModificationMade() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getEffectiveUnqualified(Unqualified, boolean, Annotation[]) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getElement() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationModel
-
Returns the annotated element with this annotation instance
- getElement() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- getEntries() - Method in class com.sun.enterprise.module.ModuleMetadata
- getEntries() - Method in class com.sun.enterprise.module.single.ManifestProxy
- getEntry(String) - Method in class com.sun.enterprise.module.ModuleMetadata
- getError() - Method in interface org.glassfish.hk2.runlevel.ErrorInformation
-
Returns the throwable that caused the error
- getError() - Method in class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- getErrorHandlerModificationMade() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getErrorHandlers() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getErrors() - Method in exception class org.glassfish.hk2.api.MultiException
-
Gets all the errors associated with this MultiException
- getErrors() - Method in class org.jvnet.hk2.internal.NarrowResults
- getErrorType() - Method in interface org.glassfish.hk2.api.ErrorInformation
-
Gets the type of error that has occurred.
- getErrorType() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
- getEventType() - Method in interface org.glassfish.hk2.api.InstanceLifecycleEvent
-
Gets the type of event this describes.
- getEventType() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- getExecutor() - Method in interface org.glassfish.hk2.api.ImmediateController
-
Returns the executor that is currently in use by the Immediate subsystem
- getExecutor() - Method in class org.glassfish.hk2.internal.ImmediateHelper
- getExecutor() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- getExecutor() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- getExecutor() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Gets the executor that will be used by the system when executing tasks.
- getExistingDescriptor() - Method in exception class org.glassfish.hk2.api.DuplicateServiceException
-
Gets the descriptor that matched one of the idempotent filters
- getFactories() - Method in class com.sun.enterprise.module.RepositoryFactories
-
Returns an interator of registered
ReposistoryFactory
- getFactoryAsAFactory() - Method in interface org.glassfish.hk2.api.FactoryDescriptors
-
This returns the factory as a factory for some other type.
- getFactoryAsAFactory() - Method in class org.glassfish.hk2.utilities.FactoryDescriptorsImpl
- getFactoryAsAService() - Method in interface org.glassfish.hk2.api.FactoryDescriptors
-
This returns the factory as a service itself.
- getFactoryAsAService() - Method in class org.glassfish.hk2.utilities.FactoryDescriptorsImpl
- getFactoryAwareImplementationClass(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
This utility will return the proper implementation class, taking into account that the descriptor may be a factory
- getFactoryDescriptor(Method, Type, ServiceLocatorImpl, Collector) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getFactoryFor(String) - Method in class com.sun.enterprise.module.RepositoryFactories
-
Returns a
RespositoryFactory
factory instance capable of creatingRepository
repositories of the provided type - getFactoryHandle() - Method in class org.jvnet.hk2.internal.FactoryCreator
- getFactoryLocatorId() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
If this ActiveDescriptor has DescriptorType of PROVIDE_METHOD then this field will return the ServiceId of its associated Factory service.
- getFactoryLocatorId() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getFactoryLocatorId() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getFactoryLocatorId() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- getFactoryLocatorId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getFactoryProductionClass(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method returns the class associated with the type of the factory.
- getFactoryProductionType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method returns the type produced by a factory class
- getFactoryProvideMethod(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method will retrieve the provide method from a Factory
- getFactoryServiceId() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
If this ActiveDescriptor has DescriptorType of PROVIDE_METHOD then this field will return the ServiceId of its associated Factory service.
- getFactoryServiceId() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getFactoryServiceId() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getFactoryServiceId() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- getFactoryServiceId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getFailedDescriptor() - Method in interface org.glassfish.hk2.runlevel.ErrorInformation
-
Returns the descriptor associated with this failure, or null if the descriptor could not be determined
- getFailedDescriptor() - Method in class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- getFieldAdjustedQualifierAnnotations(Field, Set<Annotation>) - Static method in class org.jvnet.hk2.internal.Utilities
- getFieldInjectees(Class<?>, Field, ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the injectees for a field
- getFieldModel(String, TypeProxy, ExtensibleType) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
- getFieldModel(String, TypeProxy, ExtensibleType) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
- getFields() - Method in interface org.glassfish.hk2.classmodel.reflect.ClassModel
-
Returns an unmodifiable collection of fields models that represent all the declared fields of this classes.
- getFields() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
- getFields(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the set of initializer fields to be used when initializing this service
- getFields(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
- getFilePath(String, String) - Static method in class org.glassfish.hk2.classmodel.reflect.Parser
- getFilesFromSearchPath(String) - Static method in class org.jvnet.hk2.generator.internal.Utilities
- getFilter() - Method in interface org.glassfish.hk2.api.InstanceLifecycleListener
-
This returns a filter that tells the system whether a particular descriptor should be handled by this lifecycle listener.
- getFilter() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
On a LOOKUP operation the
Filter
that was used in the lookup operation. - getFilter() - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- getFilter() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
- getFirst(K) - Method in class org.jvnet.hk2.component.MultiMap
- getFirstParameterType(String) - Static method in class org.jvnet.hk2.generator.internal.Utilities
- getFirstThingInList(List<T>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the first thing found in the set
- getFirstTypeArgument(Type) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the first type argument if this is a parameterized type, otherwise it returns Object.class
- getFoo() - Method in interface org.jvnet.hk2.metadata.tests.stub.RandomBean
- getFullyQualifiedStubName(TypeElement) - Method in class org.glassfish.hk2.stub.generator.StubProcessor
- getGeneratedDescriptor() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
-
Gets the generated descriptor created by this visitor
- getGeneratedName() - Static method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- getGenerateMethodAnnotationData() - Method in class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- getGenerator() - Static method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- getGeneratorSecure() - Static method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- getGenericComponentType() - Method in class org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
- getGoingTo() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- getHandle() - Method in interface org.glassfish.hk2.api.IterableProvider
-
Rather than getting the service directly with get (in which case the returned service cannot be disposed of) this method will instead return a service handle for the current best service.
- getHandle() - Method in class org.glassfish.hk2.internal.HandleAndService
- getHandle() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- getHardenedKey() - Method in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- getHelper() - Method in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- getHelper() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- getHitRate() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getHitRate() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns the hit rate from the last time clear was called
- getHolder(String) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
- getHolder(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
- getHolder(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
- getHolder(String, Class<T>) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
- getHolder(String, Class<T>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
- getHolder(String, Class<T>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
- getIdempotentFilters() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- getIdentifier() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- getIdentifier() - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Returns a unique identifier for this operation
- getiFaces() - Method in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- getImmediateAnnotation() - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns a
Immediate
Annotation
implementation - getImmediateResults() - Method in class org.jvnet.hk2.internal.ImmediateResults
- getImmediateServices() - Method in class org.glassfish.hk2.internal.ImmediateHelper
- getImmediateServices() - Method in class org.glassfish.hk2.utilities.ImmediateContext
- getImmediateState() - Method in interface org.glassfish.hk2.api.ImmediateController
-
Returns the state the system is currently running under
- getImmediateState() - Method in class org.glassfish.hk2.internal.ImmediateHelper
- getImplClass() - Method in class org.jvnet.hk2.internal.ClazzCreator
- getImplementation() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the fully qualified class name of the implementation class.
- getImplementation() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getImplementation() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
- getImplementation() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- getImplementation() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getImplementation() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- getImplementation() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- getImplementation() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getImplementationClass() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
The implementation class that should be used to generate new instances of this descriptor.
- getImplementationClass() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getImplementationClass() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getImplementationClass() - Method in class org.glassfish.hk2.extras.operation.internal.OperationDescriptor
- getImplementationClass() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
- getImplementationClass() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
- getImplementationClass() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- getImplementationClass() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
- getImplementationClass() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- getImplementationClass() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getImplementations() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- getImplementationType() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
If known the Type of the implementation.
- getImplementationType() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getImplementationType() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getImplementationType() - Method in class org.glassfish.hk2.extras.operation.internal.OperationDescriptor
- getImplementationType() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
- getImplementationType() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
- getImplementationType() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- getImplementationType() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
- getImplementationType() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- getImplementationType() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getImplementedInterfaces() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- getImportPolicyClassName() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the class name implementing the
ImportPolicy
interface for this module or null if there is no such implementation - getImportPolicyClassName() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the import policy class name.
- getImportPolicyClassName() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getImports() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns the list of imported modules
- getImports() - Method in interface com.sun.enterprise.module.Module
-
Returns the list of imported modules.
- getImports() - Method in class com.sun.enterprise.module.single.ProxyModule
- getIncomingObject() - Method in class org.glassfish.hk2.utilities.general.ThreadSpecificObject
-
Gets the incoming object bound to the thread id
- getIncrementalVersion() - Method in class org.glassfish.hk2.maven.Version
- getIndentStep() - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
-
Deprecated.Only return the length of the indent string.
- getInheritableThreadAnnotation() - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns a
InheritableThread
Annotation
implementation - getInitFields(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the initializer fields from the given class and analyzer.
- getInitializerMethods(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the set of initializer method to be used when initializing this service
- getInitializerMethods(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
- getInitMethods(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the initializer methods from the given class and analyzer.
- getInjectAnnotation(ServiceLocatorImpl, AnnotatedElement, boolean, int) - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
-
Gets the annotation that was used for the injection
- getInjectee() - Method in interface org.glassfish.hk2.api.ErrorInformation
-
This will contain information about the Injectee that was being injected into when the error occurred.
- getInjectee() - Method in exception class org.glassfish.hk2.api.UnsatisfiedDependencyException
-
Returns the injectee that is unsatisfied
- getInjectee() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
On a LOOKUP operation if the lookup is being performed due to an injection point (as opposed to a lookup via the API) then this method will return a non-null
Injectee
that is the injection point that would be injected into - getInjectee() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
- getInjectee() - Method in class org.jvnet.hk2.internal.ErrorResults
- getInjectee() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
- getInjecteeClass() - Method in interface org.glassfish.hk2.api.Injectee
-
Returns the parent class for this injectee.
- getInjecteeClass() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- getInjecteeClass() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- getInjecteeDescriptor() - Method in interface org.glassfish.hk2.api.Injectee
-
This returns the ActiveDescriptor of the injectee if it is known
- getInjecteeDescriptor() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- getInjecteeDescriptor() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- getInjecteeDescriptor(Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method will first find a descriptor for this injectee, and then reify that descriptor.
- getInjecteeDescriptor(Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getInjectees() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
Returns the full list of Injectees this class has.
- getInjectees() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getInjectees() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getInjectees() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- getInjectees() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- getInjectees() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
- getInjectees() - Method in class org.jvnet.hk2.internal.ClazzCreator
- getInjectees() - Method in interface org.jvnet.hk2.internal.Creator
-
Returns all the injectees needed prior to creating this object
- getInjectees() - Method in class org.jvnet.hk2.internal.FactoryCreator
- getInjectees() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getInjectionAnnotation(AnnotatedElement, int) - Static method in class org.glassfish.hk2.configuration.internal.ChildInjectResolverImpl
- getInjectionResolver(Class<? extends Annotation>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getInjectionResolver(ServiceLocatorImpl, AnnotatedElement) - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
-
Returns an injection resolver for this AnnotatedElement.
- getInjectionResolver(ServiceLocatorImpl, AnnotatedElement, int) - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
- getInjectionResolver(ServiceLocatorImpl, Injectee) - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
-
Returns an injection resolver for the injectee
- getInjectionResolverForInjectee(SystemInjecteeImpl) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getInjectionResolverModificationMade() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getInjectionResolverType(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Will return the class of the injection resolver annotation type, or null if no injection resolver annotation can be found
- getInputStream() - Method in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
- getInstance() - Static method in class com.sun.enterprise.module.common_impl.AbstractFactory
- getInstance() - Static method in class com.sun.enterprise.module.RepositoryFactories
-
Return the instance holding registered repository factories
- getInstance() - Static method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
This will return a factory where the ServiceLocatorGenerator is discovered from the META-INF/services of the process
- getInstance() - Static method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- getInstance(String) - Method in interface org.glassfish.hk2.configuration.hub.api.Type
-
Gets the instance associated with this key, or null if there is none
- getInstance(String) - Method in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- getInstance(String) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- getInstance(String, String) - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabase
-
Returns the instance with the given instanceKey from the type with the given name
- getInstance(String, String) - Method in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- getInstance(String, String) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- getInstanceKey() - Method in interface org.glassfish.hk2.configuration.hub.api.Change
-
Returns the key of the instance that was removed, added or modified for the categories ADD_INSTANCE, REMOVE_INSTANCE and MODIFY_INSTANCE
- getInstanceKey() - Method in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- getInstanceLifecycleModificationsMade() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getInstanceName() - Method in class org.glassfish.hk2.configuration.internal.BeanInfo
- getInstances() - Method in interface org.glassfish.hk2.configuration.hub.api.Type
-
Returns a read-only map of the instances that are associated with this type
- getInstances() - Method in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- getInstances() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- getInstances(String, HashMap<PropertyFileHandleImpl.TypeData, Map<String, String>>) - Static method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getInstanceValue() - Method in interface org.glassfish.hk2.configuration.hub.api.Change
-
Returns the value of the instance that was removed, added or modified for the categories ADD_INSTANCE, REMOVE_INSTANCE and MODIFY_INSTANCE.
- getInstanceValue() - Method in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- getInstantiationData() - Method in interface org.glassfish.hk2.api.InstantiationService
-
This method may be called from inside the implementation of
Factory.provide()
method to get more information about the reason for instantiation. - getInstantiationData() - Method in class org.jvnet.hk2.internal.InstantiationServiceImpl
- getInterceptionServiceModificationMade() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getInterceptionServices() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getInterfaces() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Returns an unmodifiable list of interfaces implemented or extended by this type.
- getInterfaces() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- getInterfacesForProxy(Set<Type>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns all the interfaces the proxy must implement
- getJarLocations() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Returns the plain jar files installed in this repository.
- getJarLocations() - Method in interface com.sun.enterprise.module.Repository
-
Returns the plain jar files installed in this repository.
- getJmxDescriptorFilter() - Method in interface org.jvnet.hk2.jmx.api.HK2JmxSpecifier
-
Returns true for descriptors that should possibly have instances put into JMX.
- getJmxObject(ActiveDescriptor<?>, Object) - Method in interface org.jvnet.hk2.jmx.api.HK2JmxSpecifier
-
Gets the Object that should be used either directly or to be modelled.
- getJmxServerName() - Method in interface org.jvnet.hk2.jmx.api.HK2JmxSpecifier
-
Gets the string for connecting to the JmxServer
- getJobsRunning() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- getJustClassPart(String) - Static method in class org.glassfish.hk2.stub.generator.StubProcessor
- getKeySize() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getKeySize() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns the current number of keys in the cache.
- getKnownInjectees() - Method in interface org.glassfish.hk2.api.InstanceLifecycleEvent
-
A map from the Injectee to the object actually used in the production, if known.
- getKnownInjectees() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- getLastInjectee() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- getLifecycleListeners() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
- getLifecycleObject() - Method in interface org.glassfish.hk2.api.InstanceLifecycleEvent
-
The object that is being described by this event.
- getLifecycleObject() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- getLifecyclePolicyClassName() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the class name implementing the
LifecyclePolicy
interface for this module or null if there is no such implementation - getLifecyclePolicyClassName() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the lifecycle policy class name.
- getLifecyclePolicyClassName() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getListActualType(String) - Static method in class org.jvnet.hk2.generator.internal.Utilities
- getLoader() - Method in interface org.glassfish.hk2.api.Descriptor
-
This returns the loader that should be used when classloading this descriptor.
- getLoader() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getLoader() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getLoader() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getLocation() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- getLocation() - Static method in class com.sun.enterprise.module.common_impl.TracingUtilities
- getLocation() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Returns the repository location
- getLocation() - Method in interface com.sun.enterprise.module.Repository
-
Returns the repository location
- getLocations() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the list of URI locations forming the classpath for this module.
- getLocations() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
A Module is implemented by one to many jar files.
- getLocations() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getLocator() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- getLocatorDescriptor(ServiceLocator) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns a constant ActiveDescriptor for the basic ServiceLocator
- getLocatorId() - Method in interface org.glassfish.hk2.api.Descriptor
-
This returns the id of the ServiceLocator which this descriptor is registered with.
- getLocatorId() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This returns the unique locator ID for this locator.
- getLocatorId() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getLocatorId() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getLocatorId() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- getLocatorId() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getLocatorId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getLogger() - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
- getLogger() - Static method in class org.glassfish.hk2.utilities.reflection.Logger
-
Gets the singleton instance of the Logger
- getLookupFilter() - Method in interface org.glassfish.hk2.api.ValidationService
-
This filter will be run at least once per descriptor at the point that the descriptor is being looked up, either with the
ServiceLocator
API or due to an @Inject resolution. - getLookupFilter() - Method in class org.glassfish.hk2.configuration.internal.ConfigurationValidationService
- getLookupFilter() - Method in class org.glassfish.hk2.internal.ImmediateHelper
- getMainAttributes() - Method in class com.sun.enterprise.module.single.ManifestProxy
- getMajorVersion() - Method in class org.glassfish.hk2.maven.Version
- getManifest() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the manifest file from the module's implementation jar file
- getManifest() - Method in class com.sun.enterprise.module.common_impl.Jar.Archive
- getManifest() - Method in class com.sun.enterprise.module.common_impl.Jar.Directory
- getManifest() - Method in class com.sun.enterprise.module.common_impl.Jar
-
See
JarFile.getManifest()
for the contract. - getManifest() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the manifest file for the main module jar file
- getManifest() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getManifest() - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter
-
Returns the manifest instance for the archive.
- getManifest() - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- getManifest() - Method in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
- getManifest() - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- getMapChangeEvents(Map<String, Object>, Map<String, Object>) - Static method in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
- getMaxCacheSize() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- getMaxCacheSize() - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Returns the maximum number of entries that will be stored in this cache
- getMaximumCacheSize() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
- getMaximumThreads() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- getMaximumUseableThreads() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- getMaximumUseableThreads() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Returns the current number of maximum useable threads
- getMaxSize() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getMaxSize() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Gets the current maximum size of the cache (the maximum number of values that will be kept by the cache).
- getMe() - Method in class org.jvnet.hk2.internal.ErrorResults
- getMe() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Used to get the ServiceLocatorImpl in inner classes
- getMembers() - Method in class org.glassfish.hk2.api.AnnotationLiteral
- getMemberType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
- getMemberType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- getMemberType() - Method in interface org.glassfish.hk2.classmodel.reflect.Member
-
returns the type of the member
- getMessage() - Method in exception class org.glassfish.hk2.api.MultiException
-
Gets the message associated with this exception
- getMetadata() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- getMetadata() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Gets the metadata of this module.
- getMetadata() - Method in interface com.sun.enterprise.module.Module
-
Gets the metadata of this module.
- getMetadata() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Gets the metadata that describes various components and services in this module.
- getMetadata() - Method in class com.sun.enterprise.module.single.ProxyModule
- getMetadata() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getMetadata() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns all of the metadata associated that this object should be registered with or looked up by
- getMetadata() - Method in interface org.glassfish.hk2.configuration.hub.api.Instance
-
Gets information about this instance.
- getMetadata() - Method in interface org.glassfish.hk2.configuration.hub.api.Type
-
Gets information about this type.
- getMetadata() - Method in class org.glassfish.hk2.configuration.hub.internal.InstanceImpl
- getMetadata() - Method in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- getMetadata() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- getMetadata() - Method in class org.glassfish.hk2.configuration.internal.BeanInfo
- getMetadata() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getMetadata() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getMetadata() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getMetadataFromAnnotation(AnnotationMirror, TypeElement, LinkedHashMap<String, List<String>>, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getMetadataKey(String, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
- getMetadataLongsList(Descriptor, String) - Static method in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
-
Gets all of the longs encoded into this descriptors metadata field
- getMetadataLongsSet(Descriptor, String) - Static method in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
-
Gets all of the longs encoded into this descriptors metadata field
- getMetadataValues(Annotation, Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This is a helper method that gets the metadata values from the
Metadata
annotations found in an annotation. - getMethod() - Method in interface org.glassfish.hk2.classmodel.reflect.Parameter
-
Parameters of a method are ordered based on the method declaration.
- getMethod() - Method in class org.glassfish.hk2.utilities.reflection.internal.MethodWrapperImpl
- getMethod() - Method in interface org.glassfish.hk2.utilities.reflection.MethodWrapper
-
Returns the method associated with this wrapper
- getMethod() - Method in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- getMethodInjectees(Class<?>, Method, ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns all the injectees for a constructor
- getMethodInjectees(Class<?>, Method, ActiveDescriptor<?>, Map<Integer, MethodParameter>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns all the injectees for a constructor
- getMethodInterceptors() - Method in interface org.jvnet.hk2.internal.Utilities.Interceptors
-
Gets the method interceptors
- getMethodInterceptors(Method) - Method in interface org.glassfish.hk2.api.InterceptionService
-
Each non-final method of a service that passes the
InterceptionService.getDescriptorFilter()
method will be passed to this method to determine if it will intercepted - getMethodInterceptors(Method) - Method in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- getMethodName() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateData
- getMethods() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- getMethods() - Method in interface org.glassfish.hk2.classmodel.reflect.Type
-
Returns an unmodifiable collection of methods that are declared in this type.
- getMinorVersion() - Method in class org.glassfish.hk2.maven.Version
- getMode() - Method in class org.glassfish.hk2.utilities.DuplicatePostProcessor
-
Returns the mode of this DuplicatePostProcessorMode of this processor
- getModeOverride() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- getModifiedProperties() - Method in interface org.glassfish.hk2.configuration.hub.api.Change
-
Returns a list of properties that were changed if the change category is MODIFY_INSTANCE.
- getModifiedProperties() - Method in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- getModuleDefinition() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns the module definition for this module instance
- getModuleDefinition() - Method in interface com.sun.enterprise.module.Module
-
Returns the module definition for this module instance
- getModuleDefinition() - Method in class com.sun.enterprise.module.single.ProxyModule
- getModules() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Returns the list of shared Modules registered in this instance.
- getModules() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns the list of shared Modules registered in this instance.
- getModules() - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- getModules() - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
- getModules(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- getModules(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns the list of shared Modules registered in this instance whose name matches the given name
- getModules(String) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- getModules(String) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>, URL[]) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition and also load new urls.
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>, URL[]) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition and also load new urls.
- getModulesProvider(Class) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Returns a collection of Module containing at least one implementation of the passed service interface class.
- getModulesProvider(Class) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns a collection of Module containing at least one implementation of the passed service interface class.
- getName() - Method in class com.sun.enterprise.module.bootstrap.Main.MainFilter
- getName() - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
Returns the platform name associated with this main.
- getName() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- getName() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the name of the module
- getName() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Returns the repository name
- getName() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Short-cut for
getModuleDefinition().getName()
. - getName() - Method in interface com.sun.enterprise.module.Module
-
Short-cut for
getModuleDefinition().getName()
. - getName() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the module name, usually this is the same name as the jar file name containing the module's implementation.
- getName() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns the module name
- getName() - Method in interface com.sun.enterprise.module.Repository
-
Returns the repository name
- getName() - Method in class com.sun.enterprise.module.single.ProxyModule
- getName() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getName() - Method in interface org.glassfish.hk2.api.Descriptor
-
The name of this descriptor.
- getName() - Method in interface org.glassfish.hk2.api.IndexedFilter
-
If this returns non-null then this name will be used to limit the set of Descriptors that will be passed to the matches method.
- getName() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Returns the name of this ServiceLocator
- getName() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Annotated element have a name, which vary depending on the actual subclass type.
- getName() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- getName() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
- getName() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- getName() - Method in interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
-
Returns the name where parameter types are enclosed in invalid input: '<' > comma separated, like declaration in source java files.
- getName() - Method in interface org.glassfish.hk2.configuration.hub.api.Type
-
A unique identifier for this type
- getName() - Method in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- getName() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- getName() - Method in class org.glassfish.hk2.configuration.internal.ChildFilter
- getName() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getName() - Method in class org.glassfish.hk2.configuration.internal.NoNameTypeFilter
- getName() - Method in class org.glassfish.hk2.internal.IndexedFilterImpl
- getName() - Method in class org.glassfish.hk2.internal.SpecificFilterImpl
- getName() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getName() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.NamedAnnotationVisitor
- getName() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- getName() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getName() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.UnqualifiedIndexedFilter
- getName() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getName(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the name that should be associated with this class
- getName(String, Annotation...) - Static method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getName(Element, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getNamedName(Named, Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- getNameFromAllQualifiers(Set<Annotation>, AnnotatedElement) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the name from the invalid input: '&'46;Named qualifier in this set of qualifiers
- getNameMethodName() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- getNamespaceContext() - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- getNeutralContextClassLoader() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This returns the value of neutralContextClassLoader.
- getNeutralContextClassLoader() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getNewTypeArguments(ParameterizedType, Map<String, Type>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Get a new array of type arguments for the given ParameterizedType, replacing any TypeVariables with actual types.
- getNewTypeArrayArguments(GenericArrayType, Map<String, Type>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Get a new Type for a GenericArrayType, replacing any TypeVariables with actual types.
- getNext() - Method in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- getNextServiceId() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getNoInitialServicesFilter() - Static method in class org.jvnet.hk2.external.runtime.Hk2LocatorUtilities
-
Returns a filter that only returns services that are not in the initial set of services offered by all ServiceLocators created by this implementation of hk2.
- getNoSwap() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- getNoSwap() - Method in class org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
- getNoSwap() - Method in class org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
- getNumberOfChildren() - Method in interface org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean
-
Returns the current total number of children attached to this ServiceLocator
- getNumberOfChildren() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getNumberOfChildren() - Method in class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- getNumberOfDescriptors() - Method in interface org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean
-
Returns the total number of descriptors in this ServiceLocator.
- getNumberOfDescriptors() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getNumberOfDescriptors() - Method in class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- getObjectFields() - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- getObjectMethods() - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- getObjectName(Object) - Method in interface org.jvnet.hk2.jmx.api.HK2JmxSpecifier
- getObjectNamePolicy() - Method in interface org.jvnet.hk2.jmx.api.HK2JmxSpecifier
- getOne(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Gets the first value if any, or null.
- getOneMetadataField(Descriptor, String) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Gets one value from a metadata field from the given descriptor
- getOneMetadataField(ServiceHandle<?>, String) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Gets one value from a metadata field from the given service handle
- getOperation() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
The operation that is to be performed, one of BIND - The candidate descriptor is being added to the system UNBIND - The candidate descriptor is being removed from the system LOOKUP - The candidate descriptor is being looked up
- getOperation() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
- getOperationData() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- getOperationData() - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Gets arbitrary Operation data to be associated with this Operation
- getOperationIdentifier() - Method in class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- getOperationIdentifier() - Method in interface org.glassfish.hk2.extras.operation.OperationIdentifier
-
A uniquely generated name for an Operation identifier
- getOperationScope() - Method in class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- getOperationScope() - Method in interface org.glassfish.hk2.extras.operation.OperationIdentifier
-
Returns the scope associated with this annotation type
- getOrderedListOfServicesAtLevel(int) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- getOriginalInstanceValue() - Method in interface org.glassfish.hk2.configuration.hub.api.Change
-
Returns the original Instance for the category MODIFY_INSTANCE
- getOriginalInstanceValue() - Method in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- getOriginalRequest() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- getOSGiSafeGenerators() - Static method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- getOutputDirectory() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- getOutputDirectory() - Method in class org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
- getOutputDirectory() - Method in class org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
- getOwner() - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
- getOwnerType() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
- getP() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getP() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns the value of p from the CAR algorithm, which is the target size of the t1 clock
- getPackage(String) - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
- getParameterizedInterfaces() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
- getParameterizedInterfaces() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- getParameterNameFromConstructor(Constructor<?>, int) - Static method in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- getParameterNameFromField(Field, boolean) - Static method in class org.glassfish.hk2.configuration.internal.BeanUtilities
-
Gets the parameter name from a field
- getParameterNameFromMethod(Method, int) - Static method in class org.glassfish.hk2.configuration.internal.BeanUtilities
- getParameterNameFromMethod(Method, int) - Static method in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- getParameterPosition() - Method in interface org.glassfish.hk2.api.MethodParameter
-
Returns the index of the parameter for which the
MethodParameter.getParameterValue()
result should go - getParameterPosition() - Method in class org.glassfish.hk2.utilities.MethodParameterImpl
- getParameterTypes() - Method in class org.glassfish.hk2.api.TypeLiteral
-
Gets the types associated with this literal
- getParameterValue() - Method in interface org.glassfish.hk2.api.MethodParameter
-
The value that should be given to the method at the parameter position specified by
MethodParameter.getParameterPosition()
- getParameterValue() - Method in class org.glassfish.hk2.utilities.MethodParameterImpl
- getParametizedTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
- getParametizedTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
-
Returns the type parameters in order.
- getParamInformation(Annotation[]) - Static method in class org.jvnet.hk2.internal.Utilities
- getParent() - Method in interface org.glassfish.hk2.api.Injectee
-
If this Injectee is in a constructor this will return the constructor being injected into.
- getParent() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the parent service locator for this locator
- getParent() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Return the parent type instance.
- getParent() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- getParent() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- getParent() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getParent() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- getParentClassLoader() - Method in class com.sun.enterprise.module.bootstrap.Main
- getParentClassLoader() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Returns the parent class loader parenting the class loaders created by modules associated with this registry.
- getParentClassLoader() - Method in interface com.sun.enterprise.module.ModulesRegistry
- getParentInjectee() - Method in interface org.glassfish.hk2.api.InstantiationData
-
Returns the
Injectee
of the service that is being instantiated with thisFactory.provide()
method - getPerLocatorUtilities() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getPerLookupAnnotation() - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns a
PerLookup
Annotation
implementation - getPerThreadAnnotation() - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns a
PerThread
Annotation
implementation - getPlatformMainServiceName() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
- getPolicy() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- getPopulator() - Method in interface org.glassfish.hk2.api.DynamicConfigurationService
-
Returns a populator for this service locator that can be used to automatically read in hk2 inhabitant files (or some other external source)
- getPopulator() - Method in class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
- getPosition() - Method in interface org.glassfish.hk2.api.Injectee
-
If this Injectee is a constructor or method parameter, this will return the index of the parameter.
- getPosition() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- getPosition() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- getPossibleSetterNames(String) - Static method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getPostConstruct(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the post construct from the analyzer, checking output
- getPostConstructMethod(Class<?>, Class<?>) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- getPostConstructMethod(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the postConstruct method of the class
- getPostConstructMethod(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
- getPostDynamicChangeMethod(Class<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
- getPreAnalyzedClass() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getPreDestroy(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the preDestroy from the analyzer, checking output
- getPreDestroyMethod(Class<?>, Class<?>) - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- getPreDestroyMethod(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the preDestroy method of the class
- getPreDestroyMethod(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
- getPreDynamicChangeMethod(Class<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
- getPrefix(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- getPrevious() - Method in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- getPrivateClassLoader() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Return the private class loader for this module.
- getProperty(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- getProposedLevel() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- getProposedLevel() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- getProposedLevel() - Method in interface org.glassfish.hk2.runlevel.RunLevelFuture
-
This gets the level that this future job is attempting to get to
- getProvidersClass(Class<T>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- getProvidersClass(Class<T>) - Method in class com.sun.enterprise.module.impl.ModuleImpl
- getProvidersClass(Class<T>) - Method in interface com.sun.enterprise.module.Module
- getProvidersClass(Class<T>) - Method in interface com.sun.enterprise.module.ModulesRegistry
- getProvidersClass(Class<T>) - Method in class com.sun.enterprise.module.single.ProxyModule
- getProvidersClass(String) - Method in class com.sun.enterprise.module.impl.ModuleImpl
- getProvidersClass(String) - Method in interface com.sun.enterprise.module.Module
- getProvidersClass(String) - Method in class com.sun.enterprise.module.single.ProxyModule
- getProvidingModule(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- getProvidingModule(String) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
- getProvidingModule(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Gets the
Module
that provides the provider of the given name. - getProxy() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- getProxyForSameScope(Element, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getProxyUtilities() - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
- getPublicInterfaces() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the list of classes and packages that have been designated as public interfaces of this module.
- getPublicInterfaces() - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
- getPublicInterfaces() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns a list of public interfaces for this module.
- getPublicInterfaces() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getPublicPkgs() - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- getQualifier() - Method in class org.glassfish.hk2.maven.Version
- getQualifierAnnotations() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
The full set of qualifiers that this ActiveDescriptor provides
- getQualifierAnnotations() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getQualifierAnnotations() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getQualifierAnnotations() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- getQualifierAnnotations() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- getQualifierAnnotations() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getQualifierAnnotations(AnnotatedElement) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifier annotations from the object
- getQualifiers() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns all of the annotation classes that this object should be registered with or looked up by
- getQualifiers() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getQualifiers() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- getQualifiers() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getQualifiers() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getQualifiersFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifiers from the object
- getQualifiersFromObject(Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifiers from the object
- getRank(Class<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Gets the rank from the given class
- getRank(Element, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getRanking() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the ranking of this descriptor.
- getRanking() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getRanking() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getRanking() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getRawClass(Type) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Given the type parameter gets the raw type represented by the type, or null if this has no associated raw class
- getRawInterface() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
- getRawInterface() - Method in interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
-
Returns the raw interface for this parameterized type
- getRawInterfaceProxy() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
- getRawType() - Method in class org.glassfish.hk2.api.TypeLiteral
- getRawType() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
- getRawType(Type) - Static method in class org.glassfish.hk2.api.TypeLiteral
-
Gets the base associated class from this type
- getReferences() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- getReferences() - Method in interface org.glassfish.hk2.classmodel.reflect.Type
-
Returns a unmodifiable collection of this type references.
- getReflectionCacheSize() - Method in interface org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean
-
Returns the current size of the HK2 reflection cache.
- getReflectionCacheSize() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getReflectionCacheSize() - Method in class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- getRefs() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- getRegistry() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns the registry owning this module
- getRegistry() - Method in interface com.sun.enterprise.module.Module
-
Returns the registry owning this module
- getRegistry() - Method in class com.sun.enterprise.module.single.ProxyModule
- getReportToErrorService() - Method in exception class org.glassfish.hk2.api.MultiException
-
Returns true if this exception should be reported to the error service when thrown during a creation or deletion of a service
- getRepository(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Get a repository from the list of attached repositories
- getRepository(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Get a repository from the list of attached repositories
- getRequiredQualifiers() - Method in interface org.glassfish.hk2.api.Injectee
-
This is the set of required qualifiers for this injectee.
- getRequiredQualifiers() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- getRequiredQualifiers() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- getRequiredType() - Method in interface org.glassfish.hk2.api.Injectee
-
This is the required type of the injectee.
- getRequiredType() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- getRequiredType() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- getResource(String) - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
- getResource(String) - Method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- getResource(String) - Method in interface org.glassfish.hk2.classmodel.reflect.util.ResourceLocator
-
Retrieves the URL given a resource name
- getResource(String) - Method in class org.jvnet.hk2.internal.DelegatingClassLoader
- getResources() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- getResources(String) - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
- getResult(URI) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
- getResults() - Method in class org.jvnet.hk2.internal.NarrowResults
- getReturnType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- getReturnType() - Method in interface org.glassfish.hk2.classmodel.reflect.MethodModel
-
Returns the method return type
- getRevision() - Method in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- getRoot() - Method in class org.glassfish.hk2.utilities.ContextualInput
-
Returns the
ServiceHandle
root associated with this contextual creation - getRunLevelAnnotation(int) - Static method in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities
-
Returns a
RunLevel
scope annotation with the given value and RUNLEVEL_MODE_VALIDATING as the mode - getRunLevelAnnotation(int, int) - Static method in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities
-
Returns a
RunLevel
scope annotation with the given value and mode - getRunLevelMode(ServiceLocator, Descriptor, Integer) - Static method in class org.glassfish.hk2.runlevel.utilities.Utilities
-
Get the run level mode from the metadata of the given descriptor.
- getRunLevelValue(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.runlevel.utilities.Utilities
-
Get the run level value from the metadata of the given descriptor.
- getRunningServices(Class<T>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Returns all running services implementation of the passed service interface
- getRunningServices(Class<T>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns all running services implementation of the passed service interface
- getScope() - Method in interface org.glassfish.hk2.api.Context
-
The scope for which this is the context
- getScope() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the fully qualified class name of the scope annotation that should be associated with this descriptor.
- getScope() - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- getScope() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getScope() - Method in class org.glassfish.hk2.internal.InheritableThreadContext
- getScope() - Method in class org.glassfish.hk2.internal.PerThreadContext
- getScope() - Method in class org.glassfish.hk2.runlevel.RunLevelContext
- getScope() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getScope() - Method in class org.glassfish.hk2.utilities.ImmediateContext
- getScope() - Method in class org.glassfish.hk2.utilities.reflection.ScopeInfo
-
Returns the scope for this data structure
- getScope() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- getScope() - Method in class org.jvnet.hk2.internal.PerLookupContext
- getScope() - Method in class org.jvnet.hk2.internal.SingletonContext
- getScope() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getScope(Element, LinkedHashMap<String, List<String>>, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getScopeAnnotation() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
Returns the scope that this ActiveDescriptor belongs to
- getScopeAnnotation() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getScopeAnnotation() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getScopeAnnotation() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- getScopeAnnotation() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- getScopeAnnotation() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getScopeAnnotationFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeAnnotationFromObject(Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeAnnotationType(Class<?>, Descriptor) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the scope of this thing
- getScopeAnnotationType(AnnotatedElement, Descriptor, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the scope of this thing
- getScopeAsAnnotation() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
Returns the scope as an
Annotation
implementation that this ActiveDescriptor belongs to - getScopeAsAnnotation() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getScopeAsAnnotation() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- getScopeAsAnnotation() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- getScopeAsAnnotation() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getScopeFromClass(Class<?>, Annotation) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeFromObject(Object, Annotation) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeInfo(AnnotatedElement, Descriptor, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
- getService() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
Gets the underlying service object
- getService() - Method in class org.glassfish.hk2.internal.HandleAndService
- getService() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- getService(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the best service from this locator that implements this contract or has this implementation
- getService(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getService(Class<T>, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the best service from this locator that implements this contract or has this implementation and has the given name
- getService(Class<T>, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getService(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the best service from this locator that implements this contract or has this implementation
- getService(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getService(Type, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the best service from this locator that implements this contract or has this implementation and has the given name
- getService(Type, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getService(ActiveDescriptor<T>, ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.ServiceLocator
- getService(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Deprecated.
- getService(ActiveDescriptor<T>, ServiceHandle<?>, Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method should be called by code resolving injectee's on behalf of some root service, usually by an implementation of
InjectionResolver.resolve(Injectee, ServiceHandle)
. - getService(ActiveDescriptor<T>, ServiceHandle<?>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getService(ServiceHandle<T>) - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- getService(ServiceLocator, String) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns the best service matching the passed in fully qualified class name of the service
- getService(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns the service in this service locator given the current descriptor.
- getServiceCacheMaximumSize() - Method in interface org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean
-
Returns the maximum number of entries allowed in the HK2 service cache.
- getServiceCacheMaximumSize() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceCacheMaximumSize() - Method in class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- getServiceCacheSize() - Method in interface org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean
-
Returns the current size of the HK2 service cache.
- getServiceCacheSize() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceCacheSize() - Method in class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- getServiceData() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
Service data can be set on a service handle.
- getServiceData() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- getServiceHandle(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the service that best matches the given criteria - getServiceHandle(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceHandle(Class<T>, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the service that best matches the given criteria - getServiceHandle(Class<T>, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceHandle(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the service that best matches the given criteria - getServiceHandle(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceHandle(Type, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the service that best matches the given criteria - getServiceHandle(Type, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceHandle(ActiveDescriptor<T>) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the service described by theActiveDescriptor
. - getServiceHandle(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the service described by theActiveDescriptor
. - getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceHandleImpl(ActiveDescriptor<T>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getServiceId() - Method in interface org.glassfish.hk2.api.Descriptor
-
This returns the unique identifier for this descriptor.
- getServiceId() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- getServiceId() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- getServiceId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getServiceLocator() - Method in class com.sun.enterprise.module.bootstrap.Main
- getServiceLocator() - Method in class org.jvnet.hk2.internal.ClazzCreator
- getServiceLocatorIsolation() - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Returns the
ServiceLocatorTestRule.ServiceLocatorIsolation
for thisServiceLocatorTestRule
. - getServiceLocatorName(Description) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Returns a name for a
ServiceLocator
that is appropriate for the suppliedDescription
. - getServiceMetadata(Element, Map<String, List<String>>, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getServiceToProvidersMap() - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersPerBundle
- getSignature() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- getSignature() - Method in interface org.glassfish.hk2.classmodel.reflect.MethodModel
-
Returns the method signature.
- getSingletonAnnotation() - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns a
Singleton
Annotation
implementation - getSingletonGeneration() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- getSize() - Method in interface org.glassfish.hk2.api.IterableProvider
-
Returns the size of the iterator that would be returned
- getSize() - Method in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
-
Returns the total size of the internal data structure in terms of entries.
- getSize() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- getSortedList() - Method in class org.jvnet.hk2.internal.IndexedListData
- getSpecialMethod(Class<?>, Class<? extends Annotation>) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
- getSpecificType() - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getSpecificType() - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileHandle
-
Returns the specific type associated with this handle
- getStartedService(Class<T>) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
Optional method.
- getStartupModuleName() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
- getState() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns the module's state
- getState() - Method in interface com.sun.enterprise.module.Module
-
Returns the module's state
- getState() - Method in class com.sun.enterprise.module.single.ProxyModule
- getState() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Returns the current state of this service locator.
- getState() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- getState() - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Gets the current state of this operation
- getState() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getStaticFields() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Returns an unmodifiable list of static fields defined by this type
- getStaticFields() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- getStaticPart() - Method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- getStaticPart() - Method in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- getSubHandles() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
Returns a list of subordinate subhandles to this root handle
- getSubHandles() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- getSubTypeRefs() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- getSuperclass() - Method in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- getSuperclass(List<File>, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Returns true if the given class is a contract
- getSupportedSourceVersion() - Method in class org.glassfish.hk2.metadata.generator.ServiceProcessor
-
Gets rid of warnings and this code should work with all source versions
- getSupportedSourceVersion() - Method in class org.glassfish.hk2.stub.generator.StubProcessor
-
Gets rid of warnings and this code should work with all source versions
- getSystemId() - Method in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
- getSystemId() - Method in interface com.sun.enterprise.module.InhabitantsDescriptor
-
Return the unique identifier
- getT1Size() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getT1Size() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns the number of items in the T1 clock
- getT2Size() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getT2Size() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns the number of items in the T2 clock
- getTargetType() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateData
- getThis() - Method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- getThis() - Method in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- getThreadIdentifier() - Method in class org.glassfish.hk2.utilities.general.ThreadSpecificObject
-
Gets the thread on which this object was created
- getThreadInactivityTimeout() - Method in interface org.glassfish.hk2.api.ImmediateController
-
Returns the time in milliseconds a thread will wait for new Immediate services before dying
- getThreadInactivityTimeout() - Method in class org.glassfish.hk2.internal.ImmediateHelper
- getThreadingPolicy() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- getThreadingPolicy() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Returns the threading policy currently being used by this controller
- getThreeThirtyDescriptor(ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
-
Creates a Three Thirty constant active descriptor
- getTimelessResults() - Method in class org.jvnet.hk2.internal.ImmediateResults
- getTopicQualifiers() - Method in interface org.glassfish.hk2.api.messaging.Topic
-
The qualifiers associated with this Topic.
- getTopicQualifiers() - Method in class org.jvnet.hk2.internal.TopicImpl
- getTopicType() - Method in interface org.glassfish.hk2.api.messaging.Topic
-
Gets the type of the topic, in order to match the message to subscribers
- getTopicType() - Method in class org.jvnet.hk2.internal.TopicImpl
- getTransactionData() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getTwoPhaseResource() - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
Returns a two-phase resource that can be used by a DynamicConfiguration to tie the transaction done by this WriteableBeanDatabase into a commit done by the DynamicConfiguration.
- getTwoPhaseResource() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- getType() - Method in class org.glassfish.hk2.api.TypeLiteral
- getType() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationModel
-
Returns the annotation type for this model
- getType() - Method in interface org.glassfish.hk2.classmodel.reflect.FieldModel
-
Returns the declared type of the field
- getType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- getType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
- getType() - Method in interface org.glassfish.hk2.classmodel.reflect.Parameter
-
Returns the parameter type
- getType(int) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
- getType(int) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
- getType(int, String, TypeProxy) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
- getType(int, String, TypeProxy) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
- getType(String) - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabase
-
Gets the type with the given name
- getType(String) - Method in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- getType(String) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- getTypeArguments(Class<?>, ParameterizedType) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets a mapping of type variable names of the raw class to type arguments of the parameterized type.
- getTypeBuilder(URI) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- getTypeClosure(Type) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the type closure of the given class
- getTypeClosure(Type, Set<String>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the type closure, as restricted by the classes listed in the set of contracts implemented
- getTypeFromConfiguredBy(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- getTypeLiteralSubclass(Class<?>) - Static method in class org.glassfish.hk2.api.TypeLiteral
-
Return the direct child class that extends TypeLiteral
- getTypeMapping() - Method in class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
Gets the mapping from type name to bean class
- getTypeMapping(String) - Method in class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
Gets the type mapping with the given name
- getTypeName() - Method in class org.glassfish.hk2.configuration.internal.BeanInfo
- getTypeName(TypeMirror) - Static method in class org.glassfish.hk2.stub.generator.StubProcessor
- getTypeName(TypeMirror, Map<String, String>) - Static method in class org.glassfish.hk2.stub.generator.StubProcessor
- getTypeParameter(Class<?>) - Static method in class org.glassfish.hk2.api.AnnotationLiteral
- getTypeParameter(Class<?>) - Static method in class org.glassfish.hk2.api.TypeLiteral
-
Return the value of the type parameter of TypeLiteral
. - getTypes() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
-
Return the holder instance of all the visited types.
- getTypes(HashMap<PropertyFileHandleImpl.TypeData, Map<String, String>>) - Static method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- getTypesOfInterest() - Method in interface org.glassfish.hk2.classmodel.reflect.util.ParsingConfig
-
Returns a list of types (classes or interfaces) that a type must either subclass or implement to trigger an exhaustive scanning
- getTypeVariable(Type) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- getUnbindFilters() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- getUnbinds() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- getUnderlyingDescriptor() - Method in class org.jvnet.hk2.internal.ClazzCreator
- getUnqualified() - Method in interface org.glassfish.hk2.api.Injectee
-
This method returns the
Unqualified
annotation if it is present on the injection point. - getUnqualified() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- getUnqualified() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- getUnqualifiedService(Type, Unqualified, boolean, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
This method is only called from the get of IterableProvider.
- getUnqualifiedServiceHandle(Type, Unqualified, boolean, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- getURI() - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter
-
Returns the URI of the archive
- getURI() - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- getURI() - Method in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
- getURI() - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- getUseProxy(Element, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getUserData(String) - Method in interface org.glassfish.hk2.api.HK2Invocation
-
Gets the user data associated with the given key
- getUserData(String) - Method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- getUserData(String) - Method in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- getValidationFilter() - Method in class org.glassfish.hk2.utilities.ImmediateContext
- getValidationOverride() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- getValidationOverride() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Returns the override value for the
RunLevel.mode()
field in RunLevel services. - getValidator() - Method in interface org.glassfish.hk2.api.ValidationService
-
Returns the
Validator
that will be run whenever aDescriptor
that passed the filter is to be looked up with the API or injected into an injection point, or on any bind or unbind operation. - getValidator() - Method in class org.glassfish.hk2.configuration.internal.ConfigurationValidationService
- getValidator() - Method in class org.glassfish.hk2.internal.ImmediateHelper
- getValue() - Method in interface org.glassfish.hk2.utilities.cache.HybridCacheEntry
-
Getter for this cache entry internal value.
- getValue() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
- getValue() - Method in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- getValue(Object, Method) - Static method in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
- getValueFromAnnotation(AnnotationMirror, String, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getValueFromAnnotation(AnnotationMirror, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getValueFromT(K) - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getValues() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationModel
-
Returns an unmodifiable collection of annotation values.
- getValues() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- getValueSize() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- getValueSize() - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Returns the current number of values in the cache.
- getVersion() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the module's version
- getVersion() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the version of this module's implementation
- getVersion() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns the module version
- getVersion() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- getVisibility(Element, ProcessingEnvironment) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- getWeakHashClock(boolean) - Static method in class org.glassfish.hk2.utilities.general.GeneralUtilities
-
Creates a weak hash clock
- getWeakHashLRU(boolean) - Static method in class org.glassfish.hk2.utilities.general.GeneralUtilities
-
Creates a weak hash clock
- getWeakKey() - Method in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- getWildcard(Type) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- getWith() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateData
- getWorkingOn() - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- getWriteableDatabaseCopy() - Method in interface org.glassfish.hk2.configuration.hub.api.Hub
-
Creates a writeable copy of the currently running database.
- getWriteableDatabaseCopy() - Method in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- getWriteableType(String) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
Gets a writeable type of the given name
- getWriteableType(String) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- GivenNameFromQualifier - Class in org.jvnet.hk2.metadata.tests
-
This should have the default scope of singleton (default for services with @Service anyway).
- GivenNameFromQualifier() - Constructor for class org.jvnet.hk2.metadata.tests.GivenNameFromQualifier
- go() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- go() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- go() - Method in class org.jvnet.hk2.generator.HabitatGenerator
- go() - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
-
Does the work of writing out the inhabitants file to the proper location
- go(CurrentTaskFuture.UpAllTheWay, CurrentTaskFuture.DownAllTheWay) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- GO_TO_NEXT_LOWER_LEVEL_AND_STOP - Enum constant in enum org.glassfish.hk2.runlevel.ErrorInformation.ErrorAction
-
Tells the RunLevelController to halt progress in the level and proceed to the next lowest level and stop the proceeding at that level.
- goingTo - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- goingTo - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- goodResults - Variable in class org.jvnet.hk2.internal.NarrowResults
- GreedyDefaultImplementation - Annotation Type in org.glassfish.hk2.utilities
-
This annotation can be put on interfaces in order to provide the
GreedyResolver
the default implementation that should be bound when this interface is injected and there are no other implementations - GreedyResolver - Class in org.glassfish.hk2.utilities
-
This is a greedy resolve that will add in any class that has failed to be resolved.
- GreedyResolver(ServiceLocator) - Constructor for class org.glassfish.hk2.utilities.GreedyResolver
H
- HabitatGenerator - Class in org.jvnet.hk2.generator
-
This is a command line (or embedded) utility that will generate habitat files based on @Service annotations.
- HabitatGenerator(String, String, String, boolean, String, boolean, String, boolean) - Constructor for class org.jvnet.hk2.generator.HabitatGenerator
- habitats - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- handle - Variable in class org.glassfish.hk2.internal.HandleAndService
- HANDLE_COMPARATOR - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- HandleAndService - Class in org.glassfish.hk2.internal
-
Data structure with the handle and the service
- HandleAndService(ServiceHandle<?>, Object) - Constructor for class org.glassfish.hk2.internal.HandleAndService
- handleChange(List<ActiveDescriptor<?>>) - Method in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- handleCycle(K) - Method in interface org.glassfish.hk2.utilities.cache.Cache.CycleHandler
-
Handle cycle that was detected while computing a cache value for given key.
- handleCycle(K) - Method in interface org.glassfish.hk2.utilities.cache.LRUHybridCache.CycleHandler
-
Handle cycle that was detected while computing a cache value for given key.
- handleDescriptorToClass(ActiveDescriptor<?>, Class<?>, Type, Topic<?>) - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- handleErrors(NarrowResults, LinkedList<ErrorService>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Calls the list of error services for the list of errors
- HandleIterable(List<ServiceHandle<U>>) - Constructor for class org.jvnet.hk2.internal.IterableProviderImpl.HandleIterable
- handleIterator() - Method in interface org.glassfish.hk2.api.IterableProvider
-
This version of iterator returns an iterator of ServiceHandles rather than returning the services (which then have no way to be properly destroyed)
- handleIterator() - Method in interface org.glassfish.hk2.configuration.api.ChildIterable
-
Returns an iterator of the children's Service Handle, rather than their services
- handleIterator() - Method in class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- handleIterator() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- handles - Variable in class org.jvnet.hk2.internal.IterableProviderImpl.HandleIterable
- handles - Variable in class org.jvnet.hk2.internal.IterableProviderImpl.MyHandleIterator
- handles - Variable in class org.jvnet.hk2.internal.IterableProviderImpl.MyIterator
- handleType(String) - Method in class com.sun.enterprise.module.RepositoryFactory
-
Returns true if this factory can handle this type of repository
- hardCancel() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- hardCancelDownTimer - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- HardCancelDownTimer(CurrentTaskFuture.DownAllTheWay, List<ActiveDescriptor<?>>) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.HardCancelDownTimer
- hardCancelled - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- hardCancelledDescriptors - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
The set of descriptors that have been hard cancelled
- hardCanceller - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- hardCancelOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
No need to lock this, it is called with the lock already held
- harden(AnnotatedElement) - Method in class org.jvnet.hk2.internal.SoftAnnotatedElementAnnotationInfo
- hardenedKey - Variable in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- has(String, String) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- has(String, String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- has(String, String) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
An instance of data to be associated with this descriptor
- has(String, String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
An instance of data to be associated with this descriptor
- has(String, List<String>) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- has(String, List<String>) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- has(String, List<String>) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
An instance of data to be associated with this descriptor
- has(String, List<String>) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
An instance of data to be associated with this descriptor
- has(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.InheritableThreadContext.InheritableContextThreadWrapper
- has(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.PerThreadContext.PerContextThreadWrapper
- hasContract(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
- hasDynamicParameter(Method) - Static method in class org.glassfish.hk2.configuration.internal.BeanUtilities
- hasErrors() - Method in class org.jvnet.hk2.internal.Collector
-
Returns true if this collector has errors
- hash - Variable in class org.glassfish.hk2.stub.generator.StubProcessor.ExecutableElementDuplicateFinder
- hash - Variable in class org.glassfish.hk2.utilities.DuplicatePostProcessor.ImplOnlyKey
- hash - Variable in class org.glassfish.hk2.utilities.general.ThreadSpecificObject
- hash - Variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl.LifecycleKey
- hashCode - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl.TypeData
- hashCode - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.ActivatorClassKey
- hashCode - Variable in class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- hashCode - Variable in class org.glassfish.hk2.utilities.reflection.internal.MethodWrapperImpl
- hashCode - Variable in class org.jvnet.hk2.internal.CacheKey
-
Pre-calculated in order to improve hashMap lookups
- hashCode - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- hashCode() - Method in class com.sun.enterprise.module.common_impl.ModuleId
- hashCode() - Method in class org.glassfish.hk2.api.AnnotationLiteral
- hashCode() - Method in class org.glassfish.hk2.api.TypeLiteral
- hashCode() - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl.TypeData
- hashCode() - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.ActivatorClassKey
- hashCode() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- hashCode() - Method in class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- hashCode() - Method in class org.glassfish.hk2.stub.generator.StubProcessor.ExecutableElementDuplicateFinder
- hashCode() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- hashCode() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- hashCode() - Method in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- hashCode() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
- hashCode() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- hashCode() - Method in class org.glassfish.hk2.utilities.ContextualInput
- hashCode() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- hashCode() - Method in class org.glassfish.hk2.utilities.DuplicatePostProcessor.ImplOnlyKey
- hashCode() - Method in class org.glassfish.hk2.utilities.FactoryDescriptorsImpl
- hashCode() - Method in class org.glassfish.hk2.utilities.general.ThreadSpecificObject
- hashCode() - Method in class org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
- hashCode() - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl.LifecycleKey
- hashCode() - Method in class org.glassfish.hk2.utilities.reflection.internal.MethodWrapperImpl
- hashCode() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
- hashCode() - Method in class org.jvnet.hk2.component.MultiMap
- hashCode() - Method in class org.jvnet.hk2.internal.CacheKey
- hashCode() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- hashCode() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- hashCode() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- hasInjectAnnotation(AnnotatedElement) - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
-
Checks whether an annotated element has any annotation that was used for the injection
- hasInjectAnnotation(AnnotatedElement) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- hasInjectCache - Variable in class org.jvnet.hk2.internal.PerLocatorUtilities
- hasInterceptionServices - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- hasMoreElements() - Method in class com.sun.enterprise.module.common_impl.CompositeEnumeration
- hasMoreElements() - Method in class com.sun.enterprise.module.common_impl.FlattenEnumeration
- hasNext() - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
- hasNext() - Method in class com.sun.enterprise.module.common_impl.FlattenIterator
- hasNext() - Method in class org.jvnet.hk2.internal.IterableProviderImpl.MyHandleIterator
- hasNext() - Method in class org.jvnet.hk2.internal.IterableProviderImpl.MyIterator
- hasParams - Variable in class org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
- hasParams - Variable in class org.jvnet.hk2.internal.SoftAnnotatedElementAnnotationInfo
- hasProvider() - Method in class com.sun.enterprise.module.ModuleMetadata.Entry
- hasProvider(Class) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns true if this module has any provider for the given service class.
- hasProvider(Class) - Method in interface com.sun.enterprise.module.Module
-
Returns true if this module has any provider for the given service class.
- hasProvider(Class) - Method in class com.sun.enterprise.module.single.ProxyModule
- hasSubscribeToAnnotation(Method) - Static method in class org.jvnet.hk2.internal.Utilities
- hasTypeParameters(TypeElement) - Static method in class org.glassfish.hk2.stub.generator.StubProcessor
- hasWeakKeys() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- hasWeakKeys() - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Tells if this WeakHashClock has Weak keys
- hasWork() - Method in class org.glassfish.hk2.internal.ImmediateHelper
-
Must have queueLock held
- head - Variable in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue
- head - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- helper - Variable in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- helper - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- helper - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
- hit() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl
- hits - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- HK2_DEFAULT_TOPIC_DISTRIBUTOR - Static variable in interface org.glassfish.hk2.api.messaging.TopicDistributionService
-
The name of the default TopicDistributionService that is added by
ServiceLocatorUtilities
- HK2_LOCATOR - Static variable in class com.sun.enterprise.module.maven.HK2GenerateMojo
- HK2_LOCATOR - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
- HK2_LOGGER_NAME - Static variable in class org.glassfish.hk2.utilities.reflection.Logger
- HK2BRIDGE_LOCATOR_ID - Static variable in class org.glassfish.hk2.extras.ExtrasUtilities
-
This will be put into the metadata of a descriptor that is bridged from another service locator.
- HK2BRIDGE_SERVICE_ID - Static variable in class org.glassfish.hk2.extras.ExtrasUtilities
-
This will be put into the metadata of a descriptor that is bridged from another service locator.
- Hk2BridgeImpl - Class in org.glassfish.hk2.extras.hk2bridge.internal
- Hk2BridgeImpl(ServiceLocator) - Constructor for class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- Hk2BridgeImpl.NoLocalNoRemoteFilter - Class in org.glassfish.hk2.extras.hk2bridge.internal
- Hk2BridgeImpl.RemoveFilter - Class in org.glassfish.hk2.extras.hk2bridge.internal
- HK2Exception - Exception Class in org.glassfish.hk2.api
-
Base class for HK2 defined checked exceptions
- HK2Exception() - Constructor for exception class org.glassfish.hk2.api.HK2Exception
- HK2Exception(String) - Constructor for exception class org.glassfish.hk2.api.HK2Exception
- HK2Exception(String, Throwable) - Constructor for exception class org.glassfish.hk2.api.HK2Exception
- HK2Exception(Throwable) - Constructor for exception class org.glassfish.hk2.api.HK2Exception
- HK2Factory - Class in com.sun.enterprise.module.impl
- HK2Factory() - Constructor for class com.sun.enterprise.module.impl.HK2Factory
- HK2GenerateMojo - Class in com.sun.enterprise.module.maven
-
Generates a consolidated OSGI bundle with a consolidated HK2 header
- HK2GenerateMojo() - Constructor for class com.sun.enterprise.module.maven.HK2GenerateMojo
- HK2InhabitantGeneratorTask - Class in org.jvnet.hk2.generator.ant
- HK2InhabitantGeneratorTask() - Constructor for class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- HK2Invocation - Interface in org.glassfish.hk2.api
-
This is an interface that is also implemented by the
MethodInvocation
object passed to the invoke method ofMethodInterceptor
and theConstructorInvocation
object passed to the invoke method ofConstructorInterceptor
. - HK2JmxSpecifier - Interface in org.jvnet.hk2.jmx.api
-
This service must be implemented in order to specify those descriptors that might be reflected into JMX
- hk2Loader - Variable in class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
- HK2Loader - Interface in org.glassfish.hk2.api
-
This class is responsible for loading classes, and different implementations can be used for different descriptors.
- HK2LoaderImpl - Class in org.glassfish.hk2.utilities
-
This is an implementation of an
HK2Loader
that uses a given classloader - HK2LoaderImpl() - Constructor for class org.glassfish.hk2.utilities.HK2LoaderImpl
-
Initializes this HK2Loader with the system classloader
- HK2LoaderImpl(ClassLoader) - Constructor for class org.glassfish.hk2.utilities.HK2LoaderImpl
-
Initializes this HK2Loader with the given ClassLoader
- Hk2LoaderPopulatorPostProcessor - Class in org.glassfish.hk2.bootstrap.impl
-
A Simple PopulatorPostProcessor that uses the given classloader to override default HK2Loader behavior
- Hk2LoaderPopulatorPostProcessor() - Constructor for class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
- Hk2LoaderPopulatorPostProcessor(ClassLoader) - Constructor for class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
-
Creates the post-processor to use the given classloader
- Hk2LocatorUtilities - Class in org.jvnet.hk2.external.runtime
-
This is a utility class specific to this implementation of the hk2 API
- Hk2LocatorUtilities() - Constructor for class org.jvnet.hk2.external.runtime.Hk2LocatorUtilities
- hk2Logger - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- hk2Parent - Variable in class org.jvnet.hk2.internal.AutoActiveDescriptor
- HK2Populator - Class in org.glassfish.hk2.bootstrap
- HK2Populator() - Constructor for class org.glassfish.hk2.bootstrap.HK2Populator
- HK2Runner - Class in org.jvnet.hk2.testing.junit
-
This class should be extended by test classes in order to get an automatically filled in ServiceLocator.
- HK2Runner() - Constructor for class org.jvnet.hk2.testing.junit.HK2Runner
- HK2RuntimeException - Exception Class in org.glassfish.hk2.api
-
Base class for HK2 defined runtime exceptions
- HK2RuntimeException() - Constructor for exception class org.glassfish.hk2.api.HK2RuntimeException
- HK2RuntimeException(String) - Constructor for exception class org.glassfish.hk2.api.HK2RuntimeException
- HK2RuntimeException(String, Throwable) - Constructor for exception class org.glassfish.hk2.api.HK2RuntimeException
- HK2RuntimeException(Throwable) - Constructor for exception class org.glassfish.hk2.api.HK2RuntimeException
- HK2TestModule - Interface in org.jvnet.hk2.testing.junit
- HK2TestUtilities - Class in org.jvnet.hk2.testing.junit
-
These are other useful test utilities that can be used
- HK2TestUtilities() - Constructor for class org.jvnet.hk2.testing.junit.HK2TestUtilities
- Hk2ThreadLocal<T> - Class in org.glassfish.hk2.utilities.general
-
This is a poor mans version of a
ThreadLocal
with the one major upside of aHk2ThreadLocal.removeAll()
method that can be used to remove ALL instances of all thread locals on ALL threads from any other thread. - Hk2ThreadLocal() - Constructor for class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
- hub - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- hub - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- hub - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- hub - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- Hub - Interface in org.glassfish.hk2.configuration.hub.api
-
The central repository of configuration objects in the system.
- HubImpl - Class in org.glassfish.hk2.configuration.hub.internal
- HubImpl() - Constructor for class org.glassfish.hk2.configuration.hub.internal.HubImpl
- HybridCacheEntry<V> - Interface in org.glassfish.hk2.utilities.cache
-
Represents a single hybrid cache entry.
- HybridCacheEntryImpl(K, V1, boolean) - Constructor for class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
I
- id - Variable in class org.glassfish.hk2.internal.InheritableThreadContext.InheritableContextThreadWrapper
- id - Variable in class org.glassfish.hk2.internal.PerThreadContext.PerContextThreadWrapper
- id - Variable in class org.glassfish.hk2.internal.SpecificFilterImpl
- id - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- id - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- id - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- ID_PREAMBLE - Static variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- identifier - Variable in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- identifier - Variable in class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- identifiers - Variable in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- identifyCyclicDependency(ModuleImpl, Logger) - Static method in class com.sun.enterprise.module.impl.Utils
- iFaces - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- iFaces - Variable in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- igashCache - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- igdCache - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- igdCacheCompute(ServiceLocatorImpl.IgdCacheKey) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- IgdCacheKey(CacheKey, String, Injectee, Type, Class<?>, Annotation[], Filter) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- IgdValue(NarrowResults, ImmediateResults) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdValue
- IGNORE - Enum constant in enum org.glassfish.hk2.runlevel.ErrorInformation.ErrorAction
-
Tells the RunLevelController to disregard the error and continue its progress as if the error never happened.
- ILLEGAL_CHARACTERS - Static variable in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- immediate - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdValue
- Immediate - Annotation Type in org.glassfish.hk2.api
-
Immediate is a scope that operates like
Singleton
scope, except that instances are created as soon as their correspondingDescriptor
s are added. - IMMEDIATE - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- immediateContext - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- ImmediateContext - Class in org.glassfish.hk2.utilities
- ImmediateContext(ServiceLocator) - Constructor for class org.glassfish.hk2.utilities.ImmediateContext
- ImmediateController - Interface in org.glassfish.hk2.api
-
This service is advertised when the Immediate service is put into the registry.
- ImmediateController.ImmediateServiceState - Enum in org.glassfish.hk2.api
- ImmediateErrorHandler - Interface in org.glassfish.hk2.utilities
-
Implementations of this service will be called whenever an Immediate scoped service fails
- ImmediateHelper - Class in org.glassfish.hk2.internal
-
The implementation of the immediate context.
- ImmediateHelper(ServiceLocator, ImmediateContext) - Constructor for class org.glassfish.hk2.internal.ImmediateHelper
- ImmediateHelper.ImmediateThread - Class in org.glassfish.hk2.internal
- ImmediateHelper.ImmediateThreadFactory - Class in org.glassfish.hk2.internal
- ImmediateImpl() - Constructor for class org.glassfish.hk2.utilities.ServiceLocatorUtilities.ImmediateImpl
- ImmediateLocalLocatorFilter - Class in org.glassfish.hk2.internal
-
Filter only picks up local services
- ImmediateLocalLocatorFilter(long) - Constructor for class org.glassfish.hk2.internal.ImmediateLocalLocatorFilter
- ImmediateResults - Class in org.jvnet.hk2.internal
-
This contains the local portion of the narrowed result
- ImmediateResults(NarrowResults) - Constructor for class org.jvnet.hk2.internal.ImmediateResults
- ImmediateScopeModule - Class in org.glassfish.hk2.utilities
-
This module can be used to enable the
Immediate
scope feature. - ImmediateScopeModule() - Constructor for class org.glassfish.hk2.utilities.ImmediateScopeModule
- ImmediateServiceState() - Constructor for enum org.glassfish.hk2.api.ImmediateController.ImmediateServiceState
- ImmediateThread(Runnable) - Constructor for class org.glassfish.hk2.internal.ImmediateHelper.ImmediateThread
- ImmediateThreadFactory() - Constructor for class org.glassfish.hk2.internal.ImmediateHelper.ImmediateThreadFactory
- impl - Variable in class org.glassfish.hk2.utilities.DuplicatePostProcessor.ImplOnlyKey
- implClass - Variable in class org.jvnet.hk2.internal.AutoActiveDescriptor
- implClass - Variable in class org.jvnet.hk2.internal.ClazzCreator
- implClass - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- implementation - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- implementation - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- implementation - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- implementation - Variable in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- implementation - Variable in class org.jvnet.hk2.generator.internal.Utilities.GenerateServiceFromMethodVisitor
- IMPLEMENTATION_ONLY - Enum constant in enum org.glassfish.hk2.utilities.DuplicatePostProcessorMode
-
Uses the
Descriptor.getImplementation()
method andDescriptor.getDescriptorType()
to compare descriptors - implementationClass - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
- implementationOnly(ServiceLocator, DescriptorImpl) - Method in class org.glassfish.hk2.utilities.DuplicatePostProcessor
- implementations - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- implementations() - Method in class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl
- implementations() - Method in interface org.glassfish.hk2.classmodel.reflect.InterfaceModel
-
Returns an unmodifiable collection of classes directly implementing this interface
- implementationType - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
- implementationType - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- implementationType - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- implementedIntf - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- implementedParameterizedIntf - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- implName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- implName - Variable in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- implOnlyDupSet - Variable in class org.glassfish.hk2.utilities.DuplicatePostProcessor
- ImplOnlyKey(Descriptor) - Constructor for class org.glassfish.hk2.utilities.DuplicatePostProcessor.ImplOnlyKey
- implType - Variable in class org.jvnet.hk2.internal.AutoActiveDescriptor
- implType - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- IMPORT_POLICY - Static variable in class com.sun.enterprise.module.ManifestConstants
-
See
ImportPolicy
. - importPolicy - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- ImportPolicy - Interface in com.sun.enterprise.module
-
Modules that wish to programmatically control their list of imports can implement this interface.
- in(Annotation) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- in(Annotation) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
A scope to be associated with this descriptor object.
- in(Annotation) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- in(Annotation) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Scope a binding.
- in(Class<? extends Annotation>) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- in(Class<? extends Annotation>) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- in(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
A scope to be associated with this descriptor object.
- in(Class<? extends Annotation>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- in(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Scope a binding.
- in(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Scope a binding.
- in(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
A scope to be associated with this descriptor object.
- in(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- in(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
A scope to be associated with this descriptor object.
- inCallback - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- includeDate - Variable in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- includeDate - Variable in class org.jvnet.hk2.generator.HabitatGenerator
- includeDate - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- includeDate - Variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- incoming - Variable in class org.glassfish.hk2.utilities.general.ThreadSpecificObject
- incremental - Variable in class org.glassfish.hk2.maven.Version
- IndentingXMLStreamWriter - Class in org.glassfish.hk2.utilities.general
- IndentingXMLStreamWriter(XMLStreamWriter) - Constructor for class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- indentStep - Variable in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- index - Variable in class com.sun.enterprise.module.common_impl.CompositeEnumeration
- index - Variable in class org.glassfish.hk2.utilities.MethodParameterImpl
- index - Variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- index - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- IndexedFilter - Interface in org.glassfish.hk2.api
-
This filter can be used to limit the set of Descriptors passed to the matches method.
- IndexedFilterImpl - Class in org.glassfish.hk2.internal
-
Implementation created by the builder
- IndexedFilterImpl(String, String) - Constructor for class org.glassfish.hk2.internal.IndexedFilterImpl
-
Created by the builder
- IndexedListData - Class in org.jvnet.hk2.internal
-
This object contains a list of values.
- IndexedListData() - Constructor for class org.jvnet.hk2.internal.IndexedListData
- InFlightGenerator - Interface in org.jvnet.hk2.generator
-
Allows an installer or other jar combiner to be able to scan multiple directories for HK2 services
- InFlightGeneratorImpl - Class in org.jvnet.hk2.generator.internal
- InFlightGeneratorImpl() - Constructor for class org.jvnet.hk2.generator.internal.InFlightGeneratorImpl
- InhabitantAnnotation - Annotation Type in org.jvnet.hk2.annotations
-
Meta-annotation indicating that the annotation designates a resident service of a
ServiceLocator
. - InhabitantFiles - Annotation Type in org.jvnet.hk2.testing.junit.annotations
-
A set of locator inhabitant files to search for in the classpath.
- INHABITANTS - Static variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- InhabitantsBuilder - Class in org.jvnet.hk2.generator.eclipse
-
This is the builder for the Eclipse inhabitants generator project
- InhabitantsBuilder() - Constructor for class org.jvnet.hk2.generator.eclipse.InhabitantsBuilder
- InhabitantsDescriptor - Interface in com.sun.enterprise.module
-
Inhabitants Descriptor is an abstraction on how the inhabitants are represented in a module.
- InhabitantsGeneratorMojo - Class in org.jvnet.hk2.generator.maven
-
Generates inhabitant
- InhabitantsGeneratorMojo() - Constructor for class org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
- INHERITABLE_THREAD - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- InheritableContextThreadWrapper() - Constructor for class org.glassfish.hk2.internal.InheritableThreadContext.InheritableContextThreadWrapper
- InheritableThread - Annotation Type in org.glassfish.hk2.api
-
InheritableThread is a scope that operates like
PerThread
scope, except with the caveat that InheritableThread scoped services provide inheritance of values from parent thread to child thread. - InheritableThreadContext - Class in org.glassfish.hk2.internal
- InheritableThreadContext() - Constructor for class org.glassfish.hk2.internal.InheritableThreadContext
- InheritableThreadContext.InheritableContextThreadWrapper - Class in org.glassfish.hk2.internal
- InheritableThreadImpl() - Constructor for class org.glassfish.hk2.utilities.ServiceLocatorUtilities.InheritableThreadImpl
- InheritableThreadScopeModule - Class in org.glassfish.hk2.utilities
-
This module can be used to enable the
InheritableThread
scope feature. - InheritableThreadScopeModule() - Constructor for class org.glassfish.hk2.utilities.InheritableThreadScopeModule
- init(String, String) - Method in class com.sun.enterprise.module.common_impl.ModuleId
- initialize() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- initialize() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Initialize the repository for use.
- initialize() - Static method in class com.sun.enterprise.module.impl.HK2Factory
- initialize() - Method in interface com.sun.enterprise.module.Repository
-
Initialize the repository for use.
- initialize() - Method in class org.jvnet.hk2.testing.junit.HK2Runner
-
This method initializes the service locator with services.
- initialize(String) - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
-
Lazily initialize this module if not done so yet.
- initialize(String, List<String>, List<Class<?>>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
-
This method initializes the service locator with services from the given list of packages (in "." format) and with the set of classes given.
- initialize(String, List<String>, List<Class<?>>, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
-
This method initializes the service locator with services from the given list of packages (in "." format) and with the set of classes given.
- initialize(String, List<String>, List<Class<?>>, Set<String>, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
-
This method initializes the service locator with services from the given list of packages (in "." format) and with the set of classes given.
- initialize(String, ServiceLocator) - Method in class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
- initialize(Set<ServiceLocator>) - Method in interface org.glassfish.hk2.api.ServiceLocatorListener
-
This method returns the complete list of named service locators at the time that this listener is registered.
- initialize(ActiveDescriptor<?>, String, Collector) - Method in class org.jvnet.hk2.internal.ClazzCreator
- initialize(ActiveDescriptor<?>, Collector) - Method in class org.jvnet.hk2.internal.ClazzCreator
- initialize(BeanDatabase) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- initialize(ResourceFinder) - Static method in class org.glassfish.hk2.osgiresourcelocator.ResourceFinder
- initialize(ServiceLoader) - Static method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
- initialize(BundleContext, PackageAdmin) - Method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- initialized - Variable in class com.sun.enterprise.module.impl.ModuleClassLoader
-
Module will be initialized when this classloader is consulted for the first time.
- initialized - Variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
Indicates whether or not this descriptor has been initialized.
- initializerClassName - Variable in class com.sun.enterprise.module.impl.ModuleClassLoader
- initializerThread - Variable in class com.sun.enterprise.module.impl.ModuleClassLoader
- initializeServiceLocator(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- initializeSubDirectories() - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- initialValue() - Method in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
-
Returns the current thread's "initial value" for this thread-local variable.
- inject(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and inject into its fields and methods.
- inject(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- inject(Object, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and inject into its fields and methods.
- inject(Object, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- injectee - Variable in class org.jvnet.hk2.internal.ErrorInformationImpl
- injectee - Variable in class org.jvnet.hk2.internal.ErrorResults
- injectee - Variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- Injectee - Interface in org.glassfish.hk2.api
-
An Injectee represents the point of injection.
- injecteeDescriptor - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- injecteeDescriptor - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- InjecteeImpl - Class in org.glassfish.hk2.utilities
-
This is a writeable version of the Injectee interface.
- InjecteeImpl() - Constructor for class org.glassfish.hk2.utilities.InjecteeImpl
-
None of the fields of the returned object will be set
- InjecteeImpl(Type) - Constructor for class org.glassfish.hk2.utilities.InjecteeImpl
-
Only the requiredType field will be set
- InjecteeImpl(Injectee) - Constructor for class org.glassfish.hk2.utilities.InjecteeImpl
-
This is the copy constructor, which will copy all the values from the incoming Injectee
- injectees - Variable in class org.jvnet.hk2.internal.ClazzCreator.ResolutionInfo
- injectees - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- injecteeStack - Variable in class org.jvnet.hk2.internal.InstantiationServiceImpl
- injecteeToResolverCache - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- injectionPoint - Variable in exception class org.glassfish.hk2.api.UnsatisfiedDependencyException
- InjectionPointIndicator - Annotation Type in org.glassfish.hk2.api
-
This annotation is placed on another annotation to indicate that the annotation may be used to indicate an injection point
- injectionResolver - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- InjectionResolver<T> - Interface in org.glassfish.hk2.api
-
This class allows users to provide a custom injection target for any annotation (including @Inject).
- injectionResolverModificationMade - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- InnerClass() - Constructor for class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService.InnerClass
- InnerEnum() - Constructor for enum org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService.InnerEnum
- innerMethod() - Method in class org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService.InnerClass
- innerMethod() - Method in interface org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService.InnerInterface
- InputStreamArchiveAdapter - Class in org.glassfish.hk2.classmodel.reflect.util
-
Archive adapter based on a single InputStream instance.
- InputStreamArchiveAdapter(JarArchive, URI, InputStream) - Constructor for class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
- install(Binder...) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Adds all binding definitions from the binders to the binding configuration.
- Instance - Interface in org.glassfish.hk2.configuration.hub.api
- Instance - Static variable in class com.sun.enterprise.module.common_impl.AbstractFactory
- INSTANCE - Static variable in class org.glassfish.hk2.api.ServiceLocatorFactory
- INSTANCE - Static variable in annotation type org.glassfish.hk2.configuration.api.Configured
-
This value can be used to indicate that the injection point should be given the instance name.
- INSTANCE - Static variable in class org.glassfish.hk2.internal.StarFilter
- INSTANCE - Static variable in class org.glassfish.hk2.utilities.reflection.Logger
- INSTANCE_NAME - Static variable in class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
The name of the single instance of this bean
- InstanceBasedBindingBuilder(T) - Constructor for class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.InstanceBasedBindingBuilder
- InstanceImpl - Class in org.glassfish.hk2.configuration.hub.internal
- InstanceImpl(Object, Object) - Constructor for class org.glassfish.hk2.configuration.hub.internal.InstanceImpl
- instanceKey - Variable in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- InstanceLifecycleEvent - Interface in org.glassfish.hk2.api
-
This object contains information about a lifecycle event.
- InstanceLifecycleEventImpl - Class in org.jvnet.hk2.internal
- InstanceLifecycleEventImpl(InstanceLifecycleEventType, Object, Map<Injectee, Object>, ActiveDescriptor<?>) - Constructor for class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- InstanceLifecycleEventImpl(InstanceLifecycleEventType, Object, ActiveDescriptor<?>) - Constructor for class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- InstanceLifecycleEventType - Enum in org.glassfish.hk2.api
-
This describes the type of lifecycle events that can happen in the system
- InstanceLifecycleEventType() - Constructor for enum org.glassfish.hk2.api.InstanceLifecycleEventType
- InstanceLifecycleListener - Interface in org.glassfish.hk2.api
-
This processor is called for certain events in the lifecycle of instances of services.
- instanceLifeycleModificationMade - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- instanceListeners - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- instanceName - Variable in class org.glassfish.hk2.configuration.internal.BeanInfo
- instanceName - Variable in class org.glassfish.hk2.configuration.internal.NoNameTypeFilter
- instanceName - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl.TypeData
- instances - Variable in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- instances - Variable in class org.glassfish.hk2.internal.InheritableThreadContext.InheritableContextThreadWrapper
- instances - Variable in class org.glassfish.hk2.internal.PerThreadContext.PerContextThreadWrapper
- instanceValue - Variable in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- InstantiationData - Interface in org.glassfish.hk2.api
-
Contains information about the caller of a
Factory.provide()
method - instantiationService - Variable in class org.jvnet.hk2.internal.FactoryCreator
- InstantiationService - Interface in org.glassfish.hk2.api
-
This service is used to get information about the creation of a service from an implementation of
Factory
. - InstantiationServiceImpl - Class in org.jvnet.hk2.internal
- InstantiationServiceImpl() - Constructor for class org.jvnet.hk2.internal.InstantiationServiceImpl
- Intercepted - Annotation Type in org.glassfish.hk2.extras.interception
-
Classes annotated with this qualifier are to be intercepted with the default interception service implementation.
- InterceptionBinder - Annotation Type in org.glassfish.hk2.extras.interception
-
This annotation is placed on an annotation that can be used to indicate a binding between an interceptor (annotated with
Interceptor
) and a class to be intercepted (annotated withIntercepted
). - InterceptionService - Interface in org.glassfish.hk2.api
-
This service is implemented in order to configure interceptors on methods or constructors provided by hk2 services.
- interceptionServiceModificationMade - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- interceptionServices - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- interceptor - Variable in class org.jvnet.hk2.internal.MethodInterceptorInvocationHandler
- Interceptor - Annotation Type in org.glassfish.hk2.extras.interception
-
This annotation is placed on an implementation of either
MethodInterceptor
orConstructorInterceptor
in order to signify that these services should be automatically bound with the default interception service implementation. - interceptorLists - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler
- InterceptorOrderingService - Interface in org.glassfish.hk2.extras.interception
-
This service can be used to modify, add or remove interceptors to the set of interceptors that will be called on a Method or Constructor in the default implementation of the interception service.
- interceptors - Variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- interceptors - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- InterfaceModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Represents an interface declaration.
- InterfaceModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of an interface model
- InterfaceModelImpl(String, TypeProxy<Type>, TypeProxy) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl
- interfaces - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ClassVisitingContext
- InterfaceWithOneType<T> - Interface in org.jvnet.hk2.metadata.tests.complextypefactory
- InterfaceWithTwoTypes<V,
T> - Interface in org.jvnet.hk2.metadata.tests.complextypefactory - internalAddServicesFromDefault(DynamicConfiguration, Set<String>, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- internalAddServicesFromPackage(DynamicConfiguration, List<String>, Set<String>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- internalCreate(String, ServiceLocator, ServiceLocatorGenerator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- internalFindOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- internalGetAllServiceHandles(Type, Unqualified, boolean, boolean, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- internalGetDescriptor(Injectee, Type, String, Unqualified, boolean, boolean, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- internalGetDescriptor(Injectee, Type, String, Unqualified, boolean, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- internalGetInjecteeDescriptor(Injectee, boolean) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- internalGetQualifierAnnotations(AnnotatedElement) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- internalGetScopeAnnotationType(AnnotatedElement, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
This returns the scope annotation on this class *itself*, and no other classes (like, not subclasses).
- internalGetService(Type, String, Unqualified, boolean, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- internalGetService(Type, String, Unqualified, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- internalGetServiceHandle(ActiveDescriptor<T>, Type, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- internalInvoke(Object, Method, Method, Object[]) - Method in class org.jvnet.hk2.internal.MethodInterceptorImpl
- internalReadSet(char[], int, Collection<String>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Writes a set in a way that can be read from an input stream as well.
- internalReify(Class<?>, Collector) - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
The service locator must hold its lock for this cal
- intervalInMs - Variable in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- inTransaction - Variable in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- invoke(Object, Method, Object[]) - Method in class org.jvnet.hk2.internal.MethodInterceptorInvocationHandler
- invoke(Object, Method, Object[], boolean) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
This version of invoke is CCL neutral (it will return with the same CCL as what it went in with)
- invoke(Object, Method, Method, Object[]) - Method in class org.jvnet.hk2.internal.MethodInterceptorHandler
- invoke(Object, Method, Method, Object[]) - Method in class org.jvnet.hk2.internal.MethodInterceptorImpl
- invoke(Method, Object) - Static method in class org.glassfish.hk2.api.AnnotationLiteral
- invokeInstanceListeners(InstanceLifecycleEvent) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- invokeOnCancelled(CurrentTaskFuture, int, List<ServiceHandle<RunLevelListener>>) - Static method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- invokeOnError(CurrentTaskFuture, Throwable, ErrorInformation.ErrorAction, List<ServiceHandle<RunLevelListener>>, Descriptor) - Static method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- invokeOnProgress(ChangeableRunLevelFuture, int, List<ServiceHandle<RunLevelListener>>) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- invokeOnProgressStarted(ChangeableRunLevelFuture, int, List<ServiceHandle<ProgressStartedListener>>) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- invokePostMethod(Object, List<PropertyChangeEvent>, String) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- invokePreMethod(Object, List<PropertyChangeEvent>, String) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- is - Variable in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
- IS - Static variable in class org.glassfish.hk2.configuration.internal.BeanUtilities
- IS - Static variable in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
- isa_contract - Variable in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- ISA_CONTRACT - Variable in class org.jvnet.hk2.generator.internal.Utilities
- isa_qualifier - Variable in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- ISA_QUALIFIER - Variable in class org.jvnet.hk2.generator.internal.Utilities
- isa_scope - Variable in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- ISA_SCOPE - Variable in class org.jvnet.hk2.generator.internal.Utilities
- isAbstract(Member) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if the underlying member is abstract
- isACertainException(Throwable, Class<? extends Throwable>) - Static method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- isAContract(TypeElement) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- isActive() - Method in interface org.glassfish.hk2.api.Context
-
True if this context is active, false otherwise
- isActive() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
This returns true if the underlying service has already been created
- isActive() - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- isActive() - Method in class org.glassfish.hk2.extras.operation.OperationContext
- isActive() - Method in class org.glassfish.hk2.internal.InheritableThreadContext
- isActive() - Method in class org.glassfish.hk2.internal.PerThreadContext
- isActive() - Method in class org.glassfish.hk2.runlevel.RunLevelContext
- isActive() - Method in class org.glassfish.hk2.utilities.ImmediateContext
- isActive() - Method in class org.jvnet.hk2.internal.PerLookupContext
- isActive() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- isActive() - Method in class org.jvnet.hk2.internal.SingletonContext
- isActualType(Type) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
-
An actual type is either a Class or a ParameterizedType
- isActualTypeVariableSafe(Class<?>, TypeVariable<?>) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- isAGetter(Method) - Static method in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
-
Returns the property name if this is a getter
- isAGetter(MethodWrapper) - Static method in class org.glassfish.hk2.utilities.reflection.BeanReflectionHelper
-
Returns the property name if this is a getter
- isALookedForThing() - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- isAnnotationAQualifier(Annotation) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns true if the given annotation is a qualifier
- isApplicationClass - Variable in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- isApplicationClass - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- isApplicationClass() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- isArrayType(Type) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
-
An array type can be a class that is an array or a GenericArrayType
- isAService - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- isAService - Variable in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- isBindingAnnotation(Annotation) - Static method in class org.glassfish.hk2.extras.interception.internal.ReflectionUtilities
- isBlacklisted(Annotation) - Static method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Returns
true
if the suppliedAnnotation
isnull
or designates an annotation type that should be excluded from recursive annotation scanning performed by theServiceLocatorTestRule.bind(DynamicConfiguration, AnnotatedElement)
method. - isBlacklisted(Class<? extends Annotation>) - Static method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Returns
true
if the suppliedClass
isnull
or designates an annotation type that should be excluded from recursive annotation scanning performed by theServiceLocatorTestRule.bind(DynamicConfiguration, AnnotatedElement)
method. - isCacheSet() - Method in interface org.glassfish.hk2.api.SingleCache
-
Returns true if this cache has been set
- isCacheSet() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- isCacheSet() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
- isCacheSet() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- isCacheSet() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- isCacheSet() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- isCancelled() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- isCancelled() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- isCancelled() - Method in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- isCancelled() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- isClassAContract(List<File>, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Returns true if the given class is a contract
- isClassAGenerator(List<File>, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Returns true if it can be determined that this class is a generator
- isClassAQualifier(List<File>, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Returns true if it can be determined that this class is a qualifier
- isClassAScope(List<File>, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Returns true if it can be determined that this class is a scope
- isClosed() - Method in interface org.jvnet.hk2.internal.Closeable
-
Returns true if the instance has been closed
- isClosed() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- isCompatible(Class, Class) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- isConfigured - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- isConstructor - Variable in class org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
- isConstructor - Variable in class org.jvnet.hk2.internal.SoftAnnotatedElementAnnotationInfo
- isConstructorParameterIndicator() - Method in interface org.glassfish.hk2.api.InjectionResolver
-
This method should return true if the annotation that indicates that this is an injection point can appear in the parameter list of a constructor.
- isConstructorParameterIndicator() - Method in class org.glassfish.hk2.configuration.internal.ChildInjectResolverImpl
- isConstructorParameterIndicator() - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- isConstructorParameterIndicator() - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
- isContract - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- isDisabled(File) - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
-
Checks the xyz.disabled file for xyz.jar and return true if the file exists.
- isDone() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- isDone() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- isDone() - Method in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- isDone() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- isDown() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- isDown() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- isDown() - Method in interface org.glassfish.hk2.runlevel.RunLevelFuture
-
Returns true if this job represents the system going from a higher level to a lower level.
- isDupException(MultiException) - Static method in class org.glassfish.hk2.extras.ExtrasUtilities
- isDupException(MultiException) - Static method in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities
- isDupException(MultiException) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- isEager(ActiveDescriptor<?>) - Static method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- isEmpty() - Method in class org.jvnet.hk2.internal.IndexedListData
- isEmpty(String) - Static method in class org.glassfish.hk2.configuration.internal.BeanUtilities
- isEnabled() - Static method in class com.sun.enterprise.module.common_impl.TracingUtilities
- isEquals(Method) - Static method in class org.jvnet.hk2.internal.MethodInterceptorImpl
- isFactory - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- isFilledIn(ParameterizedType) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- isFilledIn(ParameterizedType, HashSet<ParameterizedType>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- isFinal(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
- isFinal(Member) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if the underlying member is abstract
- isImplementing(ParameterizedInterfaceModelImpl) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- isImplementing(TypeProxy<InterfaceModel>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- isInjectAnnotation(Annotation) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- isInjectAnnotation(Annotation, boolean) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- isIsa_contract() - Method in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- isIsa_qualifier() - Method in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- isIsa_scope() - Method in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- isIterable - Variable in class org.jvnet.hk2.internal.IterableProviderImpl
- isLoggable(Level) - Static method in class com.sun.enterprise.module.common_impl.LogHelper
- isLookedFor - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- isLookup(Injectee) - Method in class org.jvnet.hk2.testing.junit.internal.JustInTimeInjectionResolverImpl
-
Returns
true
if the suppliedInjectee
represents a service lookup rather than a true injection point. - isMethodParameterIndicator() - Method in interface org.glassfish.hk2.api.InjectionResolver
-
This method should return true if the annotation that indicates that this is an injection point can appear in the parameter list of a method.
- isMethodParameterIndicator() - Method in class org.glassfish.hk2.configuration.internal.ChildInjectResolverImpl
- isMethodParameterIndicator() - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- isMethodParameterIndicator() - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
- isolation - Variable in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
The
ServiceLocatorTestRule.ServiceLocatorIsolation
designating whether theServiceLocator
associated with thisServiceLocatorTestRule
is set up for each test method or shared among them. - isOptional - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- isOptional - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- isOptional() - Method in interface org.glassfish.hk2.api.Injectee
-
This method returns true if this injection point is annotated with VOptional.
- isOptional() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- isOptional() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- isPostConstruct(Method) - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- isPreDestroy(Method) - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- isPrivate(Member) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns true if the underlying member is private
- isProperConstructor(Constructor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
- isProperField(Field) - Static method in class org.jvnet.hk2.internal.Utilities
- isProperMethod(Method) - Static method in class org.jvnet.hk2.internal.Utilities
- isProxiable() - Method in interface org.glassfish.hk2.api.Descriptor
-
If this returns true then the system will create a proxy for instances of this descriptor.
- isProxiable() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- isProxiable() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- isProxiable() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- isProxiable(ActiveDescriptor<?>, Injectee) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method determines whether or not the descriptor should be proxied.
- isProxiableScope(Class<? extends Annotation>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if this scope is proxiable
- isProxyForSameScope() - Method in interface org.glassfish.hk2.api.Descriptor
-
This value determines whether or not this service should be proxied when being injected into other services of the same scope.
- isProxyForSameScope() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- isProxyForSameScope() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- isProxyForSameScope() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- isQualifier - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- isRawTypeSafe(Type, Type) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
-
Returns true if the given requiredType is safely assignable from the given beanType.
- isReexporting() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns true if the containing module is reexporting the public interfaces of the sub module
- isReified - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- isReified() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
This method returns true if this descriptor has been reified (class loaded).
- isReified() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- isReified() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
-
This method returns true if this descriptor has been reified (class loaded).
- isReified() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- isReified() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
- isReified() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- isScope - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- isScopeAnnotation(AnnotationMirror) - Static method in class org.glassfish.hk2.stub.generator.StubProcessor
- isSelected(ArchiveAdapter.Entry) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Selector
-
callback to select an archive for processing
- isSelf - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- isSelf - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- isSelf() - Method in interface org.glassfish.hk2.api.Injectee
-
This method returns true if this injection point is annotated with VSelf.
- isSelf() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- isSelf() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- isSet - Variable in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- isShared() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns true if this module is sharable.
- isShared() - Method in interface com.sun.enterprise.module.Module
-
Returns true if this module is sharable.
- isShared() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns true if the containing module accept a shared implementation of the sub module
- isShared() - Method in class com.sun.enterprise.module.single.ProxyModule
- isStatic(Member) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns true if the underlying member is static
- isSticky() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns true if the module is sticky.
- isSticky() - Method in interface com.sun.enterprise.module.Module
-
Returns true if the module is sticky.
- isSticky() - Method in class com.sun.enterprise.module.single.ProxyModule
- isTimerThreadDaemon - Variable in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- isTypeSafe(Type, Type) - Static method in class org.jvnet.hk2.internal.Utilities
-
This code uses the TypeChecker but does some extra checking if the types are annotations
- isTypeVariable(Type) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- isTypeVariableTypeVariableSafe(TypeVariable<?>, TypeVariable<?>) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- isUnproxiableScope(Class<? extends Annotation>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if this scope is unproxiable
- isUp() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- isUp() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- isUp() - Method in interface org.glassfish.hk2.runlevel.RunLevelFuture
-
Returns true if this job represents the system going from a lower level to a higher level.
- isValidating(ValidationService) - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
Gets the decision of the filter from this service.
- isVerbose() - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
- isVisited() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- isWar() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- isWasCancelled(Throwable) - Static method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- isWeak - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- isWeak - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- isWildcard(Type) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- isWildcardActualSafe(WildcardType, Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- isWildcardTypeVariableSafe(WildcardType, TypeVariable<?>) - Static method in class org.glassfish.hk2.utilities.reflection.TypeChecker
- isWouldBlock(Throwable) - Static method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- isWouldBlockRightNow(HashSet<ActiveDescriptor<?>>, ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
-
This method does a preliminary check of whether or not the descriptor (or any children) would cause the thread to block.
- item - Variable in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue.Node
- IterableProvider<T> - Interface in org.glassfish.hk2.api
-
This object can be injected rather than
Provider
when it is desired to iterate over more than one returned instance of the type. - IterableProviderImpl<T> - Class in org.jvnet.hk2.internal
- IterableProviderImpl(ServiceLocatorImpl, Type, Set<Annotation>, Unqualified, Injectee, boolean) - Constructor for class org.jvnet.hk2.internal.IterableProviderImpl
- IterableProviderImpl.HandleIterable<U> - Class in org.jvnet.hk2.internal
- IterableProviderImpl.MyHandleIterator<U> - Class in org.jvnet.hk2.internal
- IterableProviderImpl.MyIterator<U> - Class in org.jvnet.hk2.internal
- iterator() - Method in class com.sun.enterprise.module.common_impl.Tokenizer
- iterator() - Method in class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- iterator() - Method in class org.jvnet.hk2.internal.IterableProviderImpl.HandleIterable
- iterator() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
J
- jar - Variable in class com.sun.enterprise.module.common_impl.Jar.Archive
- jar - Variable in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- Jar - Class in com.sun.enterprise.module.common_impl
-
Abstraction of
JarFile
so that we can handle both a jar file and a directory image transparently. - Jar() - Constructor for class com.sun.enterprise.module.common_impl.Jar
- JAR_ENTRY - Static variable in class com.sun.enterprise.module.maven.HK2GenerateMojo
- Jar.Archive - Class in com.sun.enterprise.module.common_impl
- Jar.Directory - Class in com.sun.enterprise.module.common_impl
- JarArchive - Class in org.glassfish.hk2.classmodel.reflect.util
-
Jar based archive abstraction
- JarArchive(Parser, URI) - Constructor for class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- jarFile(Class) - Static method in class com.sun.enterprise.module.bootstrap.Which
- jdkLogger - Variable in class org.glassfish.hk2.utilities.reflection.Logger
- jobComplete() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- jobDone() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- jobFinished(ServiceHandle<?>) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- jobRunning(ServiceHandle<?>) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- justAssistedInject(Object, Method, ServiceLocatorImpl, ServiceHandle<?>, MethodParameter...) - Static method in class org.jvnet.hk2.internal.Utilities
-
Just injects this one method
- justCreate(Class<T>, ServiceLocatorImpl, String) - Static method in class org.jvnet.hk2.internal.Utilities
-
Just creates the thing, doesn't try to do anything else
- justInject(Object, ServiceLocatorImpl, String) - Static method in class org.jvnet.hk2.internal.Utilities
-
Just injects the thing, doesn't try to do anything else
- justInTime() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- JustInTimeInjectionResolver - Interface in org.glassfish.hk2.api
-
The JustInTimeInjectionResolver is called when an injection point cannot find anything to inject.
- JustInTimeInjectionResolverImpl - Class in org.jvnet.hk2.testing.junit.internal
- JustInTimeInjectionResolverImpl() - Constructor for class org.jvnet.hk2.testing.junit.internal.JustInTimeInjectionResolverImpl
- JustInTimeInjectionResolverImpl(Collection<?>) - Constructor for class org.jvnet.hk2.testing.junit.internal.JustInTimeInjectionResolverImpl
- justInTimeResolution(Injectee) - Method in interface org.glassfish.hk2.api.JustInTimeInjectionResolver
-
This method will be called whenever an injection point cannot be resolved.
- justInTimeResolution(Injectee) - Method in class org.glassfish.hk2.utilities.GreedyResolver
- justInTimeResolution(Injectee) - Method in class org.jvnet.hk2.testing.junit.internal.JustInTimeInjectionResolverImpl
- justPostConstruct(Object, ServiceLocatorImpl, String) - Static method in class org.jvnet.hk2.internal.Utilities
-
Post constructs the given object
- justPreDestroy(Object, ServiceLocatorImpl, String) - Static method in class org.jvnet.hk2.internal.Utilities
-
Pre Destroys the given object
K
- key - Variable in class com.sun.enterprise.module.single.ManifestProxy.SeparatorMappings
- key - Variable in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl
- key - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
- key - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- KEY1 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- KEY2 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- KEY3 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- KEY4 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- KEY5 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- KEY6 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- keySet() - Method in class org.jvnet.hk2.component.MultiMap
-
Returns the set of keys associated with this MultiMap
- KNOWN_DATA - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- KnownClassData(String, boolean, boolean, boolean, String, Set<String>) - Constructor for class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- knownInjectees - Variable in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
L
- LargeInterface - Interface in org.jvnet.hk2.metadata.tests.stub
-
Imagine that this is an interface with a lot of methods on it
- lastError - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- lastErrorDescriptor - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- lastHit - Variable in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl
- lastHit - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- lastModifieds - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- lastQueueSize - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.HardCancelDownTimer
- lastRead - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- launch(ModuleStartup, StartupContext) - Method in class com.sun.enterprise.module.bootstrap.Main
- launch(ModulesRegistry, String, StartupContext) - Method in class com.sun.enterprise.module.bootstrap.Main
-
Launches the module system and hand over the execution to the
ModuleStartup
implementation of the main module. - leftHandSide - Variable in class org.glassfish.hk2.stub.generator.StubProcessor.TypeMirrorOutputs
- levelCancelled() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- levelErrorMap - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- libraries - Variable in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- lifecycleEvent(InstanceLifecycleEvent) - Method in interface org.glassfish.hk2.api.InstanceLifecycleListener
-
This method will be called when any lifecycle event occurs.
- lifecycleEvent(InstanceLifecycleEvent) - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- LifecycleKey(Class<?>, Class<?>) - Constructor for class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl.LifecycleKey
- lifecycleListeners - Variable in class com.sun.enterprise.module.impl.ModulesRegistryImpl
- lifecycleObject - Variable in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- lifecyclePolicy - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- lifecyclePolicy - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- LifecyclePolicy - Interface in com.sun.enterprise.module
-
Modules that wish to invoke special logic when it is loaded, started or stopped should implement this interface.
- LIFECYLE_POLICY - Static variable in class com.sun.enterprise.module.ManifestConstants
-
See
LifecyclePolicy
. - link(Class<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This method links an implementation class with a
DescriptorBuilder
, to be used to further build theDescriptor
. - link(Class<?>, boolean) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This method links an implementation class with a
DescriptorBuilder
, to be used to further build theDescriptor
- link(String) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This method links an implementation class with a
DescriptorBuilder
, to be used to further build theDescriptor
. - link(String, boolean) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This method links an implementation class with a
DescriptorBuilder
, to be used to further build theDescriptor
. - LinkedQueue<E> - Class in org.glassfish.hk2.classmodel.reflect.util
-
Non locked based linked queue.
- LinkedQueue() - Constructor for class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue
- LinkedQueue.Node<E> - Class in org.glassfish.hk2.classmodel.reflect.util
- LIST_WITH_PTYPE - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- listeners - Variable in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- listeners - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- listeners - Variable in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- listeners - Variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- listeners - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- listeners - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- listeners - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- load(InputStream) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
-
Loads a single service file and returns the names of the providers.
- load(URL, InputStream) - Method in class com.sun.enterprise.module.ModuleMetadata.Entry
-
Loads a single service file.
- load(URL, String) - Method in class com.sun.enterprise.module.ModuleMetadata
- load(URL, String, InputStream) - Method in class com.sun.enterprise.module.ModuleMetadata
- loadArrayClass(ClassLoader, String) - Static method in class org.glassfish.hk2.utilities.general.GeneralUtilities
- loadClass(ClassLoader, String) - Static method in class org.glassfish.hk2.utilities.general.GeneralUtilities
-
Loads the class from the given classloader or returns null (does not throw).
- loadClass(String) - Method in interface com.sun.enterprise.module.common_impl.TracingUtilities.Loader
- loadClass(String) - Method in interface org.glassfish.hk2.api.HK2Loader
-
Loads a class given the class name to instantiate
- loadClass(String) - Method in class org.glassfish.hk2.utilities.HK2LoaderImpl
- loadClass(String) - Method in class org.jvnet.hk2.internal.DelegatingClassLoader
- loadClass(String, boolean) - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
- loadClass(String, boolean, boolean) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- loadClass(String, Descriptor, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Loads the class using the loader from the given descriptor or the classloader of the utilities class otherwise
- loadClass(String, Injectee) - Static method in class org.jvnet.hk2.internal.Utilities
-
Load the given class for the given injectee.
- loadClass(Descriptor, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- loadClassSecured(Bundle, String) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- loadedBy(HK2Loader) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- loadedBy(HK2Loader) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Custom HK2 loader to be used when service class is about to be loaded.
- loadedBy(HK2Loader) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Custom HK2 loader to be used when service class is about to be loaded.
- loadedBy(HK2Loader) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Custom HK2 loader to be used when service class is about to be loaded.
- loadedBy(HK2Loader) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Custom HK2 loader to be used when service class is about to be loaded.
- loader - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- loader - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- loader - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Bound service loader.
- loader - Variable in class org.glassfish.hk2.utilities.ClassLoaderPostProcessor
- loader - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- loader - Variable in class org.glassfish.hk2.utilities.HK2LoaderImpl
- loadFromRepository(String, String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- loadJar(File) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Loads a jar file and builds a
ModuleDefinition
. - loadMetadata(ModuleMetadata) - Method in class com.sun.enterprise.module.common_impl.Jar.Archive
- loadMetadata(ModuleMetadata) - Method in class com.sun.enterprise.module.common_impl.Jar.Directory
- loadMetadata(ModuleMetadata) - Method in class com.sun.enterprise.module.common_impl.Jar
-
Loads all META-INF/habitats entries and store them to the list.
- loadModel(ParsingContext, String) - Method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- loadModuleDefs(Map<ModuleId, ModuleDefinition>, List<URI>) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Called from
AbstractRepositoryImpl.initialize()
to load allModuleDefinition
s and libraries defintions - loadModuleDefs(Map<ModuleId, ModuleDefinition>, List<URI>) - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- local - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- LOCAL - Enum constant in enum org.glassfish.hk2.api.DescriptorVisibility
-
This descriptor may only be seen by the service locator in which it is bound, and not by any of that service locators children
- LOCAL - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- LOCAL_DT - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- localLocatorId - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.RemoveFilter
- localOnly() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- localOnly() - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- localOnly() - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
This will cause the descriptorVisibility field of the returned descriptor to return LOCAL
- localOnly() - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
This will cause the descriptorVisibility field of the returned descriptor to return LOCAL
- locals - Variable in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
- LocalService - Class in org.jvnet.hk2.metadata.tests
- LocalService() - Constructor for class org.jvnet.hk2.metadata.tests.LocalService
- localServiceId - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.RemoveFilter
- location - Variable in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- LOCATION_DEFAULT - Static variable in class org.glassfish.hk2.metadata.generator.ServiceProcessor
- LOCATION_OPTION - Static variable in class org.glassfish.hk2.metadata.generator.ServiceProcessor
- locator - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
- locator - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- locator - Variable in class org.glassfish.hk2.configuration.internal.ChildInjectResolverImpl
- locator - Variable in class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- locator - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- locator - Variable in class org.glassfish.hk2.configuration.internal.NoNameTypeFilter
- locator - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- locator - Variable in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- locator - Variable in class org.glassfish.hk2.extras.operation.internal.OperationManagerImpl
- locator - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- locator - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- locator - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- locator - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownQueueRunner
- locator - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- locator - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- locator - Variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
The service locator.
- locator - Variable in class org.glassfish.hk2.utilities.GreedyResolver
- locator - Variable in class org.glassfish.hk2.utilities.ImmediateContext
- locator - Variable in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- locator - Variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- locator - Variable in class org.jvnet.hk2.internal.ClazzCreator
- locator - Variable in class org.jvnet.hk2.internal.DefaultClassAnalyzer
- locator - Variable in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- locator - Variable in class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
- locator - Variable in class org.jvnet.hk2.internal.FactoryCreator
- locator - Variable in class org.jvnet.hk2.internal.IterableProviderImpl
- locator - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler
- locator - Variable in class org.jvnet.hk2.internal.MethodInterceptorImpl
- locator - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- locator - Variable in class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- locator - Variable in class org.jvnet.hk2.internal.SingletonContext
- locator - Variable in class org.jvnet.hk2.internal.ThreeThirtyResolver
- locator - Variable in class org.jvnet.hk2.internal.TopicImpl
- locator - Variable in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- locator(ResourceLocator) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Sets the resource locator that can be used to load and parse extra types that were referenced during the parsing but could not be parsed due to their absence from the input archive set.
- LOCATOR_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
The flag for the name of the locator
- LOCATOR_DEFAULT - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
- locatorAdded(ServiceLocator) - Method in interface org.glassfish.hk2.api.ServiceLocatorListener
-
This method is called whenever a ServiceLocator has been added to the set of ServiceLocators.
- locatorDestroyed(ServiceLocator) - Method in interface org.glassfish.hk2.api.ServiceLocatorListener
-
This method is called whenever a ServiceLocator will be removed from the set of ServiceLocators.
- locatorId - Variable in class org.glassfish.hk2.internal.ImmediateLocalLocatorFilter
- locatorId - Variable in class org.glassfish.hk2.internal.SpecificFilterImpl
- locatorId - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- locatorId - Variable in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- locatorName - Variable in class org.jvnet.hk2.generator.HabitatGenerator
- locatorName - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- locatorName - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- lock - Variable in exception class org.glassfish.hk2.api.MultiException
- lock - Variable in class org.glassfish.hk2.classmodel.reflect.Parser
- lock - Variable in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- lock - Variable in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- lock - Variable in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- lock - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- lock - Variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- lock - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- lock - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- lock - Variable in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- lock - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- LOG_THREAD_DESTRUCTION - Static variable in class org.glassfish.hk2.internal.InheritableThreadContext
- LOG_THREAD_DESTRUCTION - Static variable in class org.glassfish.hk2.internal.PerThreadContext
- logger - Variable in class com.sun.enterprise.module.bootstrap.PlatformMain
- logger - Static variable in class com.sun.enterprise.module.common_impl.LogHelper
- logger - Static variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- logger - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
- logger - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- logger - Static variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- logger() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Returns the configured or default logger for the class-model library.
- logger(Logger) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Sets the logger to be used during the parsing activity.
- Logger - Class in org.glassfish.hk2.utilities.reflection
-
A logger for HK2.
- Logger() - Constructor for class org.glassfish.hk2.utilities.reflection.Logger
- LOGGER - Static variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- LogHelper - Class in com.sun.enterprise.module.common_impl
-
The logging relataed methods have been refactored out of Utils class which exists in impl module.
- LogHelper() - Constructor for class com.sun.enterprise.module.common_impl.LogHelper
- logMessage(Level, String) - Method in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
- lookForMe - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- LOOKUP - Enum constant in enum org.glassfish.hk2.api.Operation
-
The descriptor is being looked up
- LOOKUP_FILTER - Static variable in class org.glassfish.hk2.configuration.internal.ConfigurationValidationService
- lookupProviderClasses(Class<T>) - Static method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
-
It is not clear why one needs this method, but it is provided just in case one needs it.
- lookupProviderClasses1(Class<T>) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
- lookupProviderClasses1(Class<T>) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- lookupProviderInstances(Class<T>) - Static method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
-
Calling this method is equivalent to calling
ServiceLoader.lookupProviderInstances(Class, ProviderFactory)
with a null factory object. - lookupProviderInstances(Class<T>, ServiceLoader.ProviderFactory<T>) - Static method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
- lookupProviderInstances1(Class<T>, ServiceLoader.ProviderFactory<T>) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
- lookupProviderInstances1(Class<T>, ServiceLoader.ProviderFactory<T>) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- lookupType - Variable in class org.jvnet.hk2.internal.CacheKey
- lru - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- LRUCache<K,
V> - Class in org.glassfish.hk2.utilities.cache -
A cache that contains a certain number of entries, and whose oldest accessed entries are removed when removal is necessary.
- LRUCache() - Constructor for class org.glassfish.hk2.utilities.cache.LRUCache
- LRUCacheCheapRead<K,
V> - Class in org.glassfish.hk2.utilities.cache.internal -
LRU Cache implementation that relies on entries that keep last hit (get/put) timestamp in order to be able to remove least recently accessed items when running out of cache capacity.
- LRUCacheCheapRead(int) - Constructor for class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
-
Create new cache with given maximum capacity.
- LRUCacheCheapRead.CacheEntryImpl<K,
V> - Class in org.glassfish.hk2.utilities.cache.internal - LRUCacheCheapRead.CacheEntryImplComparator - Class in org.glassfish.hk2.utilities.cache.internal
- LRUHybridCache<K,
V> - Class in org.glassfish.hk2.utilities.cache -
Hybrid cache that allows explicit removals of included entries as well as implicit removal of entries that have been least recently accessed.
- LRUHybridCache(int, Computable<K, HybridCacheEntry<V>>) - Constructor for class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Create new cache with given computable to compute values.
- LRUHybridCache(int, Computable<K, HybridCacheEntry<V>>, LRUHybridCache.CycleHandler<K>) - Constructor for class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Create new cache with given computable and cycleHandler.
- LRUHybridCache.CacheEntryImplComparator<K,
V> - Class in org.glassfish.hk2.utilities.cache - LRUHybridCache.CycleHandler<K> - Interface in org.glassfish.hk2.utilities.cache
-
Should a cycle be detected during computation of a value for given key, this interface allows client code to register a callback that would get invoked in such a case.
- LRUHybridCache.HybridCacheEntryImpl<V1> - Class in org.glassfish.hk2.utilities.cache
- LRUHybridCache.OriginThreadAwareFuture - Class in org.glassfish.hk2.utilities.cache
-
Helper class, that remembers the future task origin thread, so that cycles could be detected.
M
- main(String[]) - Static method in class com.sun.enterprise.module.bootstrap.Main
- main(String[]) - Static method in class org.jvnet.hk2.generator.HabitatGenerator
-
This method will call System.exit() with a 0 on success and non-zero on failure
- Main - Class in com.sun.enterprise.module.bootstrap
-
CLI entry point that will setup the module subsystem and delegate the main execution to the first archive in its import list...
- Main() - Constructor for class com.sun.enterprise.module.bootstrap.Main
- MAIN_BUNDLE - Static variable in class com.sun.enterprise.module.ManifestConstants
-
Module name that we'll launch.
- Main.MainFilter - Class in com.sun.enterprise.module.bootstrap
-
This filter matches against the name, including only matching a ModuleStartup with no name if name is null (unlike a normal "null" returned from name, which acts as a wildcard for the name)
- mainAttributes - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Main attributes section of the manifest.
- mainAttributes - Variable in class com.sun.enterprise.module.single.ManifestProxy
- MainFilter(String) - Constructor for class com.sun.enterprise.module.bootstrap.Main.MainFilter
-
The name given here will match the ModuleStartup
- major - Enum constant in enum org.glassfish.hk2.maven.Version.COMPONENT
- major - Variable in class org.glassfish.hk2.maven.Version
- make(Class, Class<T>) - Method in interface org.glassfish.hk2.osgiresourcelocator.ServiceLoader.ProviderFactory
- make(Class, Class<T>) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.DefaultFactory
- makeMe(Constructor<?>, Object[], boolean) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
This version of invoke is CCL neutral (it will return with the same CCL as what it went in with)
- makeMe(Constructor<?>, Object[], boolean) - Method in interface org.jvnet.hk2.internal.ConstructorAction
-
Creates the raw object
- makeMe(Constructor<?>, Object[], boolean) - Method in class org.jvnet.hk2.internal.ConstructorActionImpl
- makeModuleFor(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Find and return a loaded Module that has the package name in its list of exported interfaces.
- makeModuleFor(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Find and return a loaded Module that has the package name in its list of exported interfaces.
- makeModuleFor(String, String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Returns the
Module
instance giving a name and version constraints. - makeModuleFor(String, String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns the
Module
instance giving a name and version constraints. - makeModuleFor(String, String, boolean) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- makeModuleFor(String, String, boolean) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns the
Module
instance giving a name and version constraints. - makeModuleFor(String, String, boolean) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- makeModuleFor(String, String, boolean) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
- manager - Variable in class org.glassfish.hk2.extras.operation.OperationContext
- ManagerUtilities - Class in org.glassfish.hk2.configuration.hub.api
- ManagerUtilities() - Constructor for class org.glassfish.hk2.configuration.hub.api.ManagerUtilities
- mangle(File) - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- manifest - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- ManifestConstants - Class in com.sun.enterprise.module
-
Constants used in the module manifest.
- ManifestConstants() - Constructor for class com.sun.enterprise.module.ManifestConstants
- manifestLocation - Variable in class com.sun.enterprise.module.maven.HK2GenerateMojo
-
Directory where the manifest will be written
- ManifestProxy - Class in com.sun.enterprise.module.single
-
Implements a manifest proxying
- ManifestProxy(ClassLoader, List<ManifestProxy.SeparatorMappings>) - Constructor for class com.sun.enterprise.module.single.ManifestProxy
- ManifestProxy.SeparatorMappings - Class in com.sun.enterprise.module.single
- map - Variable in class com.sun.enterprise.module.bootstrap.ArgumentManager
- MAP_VALUE - Static variable in class org.jvnet.hk2.internal.FactoryCreator
- mapping - Variable in class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
- mappings - Variable in class com.sun.enterprise.module.single.ManifestProxy
- mappings - Variable in class com.sun.enterprise.module.single.ProxyModuleDefinition
- master - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- matches(K) - Method in interface org.glassfish.hk2.utilities.cache.CacheKeyFilter
-
Returns true if the key matches the filter
- matches(Descriptor) - Method in class com.sun.enterprise.module.bootstrap.Main.MainFilter
- matches(Descriptor) - Method in interface org.glassfish.hk2.api.Filter
-
Returns true if this filter matches the given object
- matches(Descriptor) - Method in class org.glassfish.hk2.configuration.internal.ChildFilter
- matches(Descriptor) - Method in class org.glassfish.hk2.configuration.internal.NoNameTypeFilter
- matches(Descriptor) - Method in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.NoLocalNoRemoteFilter
- matches(Descriptor) - Method in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.RemoveFilter
- matches(Descriptor) - Method in class org.glassfish.hk2.internal.ImmediateLocalLocatorFilter
- matches(Descriptor) - Method in class org.glassfish.hk2.internal.IndexedFilterImpl
- matches(Descriptor) - Method in class org.glassfish.hk2.internal.SpecificFilterImpl
- matches(Descriptor) - Method in class org.glassfish.hk2.internal.StarFilter
- matches(Descriptor) - Method in class org.glassfish.hk2.utilities.OrFilter
- matches(Descriptor) - Method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities.AliasFilter
- matches(Descriptor) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.UnqualifiedIndexedFilter
- matchesRemovalName(String) - Method in class org.jvnet.hk2.internal.CacheKey
-
Used when bulk removing a contract that has been removed from the system
- matchExportedPackage(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- matchingClass - Variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl.LifecycleKey
- MAX_CACHE_SIZE - Variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- MAX_MESSAGES - Static variable in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
- MAX_TRIES - Static variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- MAX_TRIES - Static variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- maxCacheSize - Variable in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- maxCacheSize - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache
- maxSize - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- maxThreads - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- maxThreads - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- maxThreads - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- maxThreads - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- maxThreads - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- me - Variable in class org.jvnet.hk2.internal.ErrorResults
- Member - Interface in org.glassfish.hk2.classmodel.reflect
-
A member is a field or method declared on a class or interface
- Member.Type - Enum in org.glassfish.hk2.classmodel.reflect
- members - Variable in class org.glassfish.hk2.api.AnnotationLiteral
- MemberVisitingContext(boolean) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.MemberVisitingContext
- merge(Attributes, Attributes) - Method in class com.sun.enterprise.module.single.ManifestProxy
- mergeAll(MultiMap<K, V>) - Method in class org.jvnet.hk2.component.MultiMap
-
This method merges all of the keys and values from another MultiMap into this MultiMap.
- MessageReceiver - Annotation Type in org.glassfish.hk2.api.messaging
-
This qualifier must be placed on any hk2 descriptor that can receive messages.
- META_INF - Static variable in class com.sun.enterprise.module.maven.HK2GenerateMojo
- META_INF - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
- META_INF - Static variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- META_INF_SERVICES - Static variable in class com.sun.enterprise.module.impl.ModuleClassLoader
- metadata - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Metadata that works like index.
- metadata - Variable in class org.glassfish.hk2.configuration.hub.internal.InstanceImpl
- metadata - Variable in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- metadata - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- metadata - Variable in class org.glassfish.hk2.configuration.internal.BeanInfo
- metadata - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Binding metadata (e.g.
- metadata - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- metadata() - Element in annotation type org.jvnet.hk2.annotations.Service
-
Additional metadata that goes into the inhabitants file.
- Metadata - Annotation Type in org.glassfish.hk2.api
-
This annotation marks a method of an annotation as providing a value that should be placed into the metadata of a
Descriptor
. - METADATA - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- METADATA - Variable in class org.jvnet.hk2.generator.internal.Utilities
- METADATA_DESC - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- METADATA_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- MetadataAnnotationVisitor(String) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MetadataAnnotationVisitor
- MetadataAnnotationVisitor(String, String) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MetadataAnnotationVisitor
- MetadataAnnotationVisitor(Utilities.ContractMethodVisitor) - Constructor for class org.jvnet.hk2.generator.internal.Utilities.MetadataAnnotationVisitor
- metadataKey - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractMethodVisitor
- metadatas - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- metadatas - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- metadatas - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- metadataString - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- method - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.MethodVisitingContext
- method - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.SubscriberInfo
- method - Variable in class org.glassfish.hk2.utilities.reflection.internal.MethodWrapperImpl
- method - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- method(Method) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Makes a nice pretty string of the method, with the method name and all parameters
- METHOD - Enum constant in enum org.glassfish.hk2.classmodel.reflect.Member.Type
- METHOD_ACTUAL - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
-
Must be the same value as from the GenerateServiceFromMethod value
- METHOD_FILTER - Static variable in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- METHOD_FILTER - Static variable in class org.jvnet.hk2.internal.ConstructorActionImpl
- METHOD_GENERATOR_WITH_SLASHES - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- METHOD_NAME - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
-
Must be the same value as from the GenerateServiceFromMethod value
- methodBoolean(boolean) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodBoolean(boolean) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodBooleanArray(boolean[]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodBooleanArray(boolean[]) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodByte(byte) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodByte(byte) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodByteArray(byte[]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodByteArray(byte[]) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodCache - Variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- methodChar(char) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodChar(char) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodCharArray(char[][]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodCharArray(char[][]) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodDeclared(Map<Object, String>, String, Random) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodDeclared(Map<Object, String>, String, Random) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodDeclaredArray(Map<Object, String>[], String[], Random...) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodDeclaredArray(Map<Object, String>[], String[], Random...) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodDouble(double) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodDouble(double) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodDoubleArray(double[][][]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodDoubleArray(double[][][]) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodFloat(float) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodFloat(float) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodFloatArray(float[][]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodFloatArray(float[][]) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodGenerateData - Variable in class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- methodInt(int) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodInt(int) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodInt(long) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodInt(long) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodIntArray(int[]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodIntArray(int[]) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodIntArray(long[][][][][]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodIntArray(long[][][][][]) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- MethodInterceptorHandler - Class in org.jvnet.hk2.internal
-
This is the handler that runs the aopalliance method interception
- MethodInterceptorHandler(ServiceLocatorImpl, ActiveDescriptor<?>, Map<Method, List<MethodInterceptor>>) - Constructor for class org.jvnet.hk2.internal.MethodInterceptorHandler
- MethodInterceptorHandler.MethodInvocationImpl - Class in org.jvnet.hk2.internal
- MethodInterceptorImpl - Class in org.jvnet.hk2.internal
- MethodInterceptorImpl(ServiceLocatorImpl, ActiveDescriptor<?>, ServiceHandleImpl<?>, Injectee) - Constructor for class org.jvnet.hk2.internal.MethodInterceptorImpl
- MethodInterceptorInvocationHandler - Class in org.jvnet.hk2.internal
- MethodInterceptorInvocationHandler(MethodHandler) - Constructor for class org.jvnet.hk2.internal.MethodInterceptorInvocationHandler
- methodInterceptors - Variable in class org.jvnet.hk2.internal.ConstructorActionImpl
- MethodInvocationImpl(Object[], Method, Object, List<MethodInterceptor>, int, Method, HashMap<String, Object>) - Constructor for class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- methodMe(Map<SystemInjecteeImpl, Object>, T) - Method in class org.jvnet.hk2.internal.ClazzCreator
- MethodModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Model to represent a method declaration
- MethodModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of a method model
- MethodModelImpl(String, ExtensibleType, String) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- methodName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ConfiguredMethodVisitor
- methodName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateAnnotationVisitor
- methodName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateData
- methodName - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractMethodVisitor
- methodName - Variable in class org.jvnet.hk2.generator.internal.Utilities.GeneratorNameFinderMethodVisitor
- methodNameToMetadataKey - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- MethodParameter - Interface in org.glassfish.hk2.api
-
This is used to describe the values to be given to the method in the
ServiceLocator.assistedInject(Object, java.lang.reflect.Method, MethodParameter...)
method - MethodParameterImpl - Class in org.glassfish.hk2.utilities
-
An implementation of
MethodParameter
that has immutable position and value - MethodParameterImpl(int, Object) - Constructor for class org.glassfish.hk2.utilities.MethodParameterImpl
- MethodRankAnnotationVisitor(DescriptorImpl) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodRankAnnotationVisitor
- methods - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- methodShort(short) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodShort(short) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- methodShortArray(short[]) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodShortArray(short[]) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- MethodUseProxyAnnotationVisitor(DescriptorImpl) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodUseProxyAnnotationVisitor
- MethodVisibilityAnnotationVisitor(DescriptorImpl) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodVisibilityAnnotationVisitor
- MethodVisitingContext(boolean) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.MethodVisitingContext
- methodVisitor - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- MethodVisitorImpl(DescriptorImpl) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodVisitorImpl
- methodVoids() - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- methodVoids() - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
- MethodWrapper - Interface in org.glassfish.hk2.utilities.reflection
-
Wraps a java.lang.reflect.Method but has an equals and hashCode that honors the class hierarchy
- MethodWrapperImpl - Class in org.glassfish.hk2.utilities.reflection.internal
-
Wrapper of methods with an equals and hashCode that makes methods hiding other methods be equal
- MethodWrapperImpl(Method) - Constructor for class org.glassfish.hk2.utilities.reflection.internal.MethodWrapperImpl
- micro - Enum constant in enum org.glassfish.hk2.maven.Version.COMPONENT
- MiddleComplexFactory<C,
D> - Class in org.jvnet.hk2.metadata.tests.complextypefactory - MiddleComplexFactory() - Constructor for class org.jvnet.hk2.metadata.tests.complextypefactory.MiddleComplexFactory
- minor - Enum constant in enum org.glassfish.hk2.maven.Version.COMPONENT
- minor - Variable in class org.glassfish.hk2.maven.Version
- mirroredDescriptors - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- mode - Variable in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities.RunLevelImpl
- mode - Variable in class org.glassfish.hk2.utilities.DuplicatePostProcessor
- mode() - Element in annotation type org.glassfish.hk2.runlevel.RunLevel
-
Defines the run level mode.
- mode() - Method in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities.RunLevelImpl
- ModelAnnotationVisitor() - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelAnnotationVisitor
- ModelBuilder - Class in org.glassfish.hk2.classmodel.reflect.impl
-
convenient class to build model implementations
- ModelBuilder(String, TypeProxy, URI, TypeProxy) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelBuilder
- ModelClassVisitor - Class in org.glassfish.hk2.classmodel.reflect.impl
-
ASM class visitor, used to build to model
- ModelClassVisitor(ParsingContext, URI, String, boolean) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- ModelClassVisitor.AnnotationVisitingContext - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelClassVisitor.ClassVisitingContext - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelClassVisitor.FieldVisitingContext - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelClassVisitor.MemberVisitingContext - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelClassVisitor.MethodVisitingContext - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelClassVisitor.ModelAnnotationVisitor - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelClassVisitor.ModelDefaultAnnotationVisitor - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelClassVisitor.ModelFieldVisitor - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelClassVisitor.ModelMethodVisitor - Class in org.glassfish.hk2.classmodel.reflect.impl
- ModelDefaultAnnotationVisitor(ModelClassVisitor.MethodVisitingContext) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelDefaultAnnotationVisitor
- ModelFieldVisitor(ModelClassVisitor.MemberVisitingContext) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelFieldVisitor
- ModelMethodVisitor(ModelClassVisitor.MemberVisitingContext) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelMethodVisitor
- modelUnAnnotatedMembers - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.MemberVisitingContext
- modelUnAnnotatedMembers() - Method in interface org.glassfish.hk2.classmodel.reflect.util.ParsingConfig
-
Returns true if unannotated fields and methods should be part of the model returned.
- modeOverride - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- ModificationInformation() - Constructor for class org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
- MODIFY_INSTANCE - Enum constant in enum org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
-
An instance of a type was modified
- modifyConstructorInterceptors(Constructor<?>, List<ServiceHandle<ConstructorInterceptor>>) - Method in interface org.glassfish.hk2.extras.interception.InterceptorOrderingService
-
This method is called for each constructor that may be intercepted by the default interception service.
- modifyInstance(String, Object, PropertyChangeEvent...) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableType
-
Modifies the instance with the given key
- modifyInstance(String, Object, PropertyChangeEvent...) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- modifyInstanceDescriptor(ActiveDescriptor<?>, String, Object, Object, String, List<PropertyChangeEvent>) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- modifyMethodInterceptors(Method, List<ServiceHandle<MethodInterceptor>>) - Method in interface org.glassfish.hk2.extras.interception.InterceptorOrderingService
-
This method is called for each method that may be intercepted by the default interception service.
- modifyValues(WriteableBeanDatabase, HashMap<PropertyFileHandleImpl.TypeData, Map<String, String>>) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- module - Variable in class com.sun.enterprise.module.impl.ModuleClassLoader
- Module - Interface in com.sun.enterprise.module
- moduleAdded(ModuleDefinition) - Method in interface com.sun.enterprise.module.RepositoryChangeListener
-
A new module jar file was added to the repository.
- ModuleChangeListener - Interface in com.sun.enterprise.module
-
Objects interested in monitoring module changes events should implement this interface
- ModuleClassLoader - Class in com.sun.enterprise.module.impl
-
ClassLoader
that loads classes for a module. - ModuleClassLoader(ModuleImpl, URL[], ClassLoader) - Constructor for class com.sun.enterprise.module.impl.ModuleClassLoader
-
Creates a new instance of ClassLoader
- moduleDef - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- moduleDef - Variable in class com.sun.enterprise.module.single.ProxyModule
- ModuleDefinition - Interface in com.sun.enterprise.module
-
A module definition contains all information about a module existence, its dependencies and its exported interfaces.
- moduleDefs - Variable in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- moduleDefs - Variable in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- ModuleDependency - Class in com.sun.enterprise.module
-
A ModuleDependency instance holds all information necessary to identify a dependency between modules.
- ModuleDependency(String, String) - Constructor for class com.sun.enterprise.module.ModuleDependency
-
Create a new instance of ModuleDependency, where the sub module is idenfied by its name and version.
- ModuleDependency(String, String, boolean, boolean) - Constructor for class com.sun.enterprise.module.ModuleDependency
-
Create a new instance of ModuleDependency, where the sub module is idenfied by its name and version and wheter the containing module requires a private copy or not
- moduleDescriptors - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- ModuleId - Class in com.sun.enterprise.module.common_impl
-
Class representing the primary Key for a
Module
. - ModuleId() - Constructor for class com.sun.enterprise.module.common_impl.ModuleId
- ModuleId(ModuleDefinition) - Constructor for class com.sun.enterprise.module.common_impl.ModuleId
- ModuleId(String) - Constructor for class com.sun.enterprise.module.common_impl.ModuleId
- ModuleId(String, String) - Constructor for class com.sun.enterprise.module.common_impl.ModuleId
- ModuleImpl - Class in com.sun.enterprise.module.impl
-
A module represents a set of resources accessible to third party modules.
- ModuleImpl(ModulesRegistryImpl, ModuleDefinition) - Constructor for class com.sun.enterprise.module.impl.ModuleImpl
-
Creates a new instance of Module
- moduleInstalled(Module) - Method in interface com.sun.enterprise.module.ModuleLifecycleListener
-
Callback after a module is installed
- ModuleLifecycleListener - Interface in com.sun.enterprise.module
-
Listener interface that can be registered on the registry to listen to notification of module startup and shutdown.
- ModuleMetadata - Class in com.sun.enterprise.module
-
Holds information about /META-INF/services and /META-INF/inhabitants for a
Module
. - ModuleMetadata() - Constructor for class com.sun.enterprise.module.ModuleMetadata
- ModuleMetadata.Entry - Class in com.sun.enterprise.module
- moduleRemoved(ModuleDefinition) - Method in interface com.sun.enterprise.module.RepositoryChangeListener
-
A module file was removed from the repository
- moduleResolved(Module) - Method in interface com.sun.enterprise.module.ModuleLifecycleListener
-
Callback after a module is resolved
- modules - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- modules - Variable in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- modulesRegistry - Variable in class com.sun.enterprise.module.single.ProxyModule
- ModulesRegistry - Interface in com.sun.enterprise.module
- ModulesRegistryImpl - Class in com.sun.enterprise.module.impl
- ModulesRegistryImpl(ModulesRegistry) - Constructor for class com.sun.enterprise.module.impl.ModulesRegistryImpl
- moduleStarted(Module) - Method in interface com.sun.enterprise.module.ModuleLifecycleListener
-
Callback after a module is started.
- ModuleStartup - Interface in com.sun.enterprise.module.bootstrap
-
Interface server startup need to implement
- ModuleState - Enum in com.sun.enterprise.module
-
ModuleState define the state of a Module instance.
- ModuleState() - Constructor for enum com.sun.enterprise.module.ModuleState
- moduleStopped(Module) - Method in interface com.sun.enterprise.module.ModuleLifecycleListener
-
Callback after a module is stopped
- moduleUpdated(Module) - Method in interface com.sun.enterprise.module.ModuleLifecycleListener
-
Callback after a module is updated.
- moveDot() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- moveDotNoWeak() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- mru - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- MultiException - Exception Class in org.glassfish.hk2.api
-
This exception can contain multiple other exceptions.
- MultiException() - Constructor for exception class org.glassfish.hk2.api.MultiException
-
Creates an empty MultiException
- MultiException(Throwable) - Constructor for exception class org.glassfish.hk2.api.MultiException
-
This allows for construction of a MultiException with one element in its list
- MultiException(Throwable, boolean) - Constructor for exception class org.glassfish.hk2.api.MultiException
-
This allows for construction of a MultiException with one element in its list
- MultiException(List<Throwable>) - Constructor for exception class org.glassfish.hk2.api.MultiException
-
This list must have at least one element in it.
- MultiMap<K,
V> - Class in org.jvnet.hk2.component -
Map from a key to multiple values.
- MultiMap() - Constructor for class org.jvnet.hk2.component.MultiMap
-
Creates an empty multi-map with default concurrency controls
- MultiMap(MultiMap<K, V>) - Constructor for class org.jvnet.hk2.component.MultiMap
-
Copy constructor.
- myConstructor - Variable in class org.jvnet.hk2.internal.ClazzCreator
- myFields - Variable in class org.jvnet.hk2.internal.ClazzCreator
- MyHandleIterator(List<ServiceHandle<U>>) - Constructor for class org.jvnet.hk2.internal.IterableProviderImpl.MyHandleIterator
- myInitializers - Variable in class org.jvnet.hk2.internal.ClazzCreator
- myInjectee - Variable in class org.jvnet.hk2.internal.MethodInterceptorImpl
-
Actual injectee, needed for InstantiationService
- MyIterator(List<ServiceHandle<U>>) - Constructor for class org.jvnet.hk2.internal.IterableProviderImpl.MyIterator
- myLists - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- myQueue - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- myQueue - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- myself - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- myThis - Variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
N
- name - Variable in class com.sun.enterprise.module.bootstrap.Main.MainFilter
- name - Variable in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- name - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- name - Variable in class com.sun.enterprise.module.common_impl.ModuleId
- name - Variable in class com.sun.enterprise.module.ModuleDependency
- name - Variable in class org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
- name - Variable in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- name - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelBuilder
- name - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- name - Variable in class org.glassfish.hk2.classmodel.reflect.Parser.Result
- name - Variable in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- name - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- name - Variable in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- name - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- name - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- name - Variable in class org.glassfish.hk2.internal.IndexedFilterImpl
- name - Variable in class org.glassfish.hk2.internal.SpecificFilterImpl
- name - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Binding name (see @Named).
- name - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- name - Variable in class org.glassfish.hk2.utilities.NamedImpl
- name - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.NamedAnnotationVisitor
- name - Variable in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- name - Variable in class org.jvnet.hk2.internal.CacheKey
- name - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- name - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.UnqualifiedIndexedFilter
- name() - Element in annotation type org.glassfish.hk2.api.Customizer
-
The name of the customizer to lookup for this bean
- name() - Element in annotation type org.jvnet.hk2.annotations.Service
-
Name of the service.
- NAME - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- name_count - Static variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- NAME_KEY - Static variable in class org.glassfish.hk2.utilities.BuilderHelper
-
The key for the name field of the tokenized string
- NAME_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- named(String) - Method in interface org.glassfish.hk2.api.IterableProvider
-
Returns an IterableProvider that is further qualified with the given name
- named(String) - Method in interface org.glassfish.hk2.api.messaging.Topic
-
Returns an Topic that is further qualified with the given name
- named(String) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- named(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- named(String) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
The name for this descriptor object.
- named(String) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- named(String) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Name
the binding. - named(String) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Name
the binding. - named(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
The name for this descriptor object.
- named(String) - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- named(String) - Method in class org.jvnet.hk2.internal.TopicImpl
- NAMED_ANNO - Static variable in class org.glassfish.hk2.stub.generator.StubProcessor
- NamedAnnotationVisitor(String, String) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.NamedAnnotationVisitor
- NamedBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
-
Named service binding builder.
- NamedImpl - Class in org.glassfish.hk2.utilities
-
This is an implementation of the
Named
annotation. - NamedImpl(String) - Constructor for class org.glassfish.hk2.utilities.NamedImpl
-
Creates a
Named
annotation with the given name - nameMethodName - Variable in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- names - Variable in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- nameSet - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.NamedAnnotationVisitor
- nameToString(Name) - Static method in class org.glassfish.hk2.metadata.generator.ServiceUtilities
- narrow(ServiceLocator, List<SystemDescriptor<?>>, Type, String, Injectee, boolean, boolean, NarrowResults, Filter, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- NarrowResults - Class in org.jvnet.hk2.internal
- NarrowResults() - Constructor for class org.jvnet.hk2.internal.NarrowResults
- neutralCCL - Variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- neutralContextClassLoader - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- NEW - Enum constant in enum com.sun.enterprise.module.ModuleState
-
a Module is in NEW state when the module object is constructed but not initialized
- newBinder(Class<T>) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Get a new class-based service binding builder.
- newBinder(T) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Get a new instance-based service binding builder.
- newFactoryBinder(Class<? extends Factory<T>>) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Get a new factory class-based service binding builder.
- newFactoryBinder(Class<? extends Factory<T>>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Get a new factory class-based service binding builder.
- newFactoryBinder(Factory<T>) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Get a new factory instance-based service binding builder.
- NEWLINE - Static variable in class org.jvnet.hk2.component.MultiMap
- newList(Collection<? extends V>) - Method in class org.jvnet.hk2.component.MultiMap
-
Creates an optionally populated list to be used as an entry in the map.
- newModule(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Factory method for creating new instances of Module.
- newModule(ModuleDefinition) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
- newModuleDefinition(File, Attributes) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Extensibility point for subclasses to create a different instance of
ModuleDefinition
. - newPrivateModuleFor(String, String) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Creates and return a new private module implementation giving a name and version constraints.
- newServiceLocator() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Creates an uninitialized
ServiceLocator
- newServiceLocator() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Creates an uninitialized
ServiceLocator
- newServiceLocator(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Create a new ServiceLocator optionally providing a parent Services
- newServiceLocator(ServiceLocator) - Method in interface com.sun.enterprise.module.ModulesRegistry
- newThread(Runnable) - Method in class org.glassfish.hk2.internal.ImmediateHelper.ImmediateThreadFactory
- newThread(Runnable) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.RunLevelThreadFactory
- next - Variable in class com.sun.enterprise.module.common_impl.AdapterIterator
- next - Variable in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue.Node
- next - Variable in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- next() - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
- next() - Method in class com.sun.enterprise.module.common_impl.FlattenIterator
- next() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- next() - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Returns the next key/value pair in the clock, or null if the clock has no members.
- next() - Method in class org.jvnet.hk2.internal.IterableProviderImpl.MyHandleIterator
- next() - Method in class org.jvnet.hk2.internal.IterableProviderImpl.MyIterator
- nextElement() - Method in class com.sun.enterprise.module.common_impl.CompositeEnumeration
- nextElement() - Method in class com.sun.enterprise.module.common_impl.FlattenEnumeration
- nextServiceId - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- NO_DATE_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
This option gives the name of directory in the target location where the file should be placed
- NO_INITIAL_SERVICES_FILTER - Static variable in class org.jvnet.hk2.external.runtime.Hk2LocatorUtilities
- Node(E, LinkedQueue.Node<E>) - Constructor for class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue.Node
- NoLocalNoRemoteFilter(long) - Constructor for class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.NoLocalNoRemoteFilter
- NON_DEFAULT_NAME - Static variable in class org.jvnet.hk2.metadata.tests.Constants
-
The name for non-defaulted things
- NoNameTypeFilter - Class in org.glassfish.hk2.configuration.internal
-
Matches only things with scope ConfiguredBy and which have no name
- NoNameTypeFilter(ServiceLocator, String, String) - Constructor for class org.glassfish.hk2.configuration.internal.NoNameTypeFilter
- nonVisited - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
Stack on type proxy as they have been instantiated in FILO order.
- NORMAL - Enum constant in enum org.glassfish.hk2.api.DescriptorVisibility
-
This descriptor may be seen by all the children service locators of the service locator in which this descriptor is bound
- NormalService - Class in org.jvnet.hk2.metadata.tests
- NormalService() - Constructor for class org.jvnet.hk2.metadata.tests.NormalService
- noswap - Variable in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- noswap - Variable in class org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
- noswap - Variable in class org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
- noSwap - Variable in class org.jvnet.hk2.generator.HabitatGenerator
- noSwap - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- NOSWAP_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
This option will write files in-place, which is quicker but will remove existing files prior to writing new ones
- NOT_IN_CONTRACTS_DIRECTIVE - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- NOT_IN_CONTRACTS_DIRECTIVE_CHAR - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- NOT_INTERCEPTED - Static variable in class org.jvnet.hk2.internal.Utilities
- notifier - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- notOverridden(boolean) - Method in class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- notOverridden(boolean) - Method in interface org.jvnet.hk2.metadata.tests.stub.LargeInterface
-
This method will not be overridden
- NotUseableLargeInterface - Class in org.jvnet.hk2.metadata.tests.stub.impl
- NotUseableLargeInterface() - Constructor for class org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
- NULL_ENTRY - Static variable in class com.sun.enterprise.module.ModuleMetadata
-
Empty Entry used to indicate that there's no service.
- NULL_STRING - Static variable in class org.glassfish.hk2.utilities.reflection.Pretty
- nullCaches(String) - Method in class org.jvnet.hk2.generator.internal.Utilities
- numJobs - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- numJobsRunning - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
O
- OBJECT_FIELDS - Static variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- OBJECT_METHODS - Static variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- ofRank(int) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- ofRank(int) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- ofRank(int) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
The rank to be associated with this descriptor.
- ofRank(int) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
The rank to be associated with this descriptor.
- ofType(Type) - Method in interface org.glassfish.hk2.api.IterableProvider
-
Returns an IterableProvider that is of the given type.
- ofType(Type) - Method in interface org.glassfish.hk2.api.messaging.Topic
-
Returns an Topic that is of the given type.
- ofType(Type) - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- ofType(Type) - Method in class org.jvnet.hk2.internal.TopicImpl
- ok(String) - Static method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- ok(String[]) - Static method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- on(ArchiveAdapter.Entry, InputStream) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.EntryTask
-
callback to do some processing on an archive entry.
- on(TypeProxy<?>) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypesCtr.ProxyTask
- ON_DEMAND - Enum constant in enum org.glassfish.hk2.configuration.api.ConfiguredBy.CreationPolicy
-
Instances of services with this policy will be created when some user code creates explicit demand for the service.
- onAllEntries(ArchiveAdapter.EntryTask, Logger) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter
-
perform a task on each archive entry
- onAllEntries(ArchiveAdapter.EntryTask, Logger) - Method in class org.glassfish.hk2.classmodel.reflect.util.AbstractAdapter
- onBehalfOf - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- onCancelled(RunLevelFuture, int) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
-
Called when an RunLevelController implementation's proceedTo() operation has been canceled for some reason.
- one() - Method in class org.jvnet.hk2.metadata.tests.complextypefactory.ConcreteComplexFactory
- one() - Method in interface org.jvnet.hk2.metadata.tests.complextypefactory.InterfaceWithOneType
- oneJob(ServiceHandle<?>, boolean) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- oneLineDescriptor(ActiveDescriptor<?>) - Static method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- oneLineRoot(ServiceHandle<?>) - Static method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- onEmptyElement() - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- onEndElement() - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- onError(RunLevelFuture, ErrorInformation) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
-
Called when a service throws an exception during a proceedTo operation
- onFailure(ErrorInformation) - Method in interface org.glassfish.hk2.api.ErrorService
-
This method is called when a failure occurs in the system.
- onFailure(ErrorInformation) - Method in class org.glassfish.hk2.internal.ImmediateHelper
- onFailure(ErrorInformation) - Method in class org.glassfish.hk2.utilities.RethrowErrorService
- onFailure(ErrorInformation) - Method in class org.jvnet.hk2.testing.junit.internal.ErrorServiceImpl
- onNotVisitedEntries(TypesCtr.ProxyTask) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
Runs a task on each non visited types parsing discovered.
- onProgress(ChangeableRunLevelFuture, int) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
-
Called when the RunLevelController advances to the next level
- onProgressStarting(ChangeableRunLevelFuture, int) - Method in interface org.glassfish.hk2.runlevel.ProgressStartedListener
-
Called when the RunLevelController starts progressing to a new level but before any work has been done yet
- onSelectedEntries(ArchiveAdapter.Selector, ArchiveAdapter.EntryTask, Logger) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter
-
perform a task on selected archive entries
- onSelectedEntries(ArchiveAdapter.Selector, ArchiveAdapter.EntryTask, Logger) - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- onSelectedEntries(ArchiveAdapter.Selector, ArchiveAdapter.EntryTask, Logger) - Method in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
- onSelectedEntries(ArchiveAdapter.Selector, ArchiveAdapter.EntryTask, Logger) - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- onStartElement() - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- open - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- openedJarFiles - Variable in class org.jvnet.hk2.generator.internal.Utilities
- openResourceStream(String) - Method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- openResourceStream(String) - Method in interface org.glassfish.hk2.classmodel.reflect.util.ResourceLocator
-
Opens and input stream for the resources identified by the parameter name.
- openScopes - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- operation - Variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- Operation - Enum in org.glassfish.hk2.api
-
This defines the operations that may be validated
- Operation() - Constructor for enum org.glassfish.hk2.api.Operation
- OperationContext<T> - Class in org.glassfish.hk2.extras.operation
-
The implementation of
Context
for an Operation. - OperationContext() - Constructor for class org.glassfish.hk2.extras.operation.OperationContext
- operationDescriptor - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- OperationDescriptor<T> - Class in org.glassfish.hk2.extras.operation.internal
- OperationDescriptor(T, SingleOperationManager<T>) - Constructor for class org.glassfish.hk2.extras.operation.internal.OperationDescriptor
- OperationHandle<T> - Interface in org.glassfish.hk2.extras.operation
-
This handle is used to associate or dis-associate threads with Operations.
- OperationHandleImpl<T> - Class in org.glassfish.hk2.extras.operation.internal
- OperationHandleImpl(SingleOperationManager<T>, OperationIdentifier<T>, Object, ServiceLocator) - Constructor for class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- OperationIdentifier<T> - Interface in org.glassfish.hk2.extras.operation
-
Unique identifier for an Operation.
- OperationIdentifierImpl<T> - Class in org.glassfish.hk2.extras.operation.internal
- OperationIdentifierImpl(String, T) - Constructor for class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- operationLock - Variable in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- operationLock - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- OperationManager - Interface in org.glassfish.hk2.extras.operation
-
Manages HK2 operations, allowing the user to create new operations of a particular type or discover the current set of active operations or find the current operation on the current thread
- OperationManagerImpl - Class in org.glassfish.hk2.extras.operation.internal
- OperationManagerImpl() - Constructor for class org.glassfish.hk2.extras.operation.internal.OperationManagerImpl
- operationMap - Variable in class org.glassfish.hk2.extras.operation.OperationContext
- OperationState - Enum in org.glassfish.hk2.extras.operation
-
Describes the general state of the Operation
- OperationState() - Constructor for enum org.glassfish.hk2.extras.operation.OperationState
- optional - Variable in class org.jvnet.hk2.internal.Utilities.AnnotationInformation
- Optional - Annotation Type in org.jvnet.hk2.annotations
-
Marker annotation indicating that an instance variable or method marked with
Inject
is not required to be present at run-time. - orderConstructors(Constructor<?>, List<ServiceHandle<ConstructorInterceptor>>) - Method in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- orderedCreationList - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- orderers - Variable in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- orderMethods(Method, List<ServiceHandle<MethodInterceptor>>) - Method in class org.glassfish.hk2.extras.interception.internal.DefaultInterceptionService
- OrFilter - Class in org.glassfish.hk2.utilities
-
Creates a filter that matches if at least one of the sub-filters is a match.
- OrFilter(Filter...) - Constructor for class org.glassfish.hk2.utilities.OrFilter
-
Creates an OrFilter whose matches methods returns true if at least one of the filters given returns true.
- org.glassfish.hk2.api - package org.glassfish.hk2.api
- org.glassfish.hk2.api.messaging - package org.glassfish.hk2.api.messaging
- org.glassfish.hk2.bootstrap - package org.glassfish.hk2.bootstrap
- org.glassfish.hk2.bootstrap.impl - package org.glassfish.hk2.bootstrap.impl
- org.glassfish.hk2.classmodel.reflect - package org.glassfish.hk2.classmodel.reflect
- org.glassfish.hk2.classmodel.reflect.impl - package org.glassfish.hk2.classmodel.reflect.impl
- org.glassfish.hk2.classmodel.reflect.util - package org.glassfish.hk2.classmodel.reflect.util
- org.glassfish.hk2.configuration.api - package org.glassfish.hk2.configuration.api
- org.glassfish.hk2.configuration.hub.api - package org.glassfish.hk2.configuration.hub.api
- org.glassfish.hk2.configuration.hub.internal - package org.glassfish.hk2.configuration.hub.internal
- org.glassfish.hk2.configuration.internal - package org.glassfish.hk2.configuration.internal
- org.glassfish.hk2.configuration.persistence.properties - package org.glassfish.hk2.configuration.persistence.properties
- org.glassfish.hk2.configuration.persistence.properties.internal - package org.glassfish.hk2.configuration.persistence.properties.internal
- org.glassfish.hk2.extension - package org.glassfish.hk2.extension
- org.glassfish.hk2.extras - package org.glassfish.hk2.extras
- org.glassfish.hk2.extras.events - package org.glassfish.hk2.extras.events
- org.glassfish.hk2.extras.events.internal - package org.glassfish.hk2.extras.events.internal
- org.glassfish.hk2.extras.hk2bridge.internal - package org.glassfish.hk2.extras.hk2bridge.internal
- org.glassfish.hk2.extras.interception - package org.glassfish.hk2.extras.interception
- org.glassfish.hk2.extras.interception.internal - package org.glassfish.hk2.extras.interception.internal
- org.glassfish.hk2.extras.operation - package org.glassfish.hk2.extras.operation
- org.glassfish.hk2.extras.operation.internal - package org.glassfish.hk2.extras.operation.internal
- org.glassfish.hk2.internal - package org.glassfish.hk2.internal
- org.glassfish.hk2.maven - package org.glassfish.hk2.maven
- org.glassfish.hk2.metadata.generator - package org.glassfish.hk2.metadata.generator
- org.glassfish.hk2.osgiresourcelocator - package org.glassfish.hk2.osgiresourcelocator
- org.glassfish.hk2.runlevel - package org.glassfish.hk2.runlevel
- org.glassfish.hk2.runlevel.internal - package org.glassfish.hk2.runlevel.internal
- org.glassfish.hk2.runlevel.utilities - package org.glassfish.hk2.runlevel.utilities
- org.glassfish.hk2.stub.generator - package org.glassfish.hk2.stub.generator
- org.glassfish.hk2.utilities - package org.glassfish.hk2.utilities
- org.glassfish.hk2.utilities.binding - package org.glassfish.hk2.utilities.binding
- org.glassfish.hk2.utilities.cache - package org.glassfish.hk2.utilities.cache
- org.glassfish.hk2.utilities.cache.internal - package org.glassfish.hk2.utilities.cache.internal
- org.glassfish.hk2.utilities.general - package org.glassfish.hk2.utilities.general
- org.glassfish.hk2.utilities.general.internal - package org.glassfish.hk2.utilities.general.internal
- org.glassfish.hk2.utilities.reflection - package org.glassfish.hk2.utilities.reflection
- org.glassfish.hk2.utilities.reflection.internal - package org.glassfish.hk2.utilities.reflection.internal
- org.jvnet.hk2.annotations - package org.jvnet.hk2.annotations
-
HK2 annotations that mark components and their required dependencies. Primary API surface of HK2.
- org.jvnet.hk2.component - package org.jvnet.hk2.component
- org.jvnet.hk2.external.generator - package org.jvnet.hk2.external.generator
- org.jvnet.hk2.external.runtime - package org.jvnet.hk2.external.runtime
- org.jvnet.hk2.generator - package org.jvnet.hk2.generator
- org.jvnet.hk2.generator.ant - package org.jvnet.hk2.generator.ant
- org.jvnet.hk2.generator.eclipse - package org.jvnet.hk2.generator.eclipse
- org.jvnet.hk2.generator.internal - package org.jvnet.hk2.generator.internal
- org.jvnet.hk2.generator.maven - package org.jvnet.hk2.generator.maven
- org.jvnet.hk2.internal - package org.jvnet.hk2.internal
- org.jvnet.hk2.jmx.api - package org.jvnet.hk2.jmx.api
- org.jvnet.hk2.metadata.tests - package org.jvnet.hk2.metadata.tests
- org.jvnet.hk2.metadata.tests.complextypefactory - package org.jvnet.hk2.metadata.tests.complextypefactory
- org.jvnet.hk2.metadata.tests.stub - package org.jvnet.hk2.metadata.tests.stub
- org.jvnet.hk2.metadata.tests.stub.impl - package org.jvnet.hk2.metadata.tests.stub.impl
- org.jvnet.hk2.testing.junit - package org.jvnet.hk2.testing.junit
- org.jvnet.hk2.testing.junit.annotations - package org.jvnet.hk2.testing.junit.annotations
- org.jvnet.hk2.testing.junit.internal - package org.jvnet.hk2.testing.junit.internal
- orig - Variable in class org.glassfish.hk2.maven.Version
- originalInjectee - Variable in class org.jvnet.hk2.internal.IterableProviderImpl
- originalInstanceValue - Variable in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- originators - Variable in class org.glassfish.hk2.metadata.generator.ServiceProcessor
- OriginThreadAwareFuture(Cache<K, V>, K) - Constructor for class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- OriginThreadAwareFuture(LRUHybridCache<K, HybridCacheEntry<V>>, K) - Constructor for class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- OsgiVersionMojo - Class in com.sun.enterprise.module.maven
-
Converts the project version into the OSGi format and set that to "project.osgi.version" property.
- OsgiVersionMojo() - Constructor for class com.sun.enterprise.module.maven.OsgiVersionMojo
- otherInjectees - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.SubscriberInfo
- OUTJAR_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
The name of the JAR file to write to (defaults to input file, ignored if input file is directory)
- outJarIsInJar - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- outjarName - Variable in class org.jvnet.hk2.generator.HabitatGenerator
- outjarName - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- outputDirectory - Variable in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- outputDirectory - Variable in class org.jvnet.hk2.generator.HabitatGenerator
- outputDirectory - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- outputDirectory - Variable in class org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
- outputDirectory - Variable in class org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
- outstandingHandles - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- outstandingJob - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- owner - Variable in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- ownES - Variable in class org.glassfish.hk2.classmodel.reflect.Parser
P
- p - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- Packages - Annotation Type in org.jvnet.hk2.testing.junit.annotations
-
The list of packages (in "." format, i.e.
- PACKAGES_TO_SKIP - Static variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- paramAnnotations - Variable in class org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
- paramAnnotationsReference - Variable in class org.jvnet.hk2.internal.SoftAnnotatedElementAnnotationInfo
- Parameter - Interface in org.glassfish.hk2.classmodel.reflect
-
Denote a parameter to a method
- ParameterizedInterfaceModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Representation of a parameterized type
- ParameterizedInterfaceModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of the
ParameterizedInterfaceModel
- ParameterizedInterfaceModelImpl(TypeProxy<InterfaceModel>) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
- parameterizedIntf - Variable in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- ParameterizedTypeImpl - Class in org.glassfish.hk2.utilities.reflection
- ParameterizedTypeImpl(Type, Type...) - Constructor for class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
-
A new parameterized type
- parameterizedTypes - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
- parameters - Variable in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- parent - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
ModulesRegistry
can form a tree structure by using this pointer. - parent - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- parent - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelBuilder
- parent - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ClassVisitingContext
- parent - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- parent - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener.DescriptorListener
- parent - Variable in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- parent - Variable in class org.glassfish.hk2.extras.operation.internal.OperationDescriptor
- parent - Variable in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- parent - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.CancelTimer
- parent - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownQueueRunner
- parent - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.HardCancelDownTimer
- parent - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- parent - Variable in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl
- parent - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- parent - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractMethodVisitor
- parent - Variable in class org.jvnet.hk2.generator.internal.Utilities.GenerateServiceFromMethodVisitor
- parent - Variable in class org.jvnet.hk2.generator.internal.Utilities.GeneratorNameFinderMethodVisitor
- parent - Variable in class org.jvnet.hk2.generator.internal.Utilities.MetadataAnnotationVisitor
- parent - Variable in class org.jvnet.hk2.internal.PerLocatorUtilities
- parent - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- parent - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- PARENT_CONFIGURED - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
-
Must be the same value as from the GenerateServiceFromMethod value
- parentClassLoader - Variable in class com.sun.enterprise.module.bootstrap.Main
- parentConfigured - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ConfiguredMethodVisitor
- parentIdentifier - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- parentLoader - Variable in class com.sun.enterprise.module.impl.ModulesRegistryImpl
- parentLock - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- parse(File, Runnable) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
- parse(File, ArchiveAdapter.Selector, ArchiveAdapter.EntryTask, Logger) - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- parse(ArchiveAdapter, Runnable) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
-
Parse the archive adapter entries and run the runnable hook on completion.
- parseAttributes(Attributes) - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Extensibility point to parse more information from Manifest attributes.
- parseClassPath(Attributes, URI) - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Parses "Class-Path" from manifest attributes and updates URI list.
- parseDigits(String) - Method in class org.glassfish.hk2.maven.Version
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
- parseInhabitants(String, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Parses all the inhabitants descriptors of the given name in this module.
- parser - Variable in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- parser - Variable in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- Parser - Class in org.glassfish.hk2.classmodel.reflect
-
Parse jar files or directories and create the model for any classes found.
- Parser(ParsingContext) - Constructor for class org.glassfish.hk2.classmodel.reflect.Parser
- Parser.Result - Class in org.glassfish.hk2.classmodel.reflect
- parseServiceMetadataString(String, Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
This method parses the string that is found in the VService metadata field.
- ParsingConfig - Interface in org.glassfish.hk2.classmodel.reflect.util
-
Filters the parsing activity to only deeply parse classes that are either annotated with an annotation returned by
ParsingConfig.getAnnotationsOfInterest()
or implements/subclass a type returned byParsingConfig.getTypesOfInterest()
. - ParsingContext - Class in org.glassfish.hk2.classmodel.reflect
-
Parsing context for parsing jars and directories and getting a classmodel back
- ParsingContext(ParsingContext.Builder) - Constructor for class org.glassfish.hk2.classmodel.reflect.ParsingContext
- ParsingContext.Builder - Class in org.glassfish.hk2.classmodel.reflect
-
Context builder
- pClass - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- pClass - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- PER_LOOKUP - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- PER_TEST - Enum constant in enum org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.ServiceLocatorIsolation
-
A
ServiceLocatorTestRule.ServiceLocatorIsolation
indicating that the desired isolation level is per JUnit test method. - PER_TEST_CLASS - Enum constant in enum org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.ServiceLocatorIsolation
-
A
ServiceLocatorTestRule.ServiceLocatorIsolation
indicating that the desired isolation level is per JUnit test class. - PER_THREAD - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- PerContextThreadWrapper() - Constructor for class org.glassfish.hk2.internal.PerThreadContext.PerContextThreadWrapper
- performDependencyInjection(ServiceLocator, T) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Performs HK2 dependency injection on this
ServiceLocatorTestRule
and the supplied test instance, using the suppliedServiceLocator
as needed. - perLocatorUtilities - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- PerLocatorUtilities - Class in org.jvnet.hk2.internal
-
These utilities are per service locator.
- PerLocatorUtilities(ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.PerLocatorUtilities
- PerLookup - Annotation Type in org.glassfish.hk2.api
-
PerLookup is the scope for objects that are created every time they are looked up.
- perLookupContext - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- PerLookupContext - Class in org.jvnet.hk2.internal
- PerLookupContext() - Constructor for class org.jvnet.hk2.internal.PerLookupContext
- PerLookupImpl() - Constructor for class org.glassfish.hk2.utilities.ServiceLocatorUtilities.PerLookupImpl
- PerThread - Annotation Type in org.glassfish.hk2.api
-
PerThread is a scope that operates like
Singleton
scope, except on a per-thread basis. - PerThreadContext - Class in org.glassfish.hk2.internal
- PerThreadContext() - Constructor for class org.glassfish.hk2.internal.PerThreadContext
- PerThreadContext.PerContextThreadWrapper - Class in org.glassfish.hk2.internal
- PerThreadImpl() - Constructor for class org.glassfish.hk2.utilities.ServiceLocatorUtilities.PerThreadImpl
- PerThreadScopeModule - Class in org.glassfish.hk2.utilities
-
This module can be used to enable the
PerThread
scope feature. - PerThreadScopeModule() - Constructor for class org.glassfish.hk2.utilities.PerThreadScopeModule
- PKG_EXPORT_NAME - Static variable in class com.sun.enterprise.module.ManifestConstants
-
Exported package list.
- pkgAdmin - Variable in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- PlatformMain - Class in com.sun.enterprise.module.bootstrap
-
Useful delegation model for starting a hk2 instance using a service based lookup
- PlatformMain() - Constructor for class com.sun.enterprise.module.bootstrap.PlatformMain
- policy - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- popInjectee() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- popInjecteeParent() - Method in class org.jvnet.hk2.internal.InstantiationServiceImpl
- populate() - Method in interface org.glassfish.hk2.api.Populator
-
This method will populate the service locator using the system classloader to find the hk2-locator files from the default location of META-INF/hk2-locator/default.
- populate() - Method in class org.jvnet.hk2.internal.PopulatorImpl
- populate(DescriptorFileFinder, PopulatorPostProcessor...) - Method in interface org.glassfish.hk2.api.Populator
-
This method can be used to populate the service locator with files that have been written out using the
DescriptorImpl
writeObject method. - populate(DescriptorFileFinder, PopulatorPostProcessor...) - Method in class org.jvnet.hk2.internal.PopulatorImpl
- populate(ServiceLocator) - Static method in class org.glassfish.hk2.bootstrap.HK2Populator
-
This method can be used to populate the service locator with files that have been written out using the
DescriptorImpl
writeObject method, looking in the classpath to locate these files - populate(ServiceLocator, DescriptorFileFinder, List<? extends PopulatorPostProcessor>) - Static method in class org.glassfish.hk2.bootstrap.HK2Populator
-
This method can be used to populate the service locator with files that have been written out using the
DescriptorImpl
writeObject method. - populateConfig(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- populateConfig(ServiceLocator) - Method in interface com.sun.enterprise.module.ModulesRegistry
- populateConfig(ServiceLocator) - Method in class com.sun.enterprise.module.single.StaticModulesRegistry
- populateConfig(ServiceLocator) - Method in interface org.glassfish.hk2.bootstrap.ConfigPopulator
-
Called during the creation sequence of a service locator, and can be used to populate configuration data
- populateConfig(ServiceLocator) - Static method in class org.glassfish.hk2.bootstrap.HK2Populator
- populateServiceLocator(String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Creates a
ServiceLocator
from all the modules in this registry - populateServiceLocator(String, ServiceLocator, List<PopulatorPostProcessor>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Populates a
ServiceLocator
from all the modules in this registry. - populator - Variable in class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
- Populator - Interface in org.glassfish.hk2.api
-
Implementations of this interface are used to populate HK2 service locators from inhabitants files
- PopulatorImpl - Class in org.jvnet.hk2.internal
-
Implementation of the Populator for DynamicConfigurationService
- PopulatorImpl(ServiceLocator, DynamicConfigurationService) - Constructor for class org.jvnet.hk2.internal.PopulatorImpl
- PopulatorPostProcessor - Interface in org.glassfish.hk2.api
-
This interface allows the customization of services read in from an external source.
- PopulatorPostProcessor - Interface in org.glassfish.hk2.bootstrap
-
Deprecated.use
PopulatorPostProcessor
instead - position - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- position - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- POST_PRODUCTION - Enum constant in enum org.glassfish.hk2.api.InstanceLifecycleEventType
-
This lifecycle event is called after an object has been created
- postConstruct() - Method in interface org.glassfish.hk2.api.PostConstruct
-
The component has been injected with any dependency and will be placed into commission by the subsystem.
- postConstruct() - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- postConstruct(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and call the postConstruct method.
- postConstruct(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- postConstruct(Object, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and call the postConstruct method.
- postConstruct(Object, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- PostConstruct - Interface in org.glassfish.hk2.api
-
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.
- postConstructCache - Variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- postConstructFailed(ActiveDescriptor<?>, Throwable) - Method in interface org.glassfish.hk2.utilities.ImmediateErrorHandler
-
This is called whenever an immediate service fails in its constructor or postConstruct method.
- postConstructMe(T) - Method in class org.jvnet.hk2.internal.ClazzCreator
- postConstructMethod - Variable in class org.jvnet.hk2.internal.ClazzCreator
- PostDynamicChange - Annotation Type in org.glassfish.hk2.configuration.api
-
A method marked with this annotation will be invoked after to dynamic change have been applied to a service.
- postMethods - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
- postProduction(InstanceLifecycleEvent) - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- PRE_DESTRUCTION - Enum constant in enum org.glassfish.hk2.api.InstanceLifecycleEventType
-
This lifecycle event is called prior to an object being destroyed
- PRE_PRODUCTION - Enum constant in enum org.glassfish.hk2.api.InstanceLifecycleEventType
-
This lifecycle event is called before an object will be created
- preAnalyzed - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- preDestroy() - Method in interface org.glassfish.hk2.api.PreDestroy
-
The component is about to be removed from the registry.
- preDestroy() - Method in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- preDestroy(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and call the preDestroy method.
- preDestroy(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- preDestroy(Object, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and call the preDestroy method.
- preDestroy(Object, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- PreDestroy - Interface in org.glassfish.hk2.api
-
Components implementing this interface registers an interest in being notified when they are about to be decommissioned.
- preDestroyCache - Variable in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- preDestroyFailed(ActiveDescriptor<?>, Throwable) - Method in interface org.glassfish.hk2.utilities.ImmediateErrorHandler
-
This is called whenever an immediate service fails in its preDestroy method.
- preDestroyMe(T) - Method in class org.jvnet.hk2.internal.ClazzCreator
- preDestroyMethod - Variable in class org.jvnet.hk2.internal.ClazzCreator
- preDestruction(InstanceLifecycleEvent) - Method in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- PreDynamicChange - Annotation Type in org.glassfish.hk2.configuration.api
-
A method marked with this annotation will be invoked prior to dynamic changes being applied to a service.
- prefix - Variable in class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- preMethods - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener.ModificationInformation
- prepare(Module) - Method in interface com.sun.enterprise.module.ImportPolicy
-
callback from the module loading system when the module enters the
PREPARING
phase. - prepareCurrentDatabase(WriteableBeanDatabaseImpl, Object, List<Change>) - Method in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, List<Change>) - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabaseUpdateListener
-
This method will be called prior to the bean database being updated.
- prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, List<Change>) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- prepareDynamicConfiguration(TwoPhaseTransactionData) - Method in interface org.glassfish.hk2.api.TwoPhaseResource
-
This method is called prior to any changes being made to the
ServiceLocator
but after the IdempotentFilters are called. - prepareDynamicConfiguration(TwoPhaseTransactionData) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl.TwoPhaseResourceImpl
- PrepareFailedException - Exception Class in org.glassfish.hk2.configuration.hub.api
-
All exceptions from
BeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception - PrepareFailedException() - Constructor for exception class org.glassfish.hk2.configuration.hub.api.PrepareFailedException
- PrepareFailedException(Throwable) - Constructor for exception class org.glassfish.hk2.configuration.hub.api.PrepareFailedException
- PREPARING - Enum constant in enum com.sun.enterprise.module.ModuleState
-
a Module is in PREPARING state when the module looks for its import policy class if any or use the default import policy to construct the network of dependency modules.
- pretty(StringBuffer, Descriptor) - Static method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Will pretty print a descriptor
- Pretty - Class in org.glassfish.hk2.utilities.reflection
- Pretty() - Constructor for class org.glassfish.hk2.utilities.reflection.Pretty
- prettyPrintBytes(byte[]) - Static method in class org.glassfish.hk2.utilities.general.GeneralUtilities
-
Pretty prints a string of bytes in a hexadecimal format with byte number at the start of the line
- prettyPrintParameters(Class<?>[]) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
- previous - Variable in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- PRIMITIVE_MAP - Static variable in class org.glassfish.hk2.utilities.reflection.Constants
-
Map from primitive type to java type
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
prints a meaningful string
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- print(Logger) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Print a Registry dump to the logger
- print(Logger) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Print a Registry dump to the logger
- printStackTrace(PrintStream) - Method in exception class org.glassfish.hk2.api.MultiException
-
Prints the stack trace of this exception to the given PrintStream
- printStackTrace(PrintWriter) - Method in exception class org.glassfish.hk2.api.MultiException
-
Prints the stack trace of this exception to the given PrintWriter
- printThrowable(Throwable) - Static method in class org.glassfish.hk2.utilities.reflection.Logger
-
Prints a throwable to stdout
- printThrowable(Throwable) - Method in class org.jvnet.hk2.generator.HabitatGenerator
- privateCL - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- privateLoader - Variable in class com.sun.enterprise.module.impl.ClassLoaderFacade
- proceed - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- proceed() - Method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- proceed() - Method in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- proceedTo(int) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
This method is called to change the proceedTo level of the system
- proceedTo(int) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- proceedTo(int) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
This method will move to the given run level synchronously as per
RunLevelController.proceedToAsync(int)
. - proceedToAsync(int) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- proceedToAsync(int) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Causes this RunLevelController to move to the specified run level for all
RunLevel
instances, orchestrating the appropriate lifecycle events. - process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.glassfish.hk2.metadata.generator.ServiceProcessor
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.glassfish.hk2.stub.generator.StubProcessor
- process(ServiceLocator, DescriptorImpl) - Method in interface org.glassfish.hk2.api.PopulatorPostProcessor
-
This method can be used to alter the descriptor read in.
- process(ServiceLocator, DescriptorImpl) - Method in class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
-
Uses the given classloader to load the class from the descriptor
- process(ServiceLocator, DescriptorImpl) - Method in class org.glassfish.hk2.utilities.ClassLoaderPostProcessor
- process(ServiceLocator, DescriptorImpl) - Method in class org.glassfish.hk2.utilities.DuplicatePostProcessor
- processedURI - Variable in class org.glassfish.hk2.classmodel.reflect.Parser
- progenitorLock - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- ProgressStartedListener - Interface in org.glassfish.hk2.runlevel
-
Instances of classes implementing this contract can be registered with HK2 to be informed when the system starts progressing to a new level, either upward or downward
- project - Variable in class com.sun.enterprise.module.maven.HK2GenerateMojo
-
The maven project.
- project - Variable in class com.sun.enterprise.module.maven.OsgiVersionMojo
-
The maven project.
- project - Variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
The maven project.
- propertyChanges - Variable in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- PropertyFileBean - Class in org.glassfish.hk2.configuration.persistence.properties
-
This bean configures the PropertyFileService itself.
- PropertyFileBean() - Constructor for class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
A null constructor for creating an empty PropertyFileBean
- PropertyFileBean(PropertyFileBean) - Constructor for class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
This method will create a deep copy of the passed in PropertyFileBean
- PropertyFileHandle - Interface in org.glassfish.hk2.configuration.persistence.properties
-
This handle is used to read property files and put the values into the HK2 configuration hub.
- PropertyFileHandleImpl - Class in org.glassfish.hk2.configuration.persistence.properties.internal
- PropertyFileHandleImpl(String, String, String, Hub) - Constructor for class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- PropertyFileHandleImpl.TypeData - Class in org.glassfish.hk2.configuration.persistence.properties.internal
- PropertyFileService - Interface in org.glassfish.hk2.configuration.persistence.properties
-
This service will read a java property file and add its contents to the HK2 configuration hub.
- PropertyFileServiceImpl - Class in org.glassfish.hk2.configuration.persistence.properties.internal
- PropertyFileServiceImpl() - Constructor for class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- PropertyFileUtilities - Class in org.glassfish.hk2.configuration.persistence.properties
-
This utility should be used when initializing hk2 in order to properly add the PropertyFileService to a specific registry
- PropertyFileUtilities() - Constructor for class org.glassfish.hk2.configuration.persistence.properties.PropertyFileUtilities
- proposedLevel - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- protectedGetAllServiceHandles(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- protectedGetAllServices(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- protectedGetDescriptors(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- provide() - Method in interface org.glassfish.hk2.api.Factory
-
This method will create instances of the type of this factory.
- provide() - Method in class org.jvnet.hk2.metadata.tests.AbstractFactory
- provide() - Method in class org.jvnet.hk2.metadata.tests.ComplexFactory
- provide() - Method in class org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory
-
In the end this should be returning SomeInterface
- provide() - Method in class org.jvnet.hk2.metadata.tests.FactoryWithDefaultProxy
- provide() - Method in class org.jvnet.hk2.metadata.tests.FactoryWithDefaultProxyForSameScope
- provide() - Method in class org.jvnet.hk2.metadata.tests.FactoryWithFalseProxy
- provide() - Method in class org.jvnet.hk2.metadata.tests.FactoryWithFalseProxyForSameScope
- provide() - Method in class org.jvnet.hk2.metadata.tests.FactoryWithRanks
- provide() - Method in class org.jvnet.hk2.metadata.tests.FactoryWithVisibility
- PROVIDE - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- PROVIDE_METHOD - Enum constant in enum org.glassfish.hk2.api.DescriptorType
-
This is a description of the contracts, scope and qualifiers on the
Factory.provide()
method. - PROVIDE_METHOD - Static variable in class org.jvnet.hk2.internal.Utilities
- PROVIDE_METHOD_DT - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- PROVIDED_ANNO - Static variable in class org.glassfish.hk2.stub.generator.StubProcessor
- providedContracts - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- providerNames - Variable in class com.sun.enterprise.module.ModuleMetadata.Entry
- providers - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Service provider class names and which modules they are in.
- providersList - Variable in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- ProvidersList() - Constructor for class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersList
- ProvidersPerBundle(long) - Constructor for class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersPerBundle
- proxiable - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Injectee is proxiable.
- proxiable - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- Proxiable - Annotation Type in org.glassfish.hk2.api
-
Scope annotations that are also marked with this annotation are proxiable.
- PROXIABLE_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- ProxiableScope - Annotation Type in org.jvnet.hk2.metadata.tests
- proxiesAvailable - Static variable in class org.jvnet.hk2.internal.Utilities
- proxiesAvailable() - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if the system can create proxies, false otherwise
- proxy - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- proxy - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- proxy() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- proxy() - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- proxy() - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
This will cause the isProxiable field of the returned descriptor to return true (it will force this descriptor to use proxies).
- proxy() - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
This will cause the isProxiable field of the returned descriptor to return true (it will force this descriptor to use proxies).
- proxy(boolean) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- proxy(boolean) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
This will cause the isProxiable field of the returned descriptor to return the given value.
- proxy(boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Set proxy flag on the binding.
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Set proxy flag on the binding.
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Set proxy flag on the binding.
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Set proxy flag on the binding.
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
This will cause the isProxiable field of the returned descriptor to return the given value.
- PROXY_FOR_SAME_SCOPE_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- PROXY_MORE_METHOD_NAME - Static variable in class org.jvnet.hk2.internal.MethodInterceptorImpl
- proxyCreationLock - Static variable in class org.jvnet.hk2.internal.ProxyUtilities
- ProxyCtl - Interface in org.glassfish.hk2.api
-
Every proxy generated by HK2 will implement this interface, which can be used to have finer control on the behavior of the proxy
- proxyForSameScope - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- proxyForSameScope - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- proxyForSameScope - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Injectee should be proxied even inside the same scope
- proxyForSameScope - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- proxyForSameScope() - Element in annotation type org.glassfish.hk2.api.Proxiable
-
This value determines whether or not services in this scope should be proxied when being injected into other services of the same scope.
- proxyForSameScope() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- proxyForSameScope() - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- proxyForSameScope() - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
This will cause the isProxyForSameScope field of the returned descriptor to return true (it will force this descriptor to use proxies even when injecting into the same scope).
- proxyForSameScope() - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
This will cause the isProxyForSameScope field of the returned descriptor to return true (it will force this descriptor to proxy even when injecting into the same scope).
- proxyForSameScope(boolean) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- proxyForSameScope(boolean) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- proxyForSameScope(boolean) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
This will cause the isProxyForSameScope field of the returned descriptor to return the given value.
- proxyForSameScope(boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- proxyForSameScope(boolean) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Set proxyForSameScope flag on the binding
- proxyForSameScope(boolean) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Set proxyForSameScope flag on the binding
- proxyForSameScope(boolean) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
This will cause the isProxyForSameScope field of the returned descriptor to return the given value.
- ProxyForSameScope - Annotation Type in org.glassfish.hk2.api
-
This annotation is used when automatically analyzing a class or a {link
Factory.provide()
method to indicate that the descriptor either should or should use a proxy when being injected into a service from the same scope. - proxyMod - Variable in class com.sun.enterprise.module.single.SingleModulesRegistry
- ProxyModule - Class in com.sun.enterprise.module.single
-
Creates a Module implementation based on a single class loader
- ProxyModule(ModulesRegistry, ModuleDefinition, ClassLoader) - Constructor for class com.sun.enterprise.module.single.ProxyModule
- ProxyModuleDefinition - Class in com.sun.enterprise.module.single
-
Creates a ModuleDefinition backed up by a a single classloader.
- ProxyModuleDefinition(ClassLoader) - Constructor for class com.sun.enterprise.module.single.ProxyModuleDefinition
- ProxyModuleDefinition(ClassLoader, List<ManifestProxy.SeparatorMappings>) - Constructor for class com.sun.enterprise.module.single.ProxyModuleDefinition
- proxyUtilities - Variable in class org.jvnet.hk2.internal.PerLocatorUtilities
- ProxyUtilities - Class in org.jvnet.hk2.internal
-
Utilities around proxying
- ProxyUtilities() - Constructor for class org.jvnet.hk2.internal.ProxyUtilities
- prunningLock - Variable in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- prunningLock - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache
- pType(ParameterizedType) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Prints a pretty parameterized type
- publicCL - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- publicPkgs - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- publicPkgs - Variable in class com.sun.enterprise.module.impl.ClassLoaderFacade
- publicPkgs - Variable in class com.sun.enterprise.module.impl.CookedModuleDefinition
- publicSet - Variable in class com.sun.enterprise.module.impl.ClassLoaderFacade
- publish(LogRecord) - Method in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
- publish(T) - Method in interface org.glassfish.hk2.api.messaging.Topic
-
Publishes a message to all subscribers
- publish(T) - Method in class org.jvnet.hk2.internal.TopicImpl
- pushInjectee(Injectee) - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- pushInjecteeParent(Injectee) - Method in class org.jvnet.hk2.internal.InstantiationServiceImpl
- put(E) - Method in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue
- put(String, List<String>) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersPerBundle
- put(K, V) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- put(K, V) - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Adds the given key and value pair into the cache
- put(K, V) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- put(K, V) - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Adds the given pair to the clock.
- put(ActiveDescriptor<?>, Object) - Method in class org.glassfish.hk2.internal.InheritableThreadContext.InheritableContextThreadWrapper
- put(ActiveDescriptor<?>, Object) - Method in class org.glassfish.hk2.internal.PerThreadContext.PerContextThreadWrapper
Q
- qualifiedBy(Annotation) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- qualifiedBy(Annotation) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- qualifiedBy(Annotation) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
A qualifier to be associated with this descriptor object
- qualifiedBy(Annotation) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- qualifiedBy(Annotation) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Add a binging qualifier annotation.
- qualifiedBy(Annotation) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Add a binging qualifier annotation.
- qualifiedBy(Annotation) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Add a binging qualifier annotation.
- qualifiedBy(Annotation) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Add a binding qualifier annotation.
- qualifiedBy(Annotation) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
A qualifier to be associated with this descriptor object.
- qualifiedBy(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- qualifiedBy(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
A qualifier to be associated with this descriptor object
- qualifiedWith(Annotation...) - Method in interface org.glassfish.hk2.api.IterableProvider
-
A set of qualifiers to further restrict this iterator to.
- qualifiedWith(Annotation...) - Method in interface org.glassfish.hk2.api.messaging.Topic
-
A set of qualifiers to further restrict this Topic to.
- qualifiedWith(Annotation...) - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- qualifiedWith(Annotation...) - Method in class org.jvnet.hk2.internal.TopicImpl
- qualifier - Enum constant in enum org.glassfish.hk2.maven.Version.COMPONENT
- qualifier - Variable in class org.glassfish.hk2.maven.Version
- QUALIFIER_KEY - Static variable in class org.glassfish.hk2.utilities.BuilderHelper
-
The key for the qualifier field of the tokenized string
- QUALIFIER_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- QUALIFIER_WITH_SLASHES - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- qualifierNames - Variable in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- qualifierNames - Variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
The set of qualifier names for this descriptor.
- qualifiers - Variable in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- qualifiers - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- qualifiers - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- qualifiers - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- qualifiers - Variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
The set of annotations for this descriptor.
- qualifiers - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Qualifiers (other than @Named).
- qualifiers - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- qualifiers - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- qualifiers - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- qualifiers - Variable in class org.jvnet.hk2.internal.CacheKey
- qualifiers - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- qualifiers - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- qualifiers - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- qualifiers - Variable in class org.jvnet.hk2.internal.Utilities.AnnotationInformation
- QualifierWithMetadata - Annotation Type in org.jvnet.hk2.metadata.tests
- queue - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- queue - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownQueueRunner
- queue - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.HardCancelDownTimer
- queue - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- queueLock - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- queueLock - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownQueueRunner
- queueLock - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- queueLock - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- QueueRunner(ServiceLocator, AsyncRunLevelContext, Object, List<ServiceHandle<?>>, CurrentTaskFuture.UpOneLevel, Object, int) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- QUOTE_STRING - Static variable in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
R
- RandomBean - Interface in org.jvnet.hk2.metadata.tests.stub
- rank - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- rank - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- rank - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- rank - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- Rank - Annotation Type in org.glassfish.hk2.api
-
This annotation is used to provide the initial rank of a service marked with
Service
. - RANK - Static variable in class org.jvnet.hk2.metadata.tests.Constants
-
The rank to use when testing for rank
- RANK_CLASS_FORM - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- RankAnnotationVisitor() - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.RankAnnotationVisitor
- ranked - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Binding rank.
- ranked(int) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- ranked(int) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Rank the binding.
- ranked(int) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Rank the binding.
- ranked(int) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Rank the binding.
- ranked(int) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Rank the binding.
- ranking - Variable in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- RANKING_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- rawInterface - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
- rawType - Variable in class org.glassfish.hk2.api.TypeLiteral
-
Store the actual raw parameter type.
- rawType - Variable in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
- read(InputStream) - Method in class com.sun.enterprise.module.single.ManifestProxy
- readExternal(ObjectInput) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- readFully(File) - Method in class com.sun.enterprise.module.common_impl.Jar.Directory
- readFully(URL) - Static method in class com.sun.enterprise.module.single.ProxyModuleDefinition
- readKeyStringListLine(char[], int, Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- readMetadataMap(String, Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Writes a set in a way that can be read from an input stream as well
- readObject(BufferedReader) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
This can be used to read in instances of this object that were previously written out with writeObject.
- readProperties(Properties) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- readProperties(Properties) - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileHandle
-
Reads the file associated with this handle and will do the following: Add any type found not previously added by this handle Add any instance found not previously added by this handle Modify any property that has changed value Remove any instance no longer seen in the file but that had previously been added In particular this method will NOT remove a type that was previously added but which has no more instances (other files may be contributing to the same type).
- readResources(Enumeration<URL>, Set<String>, DynamicConfiguration) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- readSet(String, Collection<String>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Writes a set in a way that can be read from an input stream as well.
- readWriteLock - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- readWriteLock - Variable in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
- readWriteLock - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- READY - Enum constant in enum com.sun.enterprise.module.ModuleState
-
the Module has been started as all its dependencies were satisfied
- reexport - Variable in class com.sun.enterprise.module.ModuleDependency
- referenceBit - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.CarValue
- references - Variable in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
- reflectionHelper - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- reflectionHelper - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- ReflectionHelper - Class in org.glassfish.hk2.utilities.reflection
- ReflectionHelper() - Constructor for class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- ReflectionUtilities - Class in org.glassfish.hk2.extras.interception.internal
- ReflectionUtilities() - Constructor for class org.glassfish.hk2.extras.interception.internal.ReflectionUtilities
- refresh() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Trigger manual refresh mechanism, the module will check all its URLs and generate change events if any of them has changed.
- refresh() - Method in interface com.sun.enterprise.module.Module
-
Trigger manual refresh mechanism, the module will check all its URLs and generate change events if any of them has changed.
- refresh() - Method in class com.sun.enterprise.module.single.ProxyModule
- register(ModuleLifecycleListener) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Add a
ModuleLifecycleListener
to this registry. - register(ModuleLifecycleListener) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Add a
ModuleLifecycleListener
to this registry. - registerRunningService(Class<T>, T) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Registers a running service, this is useful when other components need to have access to a provider of a service without having to create a new instance and initialize it.
- registerRunningService(Class<T>, T) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Registers a running service, this is useful when other components need to have access to a provider of a service without having to create a new instance and initialize it.
- registerTwoPhaseResources(TwoPhaseResource...) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
Registers two-phase resources in the order in which they are to run.
- registerTwoPhaseResources(TwoPhaseResource...) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- registerTwoPhaseResources(TwoPhaseResource...) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- registry - Variable in class com.sun.enterprise.module.impl.ModuleImpl
-
ModulesRegistryImpl
that owns this module. - reified - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- reify(Class<?>, Collector) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- reifyDescriptor(Descriptor) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Converts a descriptor to an ActiveDescriptor.
- reifyDescriptor(Descriptor) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reifyDescriptor(Descriptor, Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Converts a descriptor to an ActiveDescriptor.
- reifyDescriptor(Descriptor, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reifying - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- reinitialize() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- releaseCache() - Method in interface org.glassfish.hk2.api.SingleCache
-
Removes the cached value and makes it such that this cache has not been set
- releaseCache() - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- releaseCache() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- releaseCache() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- releaseCache() - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Clears all entries in the cache, for use when a known event makes the cache incorrect
- releaseCache() - Method in class org.jvnet.hk2.internal.ProxyUtilities
- releaseCache() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- releaseCaches() - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
- releaseCount - Variable in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
-
We need to maintain how many internal jars got opened so that we don't close our jar archive until all the sub scanning has been done successfully.
- releaseCount() - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- releaseMatching(CacheKeyFilter<K>) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
- releaseMatching(CacheKeyFilter<K>) - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- releaseMatching(CacheKeyFilter<K>) - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
This method will remove all cache entries for which this filter matches
- releaseMatching(CacheKeyFilter<K>) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
This method will remove all cache entries for which this filter matches
- releaseMatching(CacheKeyFilter<K>) - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Releases all key/value pairs that match the filter
- releaseMatching(CacheKeyFilter<K>) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- releaseMatching(CacheKeyFilter<K>) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- releaseMatching(CacheKeyFilter<K>) - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Releases all key/value pairs that match the filter
- releaseMatching(CacheKeyFilter<K>) - Method in interface org.glassfish.hk2.utilities.general.WeakHashLRU
-
Releases all keys that match the filter
- remote - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- remote - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- remoteLocator - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- remoteLocatorId - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.NoLocalNoRemoteFilter
- remoteReified - Variable in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- removalName - Variable in class org.jvnet.hk2.internal.CacheKey
- remove() - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
- remove() - Method in class com.sun.enterprise.module.common_impl.FlattenIterator
- remove() - Method in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
-
Removes the current thread's value for this thread-local variable.
- remove() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- remove() - Method in interface org.glassfish.hk2.utilities.general.WeakHashLRU
-
Removes the key that was Least Recently Used
- remove() - Method in class org.jvnet.hk2.internal.IterableProviderImpl.MyHandleIterator
- remove() - Method in class org.jvnet.hk2.internal.IterableProviderImpl.MyIterator
- remove(Module) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Removes a module from the registry.
- remove(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- remove(K) - Method in class org.glassfish.hk2.utilities.cache.Cache
-
Remove item from the cache.
- remove(K) - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- remove(K) - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Remove given item from the cache.
- remove(K) - Method in interface org.glassfish.hk2.utilities.cache.WeakCARCache
-
Used to remove a single key and value from the cache (if the value is available)
- remove(K) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- remove(K) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- remove(K) - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Removes the given key from the clock, if found
- remove(K) - Method in interface org.glassfish.hk2.utilities.general.WeakHashLRU
-
Removes the given key from the LRU, if found
- remove(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Removes an key value from the map
- remove(K, V) - Method in class org.jvnet.hk2.component.MultiMap
-
Removes an key value pair from the map.
- remove(DoubleNode<K, Object>) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- REMOVE_INSTANCE - Enum constant in enum org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
-
An instance of a type was removed
- REMOVE_TYPE - Enum constant in enum org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
-
A type was removed
- removeAdvertisedContract(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes an advertised contract from the set of contracts advertised by this descriptor
- removeAll() - Method in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
-
Removes all threads current thread's value for this thread-local variable.
- removeAllMetadata(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes all the metadata values associated with key
- removeAllMetadata(Map<String, List<String>>, String) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Removes all the metadata values associated with key
- removeBean(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- removeChild(ServiceLocatorImpl) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- removeConfigurationInternal(List<SystemDescriptor<?>>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- removeContractType(Type) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Removes an advertised contract from the set of contracts advertised by this descriptor
- removed - Variable in class org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- removed(URI) - Method in interface com.sun.enterprise.module.RepositoryChangeListener
-
A library jar file was removed from the repository
- removeDelegate(ClassLoader) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- removeDescriptor(SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.IndexedListData
- removedTypes - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- removeFilter(ServiceLocator, Filter) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Removes all the descriptors from the given locator that match the given filter
- removeFilter(ServiceLocator, Filter, boolean) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Removes all the descriptors from the given locator that match the given filter
- RemoveFilter(long, long) - Constructor for class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.RemoveFilter
- removeFromCache() - Method in interface org.glassfish.hk2.utilities.cache.CacheEntry
-
Call this method on this entry to remove it from the LRUCache.
- removeFromCache() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl
- removeFromCache() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
- removeFromDLL(DoubleNode<K, V>) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- removeImport(ModuleImpl) - Method in class com.sun.enterprise.module.impl.ModuleImpl
- removeInstance(String) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableType
-
Removes the instance with the given key from the type
- removeInstance(String) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- removeInstances(WriteableBeanDatabase, HashMap<PropertyFileHandleImpl.TypeData, Map<String, String>>) - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- removeLibrary(URI) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- removeList(IndexedListData) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- removeListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Unregister a module change listener
- removeListener(ModuleChangeListener) - Method in interface com.sun.enterprise.module.Module
-
Unregister a module change listener
- removeListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.single.ProxyModule
- removeListener(RepositoryChangeListener) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Removes a previously registered listener
- removeListener(RepositoryChangeListener) - Method in interface com.sun.enterprise.module.Repository
-
Removes a previously registered listener
- removeListener(ServiceLocatorListener) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Removes a service listener from the set of listeners that are notified when named listeners are added or removed from the system
- removeListener(ServiceLocatorListener) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- removeLRUItem() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead
-
Remove least recently used item form the cache.
- removeLRUItem() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Remove least recently used item form the cache.
- removeMetadata(String, String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes the given value from the given key
- removeMetadata(Map<String, List<String>>, String, String) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Removes the given value from the given key
- removeNamedQualifier() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- removeNoClear(K) - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- removeOneDescriptor(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will attempt to remove descriptors matching the passed in descriptor from the given locator.
- removeOneDescriptor(ServiceLocator, Descriptor, boolean) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will attempt to remove descriptors matching the passed in descriptor from the given locator.
- removePropertyFileBean() - Method in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileServiceImpl
- removePropertyFileBean() - Method in interface org.glassfish.hk2.configuration.persistence.properties.PropertyFileService
-
This is a utility method that will remove the
PropertyFileBean
from the Hub if it is present - removeProviders(long) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersList
- removeProviders(Bundle) - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- removeQualifier(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes the given qualifier from the list of qualifiers
- removeQualifierAnnotation(Annotation) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Removes the given qualifier from the list of qualifiers
- removeRepository(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Remove a repository from the list of attached repositories to this instances.
- removeRepository(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Remove a repository from the list of attached repositories to this instances.
- removeShutdownLocators() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- removeStale() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- removeType(String) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
Removed the given type and all of its instances from the database.
- removeType(String) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- removeTypeMapping(String) - Method in class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
Removes the type mapping with the given name
- removeUnnarrowedResult() - Method in class org.jvnet.hk2.internal.NarrowResults
- replace() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- REPLACE_CHARACTERS - Static variable in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- reportToErrorService - Variable in exception class org.glassfish.hk2.api.MultiException
- repositories - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- REPOSITORIES - Static variable in class com.sun.enterprise.module.ManifestConstants
-
List of repositories that should be set up before launching the main module
- repository - Variable in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- Repository - Interface in com.sun.enterprise.module
-
A Repository instance is an abstraction of a set of accessible modules.
- RepositoryChangeListener - Interface in com.sun.enterprise.module
-
Listener interface to listen to repository changes.
- RepositoryFactories - Class in com.sun.enterprise.module
-
Registry for RepositoryFactory instances
- RepositoryFactories() - Constructor for class com.sun.enterprise.module.RepositoryFactories
-
Creates a new instance of RepositoriesFactory
- RepositoryFactory - Class in com.sun.enterprise.module
-
Factory to create repositories.
- RepositoryFactory() - Constructor for class com.sun.enterprise.module.RepositoryFactory
- repurposed - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- repurposed - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- requiredPrefix - Variable in class org.glassfish.hk2.configuration.internal.ChildFilter
- requiredQualifiers - Variable in class org.jvnet.hk2.internal.IterableProviderImpl
- requiredQualifiers - Variable in class org.jvnet.hk2.internal.TopicImpl
- requiredSuffix - Variable in class org.glassfish.hk2.configuration.internal.ChildFilter
- requiredType - Variable in class org.glassfish.hk2.configuration.internal.ChildFilter
- requiredType - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- requiredType - Variable in class org.jvnet.hk2.internal.IterableProviderImpl
- requiredType - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- reset() - Static method in class org.glassfish.hk2.osgiresourcelocator.ResourceFinder
- reset() - Static method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
- resetBuilder(AbstractBindingBuilder<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- resetInjecteeDescriptor(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- resetSelfDescriptor(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
- resetSelfDescriptor(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.ClazzCreator
-
This is done because sometimes when creating the creator we do not know what the true system descriptor will be
- ResolutionInfo(AnnotatedElement, List<SystemInjecteeImpl>) - Constructor for class org.jvnet.hk2.internal.ClazzCreator.ResolutionInfo
- resolve() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Ensure that this module is
resolved
. - resolve() - Method in interface com.sun.enterprise.module.Module
-
Ensure that this module is
resolved
. - resolve() - Method in class com.sun.enterprise.module.single.ProxyModule
- resolve(Map<SystemInjecteeImpl, Object>, InjectionResolver<?>, SystemInjecteeImpl, ServiceHandle<?>, Collector) - Method in class org.jvnet.hk2.internal.ClazzCreator
- resolve(Injectee, ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.InjectionResolver
-
This method will return the object that should be injected into the given injection point.
- resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.hk2.configuration.internal.ChildInjectResolverImpl
- resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- resolve(Injectee, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
- resolveAllDependencies(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ClazzCreator
- resolveContext(Class<? extends Annotation>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- RESOLVED - Enum constant in enum com.sun.enterprise.module.ModuleState
-
a Module is in RESOLVED state when the validation is finished and successful and before the module is started
- ResolveError - Exception Class in com.sun.enterprise.module
-
Thrown to indicate that a module dependency could not be satisfied
- ResolveError(String) - Constructor for exception class com.sun.enterprise.module.ResolveError
- ResolveError(String, Throwable) - Constructor for exception class com.sun.enterprise.module.ResolveError
- ResolveError(Throwable) - Constructor for exception class com.sun.enterprise.module.ResolveError
- resolveField(Class<?>, Field) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Resolves the generic type of a field given the actual class being instantiated
- resolveKnownType(TypeVariable<?>, ParameterizedType, Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
If you have a class that declares type variables (knownDeclaringClass) and the type the user has told us it should be (knownType) then return the replaced type for the given userType.
- resolveMember(Class<?>, Type, Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Resolves the generic type of a type and declaring class given the actual class being instantiated
- resource - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- RESOURCE_BASE - Static variable in interface org.glassfish.hk2.api.DescriptorFileFinder
-
The name of the default location for hk2 inhabitant files
- ResourceFinder - Class in org.glassfish.hk2.osgiresourcelocator
-
This class provides helper methods to look up resources that are part of OSGi bundles, but can't be exported.
- ResourceFinder() - Constructor for class org.glassfish.hk2.osgiresourcelocator.ResourceFinder
- ResourceFinderImpl - Class in org.glassfish.hk2.osgiresourcelocator
- ResourceFinderImpl() - Constructor for class org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
- ResourceLocator - Interface in org.glassfish.hk2.classmodel.reflect.util
-
Interface to load .class files as resources for processing by the parser.
- resources - Variable in class com.sun.enterprise.module.ModuleMetadata.Entry
- Result(String, Exception) - Constructor for class org.glassfish.hk2.classmodel.reflect.Parser.Result
- results - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdValue
- resume() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- resume() - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Resumes this operation on the current thread.
- resume(long) - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- resume(long) - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Resumes this operation on the given thread id.
- RethrowErrorService - Class in org.glassfish.hk2.utilities
-
This is an implementation of
ErrorService
that simply rethrows the exception caught. - RethrowErrorService() - Constructor for class org.glassfish.hk2.utilities.RethrowErrorService
- RETURN - Enum constant in enum org.glassfish.hk2.api.ServiceLocatorFactory.CreatePolicy
-
Return the existing ServiceLocator
- reup(List<SystemDescriptor<?>>, boolean, boolean, boolean, boolean, boolean, HashSet<String>, boolean) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reupCache(HashSet<String>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reupClassAnalyzers() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reupConfigListeners() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reupErrorHandlers() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reupInjectionResolvers() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reupInstanceListeners(List<InstanceLifecycleListener>) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- reupInstanceListenersHandlers(Collection<SystemDescriptor<?>>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- reupInterceptionServices() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- revision - Variable in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- revisionCounter - Static variable in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- rLock - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- rLock - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- rLock - Variable in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
- rLock - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- rollbackCurrentDatabase(WriteableBeanDatabaseImpl, Object, List<Change>, LinkedList<BeanDatabaseUpdateListener>) - Method in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, List<Change>) - Method in interface org.glassfish.hk2.configuration.hub.api.BeanDatabaseUpdateListener
-
If any
BeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, List)
throws an exception this method will be called on all listeners whoseBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, List)
had already been succesfully called. - rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, List<Change>) - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- rollbackDynamicConfiguration(TwoPhaseTransactionData) - Method in interface org.glassfish.hk2.api.TwoPhaseResource
-
If any TwoPhaseResource fails then all TwoPhaseResources that successfully completed their prepare method will get this method invoked.
- rollbackDynamicConfiguration(TwoPhaseTransactionData) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl.TwoPhaseResourceImpl
- RollbackFailedException - Exception Class in org.glassfish.hk2.configuration.hub.api
-
All exceptions from
BeanDatabaseUpdateListener.rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception - RollbackFailedException() - Constructor for exception class org.glassfish.hk2.configuration.hub.api.RollbackFailedException
-
For serialization
- RollbackFailedException(Throwable) - Constructor for exception class org.glassfish.hk2.configuration.hub.api.RollbackFailedException
- root - Variable in class com.sun.enterprise.module.bootstrap.PlatformMain
- root - Variable in class org.glassfish.hk2.utilities.ContextualInput
- root - Variable in class org.jvnet.hk2.internal.MethodInterceptorImpl
-
Original root node, needed for proper destruction
- root - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- rootLocation - Variable in class com.sun.enterprise.module.impl.CookedLibRepository
- run() - Method in class org.glassfish.hk2.internal.ImmediateHelper
-
This thread will wait twenty seconds for new work to come in, and then kill itself
- run() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.CancelTimer
- run() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- run() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownQueueRunner
- run() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.HardCancelDownTimer
- run() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- run() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- run() - Method in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- run() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- run(String[]) - Method in class com.sun.enterprise.module.bootstrap.Main
- RunLevel - Annotation Type in org.glassfish.hk2.runlevel
-
Defines a run/start level.
- RUNLEVEL_MODE_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
The metadata key for run level mode.
- RUNLEVEL_MODE_NON_VALIDATING - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
Services set to have a non-validating run level mode will be activated by their associated run level service or through injection into another service.
- RUNLEVEL_MODE_VALIDATING - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
Services set to have a validating run level mode will be activated and deactivated by their associated run level service but may also be activated through injection into another service.
- RUNLEVEL_VAL_IMMEDIATE - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
The immediate run level.
- RUNLEVEL_VAL_INITIAL - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
The initial run level.
- RUNLEVEL_VAL_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
The metadata key for run level value.
- RunLevelContext - Class in org.glassfish.hk2.runlevel
- RunLevelContext(AsyncRunLevelContext) - Constructor for class org.glassfish.hk2.runlevel.RunLevelContext
- RunLevelController - Interface in org.glassfish.hk2.runlevel
-
A RunLevelContoller controls the current state of services registered in the
RunLevel
scope. - RunLevelController.ThreadingPolicy - Enum in org.glassfish.hk2.runlevel
-
These are the policies for how the RunLevelController will use threads
- RunLevelControllerImpl - Class in org.glassfish.hk2.runlevel.internal
-
This is the implementation of the RunLevelController
- RunLevelControllerImpl() - Constructor for class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- RunLevelControllerThread(Runnable) - Constructor for class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.RunLevelControllerThread
- RunLevelException - Exception Class in org.glassfish.hk2.runlevel
-
Exception related to the operations of the
RunLevelController
. - RunLevelException() - Constructor for exception class org.glassfish.hk2.runlevel.RunLevelException
-
Basic no-args constructor
- RunLevelException(String) - Constructor for exception class org.glassfish.hk2.runlevel.RunLevelException
-
Exception with message
- RunLevelException(String, Throwable) - Constructor for exception class org.glassfish.hk2.runlevel.RunLevelException
-
Exception with message and origin
- RunLevelException(Throwable) - Constructor for exception class org.glassfish.hk2.runlevel.RunLevelException
-
Exception with origin
- RunLevelFuture - Interface in org.glassfish.hk2.runlevel
-
This is the Future object that will be returned by the RunLevelController and it contains extra information about the job being done
- RunLevelImpl(int, int) - Constructor for class org.glassfish.hk2.runlevel.RunLevelServiceUtilities.RunLevelImpl
- RunLevelListener - Interface in org.glassfish.hk2.runlevel
-
Instances of classes implementing this contract can be registered with HK2 to be informed of events of RunLevelControllers.
- RunLevelServiceModule - Class in org.glassfish.hk2.runlevel
-
This module can be used to enable the RunLevelService in a system not using automatic service discovery.
- RunLevelServiceModule() - Constructor for class org.glassfish.hk2.runlevel.RunLevelServiceModule
- RunLevelServiceUtilities - Class in org.glassfish.hk2.runlevel
-
Utilities for using the RunLevelService
- RunLevelServiceUtilities() - Constructor for class org.glassfish.hk2.runlevel.RunLevelServiceUtilities
- RunLevelServiceUtilities.RunLevelImpl - Class in org.glassfish.hk2.runlevel
- RunLevelThreadFactory() - Constructor for class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.RunLevelThreadFactory
- RUNNING - Enum constant in enum org.glassfish.hk2.api.ImmediateController.ImmediateServiceState
-
The system will create new Immediate services as soon as they are found
- RUNNING - Enum constant in enum org.glassfish.hk2.api.ServiceLocatorState
-
In this state the ServiceLocator is able to service requests, do injections and generally operate in a normal manner
- runningServices - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
- rwLock - Variable in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- rwLock - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
S
- safeCompare(Comparable<T>, T) - Static method in class org.glassfish.hk2.metadata.generator.ServiceProcessor.DescriptorComparitor
- safeCompare(Comparable<T>, T) - Static method in class org.jvnet.hk2.generator.internal.DescriptorComparitor
- safeEquals(Object, Object) - Static method in class org.glassfish.hk2.utilities.general.GeneralUtilities
-
Returns true if a is equals to b, or both and and b are null.
- saveResult(URI, Types) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
- scope - Variable in class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- scope - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- scope - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- scope - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- scope - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- scope - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Binding scope.
- scope - Variable in class org.glassfish.hk2.utilities.DescriptorImpl
- scope - Variable in class org.glassfish.hk2.utilities.reflection.ScopeInfo
- scope - Variable in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- scope - Variable in class org.jvnet.hk2.generator.internal.Utilities.GenerateServiceFromMethodVisitor
- scope - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- SCOPE_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- SCOPE_WITH_SLASHES - Static variable in class org.jvnet.hk2.generator.internal.Utilities
- scopeAnnotation - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- scopeAnnotation - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- scopeAnnotation - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
-
Binding scope as annotation
- scopeAnnotation - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- scopeClass - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- ScopedBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
-
Scoped service binding builder.
- scopedIdentifier - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- ScopedNamedBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
-
Scoped and named service binding builder.
- ScopeInfo - Class in org.glassfish.hk2.utilities.reflection
-
Data structure concerning scope annotations
- ScopeInfo(Annotation, Class<? extends Annotation>) - Constructor for class org.glassfish.hk2.utilities.reflection.ScopeInfo
-
Constructor of the data structure concerning the scope annotation
- scopeOrQualifierName - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MetadataAnnotationVisitor
- ScopeWithMetadata - Annotation Type in org.jvnet.hk2.metadata.tests
- sdLocator - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- searchHeres - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- searchHeres - Variable in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- searchPath - Variable in class org.jvnet.hk2.generator.HabitatGenerator
- searchPath - Variable in class org.jvnet.hk2.generator.internal.Utilities
- SEARCHPATH_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
The path-separator delimited list of files to search for contracts and qualifiers (defaults to classpath)
- secondChanceResolve(Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- secureCreate(Class<?>, Class<?>[], MethodHandler, boolean, ServiceLocator) - Method in class org.jvnet.hk2.internal.ProxyUtilities
-
We put the anchor as the value even though we don't use it in order to make it easier to catch memory leaks here.
- secureGetDeclaredFields(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- secureGetDeclaredMethods(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperUtilities
- SEEN_DATA - Static variable in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- SEEN_ELEMENT - Static variable in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- SEEN_NOTHING - Static variable in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- selects(ArchiveAdapter) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveSelector
-
Returns true if the archive should be selected for processing
- self - Variable in class org.jvnet.hk2.internal.Utilities.AnnotationInformation
- Self - Annotation Type in org.glassfish.hk2.api
-
This annotation is placed on an injection point that is to be injected with the
ActiveDescriptor
that was used to create the instance. - selfDescriptor - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- selfDescriptor - Variable in class org.jvnet.hk2.internal.ClazzCreator
- separator - Variable in class com.sun.enterprise.module.single.ManifestProxy.SeparatorMappings
- separator - Variable in class org.glassfish.hk2.configuration.internal.ChildIterableImpl
- separator() - Element in annotation type org.glassfish.hk2.configuration.api.ChildInject
-
This field returns the separator that is used to separate heirarchical name fields, for use by the
ChildIterable.byKey(String)
method. - SEPARATOR - Static variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- SeparatorMappings(String, String) - Constructor for class com.sun.enterprise.module.single.ManifestProxy.SeparatorMappings
- serialVersionUID - Static variable in exception class com.sun.enterprise.module.bootstrap.BootException
-
For serialization
- serialVersionUID - Static variable in class org.glassfish.hk2.api.AnnotationLiteral
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.api.DuplicateServiceException
- serialVersionUID - Static variable in exception class org.glassfish.hk2.api.HK2Exception
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.api.HK2RuntimeException
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.api.MultiException
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.api.UnsatisfiedDependencyException
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.configuration.hub.api.CommitFailedException
- serialVersionUID - Static variable in exception class org.glassfish.hk2.configuration.hub.api.PrepareFailedException
- serialVersionUID - Static variable in exception class org.glassfish.hk2.configuration.hub.api.RollbackFailedException
- serialVersionUID - Static variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
-
For serialization
- serialVersionUID - Static variable in class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.runlevel.CurrentlyRunningException
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.runlevel.internal.WasCancelledException
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.runlevel.internal.WouldBlockException
- serialVersionUID - Static variable in exception class org.glassfish.hk2.runlevel.RunLevelException
-
For serialization
- serialVersionUID - Static variable in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities.RunLevelImpl
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
For serialization
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.AliasDescriptor
-
For serialization
- serialVersionUID - Static variable in exception class org.glassfish.hk2.utilities.cache.ComputationErrorException
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
-
For serialization
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.NamedImpl
-
For serialization
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities.ImmediateImpl
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities.InheritableThreadImpl
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities.PerLookupImpl
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities.PerThreadImpl
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities.SingletonImpl
- serialVersionUID - Static variable in class org.glassfish.hk2.utilities.UnqualifiedImpl
- serialVersionUID - Static variable in class org.jvnet.hk2.component.MultiMap
-
For serialization
- serialVersionUID - Static variable in class org.jvnet.hk2.internal.AutoActiveDescriptor
-
For serialization
- serialVersionUID - Static variable in class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
For serialization
- serialVersionUID - Static variable in class org.jvnet.hk2.internal.DescriptorComparator
-
Added for serialization
- serialVersionUID - Static variable in class org.jvnet.hk2.internal.ServiceHandleComparator
-
For serialization
- serialVersionUID - Static variable in class org.jvnet.hk2.internal.SingletonContext.GenerationComparator
-
For serialization
- service - Variable in class org.glassfish.hk2.internal.HandleAndService
- service - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.ClassBasedBindingBuilder
- service - Variable in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder.InstanceBasedBindingBuilder
- service - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- Service - Annotation Type in org.jvnet.hk2.annotations
-
Annotation placed on classes that are to be automatically added to an hk2
ServiceLocator
. - SERVICE_CLASS_FORM - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- SERVICE_CLASS_FORM - Static variable in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- SERVICE_CREATION_FAILURE - Enum constant in enum org.glassfish.hk2.api.ErrorType
-
A service threw an error upon creation
- SERVICE_DESTRUCTION_FAILURE - Enum constant in enum org.glassfish.hk2.api.ErrorType
-
A service threw an error upon destruction
- SERVICE_LOCATOR_IMPL - Static variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- ServiceAnnotationVisitor() - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ServiceAnnotationVisitor
- ServiceBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
-
Service binding builder.
- serviceClasses - Variable in class com.sun.enterprise.module.impl.ModuleImpl
-
Lazily loaded provider
Class
es fromModuleMetadata
. - serviceData - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- serviceDestroyed - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- ServiceHandle<T> - Interface in org.glassfish.hk2.api
-
This service handle can be used to get a specific instance of a service, and can be used to destroy that service as well
- ServiceHandleComparator - Class in org.jvnet.hk2.internal
- ServiceHandleComparator() - Constructor for class org.jvnet.hk2.internal.ServiceHandleComparator
- ServiceHandleImpl<T> - Class in org.jvnet.hk2.internal
-
This handle does the underlying work of getting the service.
- ServiceHandleImpl(ServiceLocatorImpl, ActiveDescriptor<T>, Injectee) - Constructor for class org.jvnet.hk2.internal.ServiceHandleImpl
- ServiceLoader - Class in org.glassfish.hk2.osgiresourcelocator
-
This is a gateway to OSGi bundles as far as META-INF/services files are concerned.
- ServiceLoader() - Constructor for class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
- ServiceLoader.ProviderFactory<T> - Interface in org.glassfish.hk2.osgiresourcelocator
- ServiceLoaderImpl - Class in org.glassfish.hk2.osgiresourcelocator
- ServiceLoaderImpl() - Constructor for class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- ServiceLoaderImpl.BundleTracker - Class in org.glassfish.hk2.osgiresourcelocator
- ServiceLoaderImpl.DefaultFactory<T> - Class in org.glassfish.hk2.osgiresourcelocator
- ServiceLoaderImpl.ProvidersList - Class in org.glassfish.hk2.osgiresourcelocator
-
List of
ServiceLoaderImpl.ProvidersPerBundle
Synchronisation is handled by outer class. - ServiceLoaderImpl.ProvidersPerBundle - Class in org.glassfish.hk2.osgiresourcelocator
-
Map of service name to provider names for a particular bundle
- serviceLocator - Variable in class org.jvnet.hk2.internal.PopulatorImpl
- serviceLocator - Variable in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
The
ServiceLocator
in effect for the currently executing JUnit test method. - ServiceLocator - Interface in org.glassfish.hk2.api
-
ServiceLocator is the registry for HK2 services
- ServiceLocatorFactory - Class in org.glassfish.hk2.api
-
This factory can be used to create new named ServiceLocators
- ServiceLocatorFactory() - Constructor for class org.glassfish.hk2.api.ServiceLocatorFactory
- ServiceLocatorFactory.CreatePolicy - Enum in org.glassfish.hk2.api
-
Tells the create method what to do if an existing ServiceLocator with the given name exists
- ServiceLocatorFactoryImpl - Class in org.glassfish.hk2.internal
-
The implementation of the
ServiceLocatorFactory
that looks in the OSGi service registry or the META-INF/services for the implementation to use. - ServiceLocatorFactoryImpl() - Constructor for class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
-
This will create a new set of name to locator mappings
- ServiceLocatorFactoryImpl.DefaultGeneratorInitializer - Class in org.glassfish.hk2.internal
- ServiceLocatorGenerator - Interface in org.glassfish.hk2.extension
-
An implementation of this class can be placed in META-INF/services in order to customize the creation of the ServiceLocator
- ServiceLocatorGeneratorImpl - Class in org.jvnet.hk2.external.generator
- ServiceLocatorGeneratorImpl() - Constructor for class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
- ServiceLocatorImpl - Class in org.jvnet.hk2.internal
- ServiceLocatorImpl(String, ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Called by the Generator, and hence must be a public method
- ServiceLocatorImpl.CheckConfigurationData - Class in org.jvnet.hk2.internal
- ServiceLocatorImpl.IgdCacheKey - Class in org.jvnet.hk2.internal
- ServiceLocatorImpl.IgdValue - Class in org.jvnet.hk2.internal
- ServiceLocatorImpl.UnqualifiedIndexedFilter - Class in org.jvnet.hk2.internal
- ServiceLocatorIsolation() - Constructor for enum org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.ServiceLocatorIsolation
- ServiceLocatorListener - Interface in org.glassfish.hk2.api
-
This is added to the
ServiceLocatorFactory
in order to listen on service locators coming and going. - ServiceLocatorRuntimeBean - Interface in org.jvnet.hk2.external.runtime
-
Runtime information about the ServiceLocator.
- ServiceLocatorRuntimeImpl - Class in org.jvnet.hk2.internal
- ServiceLocatorRuntimeImpl(ServiceLocator) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl
- serviceLocators - Variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- ServiceLocatorState - Enum in org.glassfish.hk2.api
-
The possible states in which a service locator can be in.
- ServiceLocatorState() - Constructor for enum org.glassfish.hk2.api.ServiceLocatorState
- ServiceLocatorTestRule<T> - Class in org.jvnet.hk2.testing.junit
-
An
ExternalResource
(and aBinder
) that sets up and tears down an HK2ServiceLocator
on a per-test-class or per-test-method basis. - ServiceLocatorTestRule(T) - Constructor for class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Creates a new
ServiceLocatorTestRule
on behalf of the supplied JUnit test inServiceLocatorTestRule.ServiceLocatorIsolation.PER_TEST
isolation in non-verbose mode. - ServiceLocatorTestRule(T, boolean) - Constructor for class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Creates a new
ServiceLocatorTestRule
on behalf of the supplied JUnit test inServiceLocatorTestRule.ServiceLocatorIsolation.PER_TEST
isolation with the supplied verbosity. - ServiceLocatorTestRule(T, ServiceLocatorTestRule.ServiceLocatorIsolation) - Constructor for class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Creates a new
ServiceLocatorTestRule
on behalf of the supplied JUnit test in the givenServiceLocatorTestRule.ServiceLocatorIsolation
in non-verbose mode. - ServiceLocatorTestRule(T, ServiceLocatorTestRule.ServiceLocatorIsolation, boolean) - Constructor for class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Creates a new
ServiceLocatorTestRule
on behalf of the supplied JUnit test in the givenServiceLocatorTestRule.ServiceLocatorIsolation
. - ServiceLocatorTestRule.ServiceLocatorIsolation - Enum in org.jvnet.hk2.testing.junit
-
An
enum
describing possibleServiceLocator
isolation levels for JUnit tests. - ServiceLocatorTestRule.Visitor - Class in org.jvnet.hk2.testing.junit
-
A very, very special-purpose
ClassVisitorImpl
suitable only for use by theServiceLocatorTestRule
class to determine efficiently whether a givenClass
is annotated withService
or not. - ServiceLocatorUtilities - Class in org.glassfish.hk2.utilities
-
This is a set of useful utilities for working with
ServiceLocator
. - ServiceLocatorUtilities() - Constructor for class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- ServiceLocatorUtilities.AliasFilter - Class in org.glassfish.hk2.utilities
- ServiceLocatorUtilities.ImmediateImpl - Class in org.glassfish.hk2.utilities
- ServiceLocatorUtilities.InheritableThreadImpl - Class in org.glassfish.hk2.utilities
- ServiceLocatorUtilities.PerLookupImpl - Class in org.glassfish.hk2.utilities
- ServiceLocatorUtilities.PerThreadImpl - Class in org.glassfish.hk2.utilities
- ServiceLocatorUtilities.SingletonImpl - Class in org.glassfish.hk2.utilities
- ServiceProcessor - Class in org.glassfish.hk2.metadata.generator
-
The entry point for service @Service annotations
- ServiceProcessor() - Constructor for class org.glassfish.hk2.metadata.generator.ServiceProcessor
- ServiceProcessor.DescriptorComparitor - Class in org.glassfish.hk2.metadata.generator
-
This is a comparator making things that don't really compare, compare.
- serviceSet - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- serviceToProvidersMap - Variable in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl.ProvidersPerBundle
- ServiceUtilities - Class in org.glassfish.hk2.metadata.generator
- ServiceUtilities() - Constructor for class org.glassfish.hk2.metadata.generator.ServiceUtilities
- ServiceWithDefaultName - Class in org.jvnet.hk2.metadata.tests
-
The class file for this must be copied into resources if this should change
- ServiceWithDefaultName() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithDefaultName
- ServiceWithDefaultProxy - Class in org.jvnet.hk2.metadata.tests
- ServiceWithDefaultProxy() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithDefaultProxy
- ServiceWithDefaultProxyForSameScope - Class in org.jvnet.hk2.metadata.tests
- ServiceWithDefaultProxyForSameScope() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithDefaultProxyForSameScope
- ServiceWithFalseProxy - Class in org.jvnet.hk2.metadata.tests
- ServiceWithFalseProxy() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithFalseProxy
- ServiceWithFalseProxyForSameScope - Class in org.jvnet.hk2.metadata.tests
- ServiceWithFalseProxyForSameScope() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithFalseProxyForSameScope
- ServiceWithMetadata - Class in org.jvnet.hk2.metadata.tests
- ServiceWithMetadata() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithMetadata
- ServiceWithName - Class in org.jvnet.hk2.metadata.tests
- ServiceWithName() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithName
- ServiceWithRank - Class in org.jvnet.hk2.metadata.tests
- ServiceWithRank() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithRank
- ServiceWithTrueProxy - Class in org.jvnet.hk2.metadata.tests
- ServiceWithTrueProxy() - Constructor for class org.jvnet.hk2.metadata.tests.ServiceWithTrueProxy
- set(K, Collection<? extends V>) - Method in class org.jvnet.hk2.component.MultiMap
-
Replaces all the existing values associated with the key by the given value.
- set(K, V) - Method in class org.jvnet.hk2.component.MultiMap
-
Replaces all the existing values associated with the key by the given single value.
- set(T) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- set(T) - Method in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
-
Sets the current thread's copy of this thread-local variable to the specified value.
- SET - Static variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- setAccessible(AccessibleObject) - Static method in class org.glassfish.hk2.api.AnnotationLiteral
- setAccessible(AccessibleObject) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Sets this accessible object to be accessible using the permissions of the hk2-locator bundle (which will need the required grant)
- setAction(ErrorInformation.ErrorAction) - Method in interface org.glassfish.hk2.runlevel.ErrorInformation
-
Sets the action the system should take
- setAction(ErrorInformation.ErrorAction) - Method in class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- setApplicationClass(boolean) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- setCache(Object) - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- setCache(T) - Method in interface org.glassfish.hk2.api.SingleCache
-
Sets the value into the cache
- setCache(T) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- setCache(T) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- setCancelTimeout(long) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- setCancelTimeoutMilliseconds(long) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- setCancelTimeoutMilliseconds(long) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Sets the amount of time in milliseconds the run level service will wait after a cancel call before orphaning services that have not yet completed execution
- setClassAnalysisName(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the name of the service that will be used to analyze this class
- setCommitMessage(Object) - Method in interface org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
Sets the commit message for this writeable bean database
- setCommitMessage(Object) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- setContext(Object) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
- setContextClassLoader(Thread, ClassLoader) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Sets the context classloader under the privileged of this class
- setCurrentDatabase(WriteableBeanDatabaseImpl, Object, List<Change>) - Method in class org.glassfish.hk2.configuration.hub.internal.HubImpl
- setCurrentLevel(int) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- setDefaultClassAnalyzerName(String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Sets the name of the default class analyzer that should be used for all
Descriptor
s that return null as their class analyzer. - setDefaultClassAnalyzerName(String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- setDefaultNamespace(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- setDefaultUnqualified(Unqualified) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This sets the default
Unqualified
annotation that will be put on all injection points that do not have any qualifiers. - setDefaultUnqualified(Unqualified) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- setDescriptorType(DescriptorType) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the descriptor type
- setDescriptorVisibility(DescriptorVisibility) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the descriptor visilibity
- setExecutor(Executor) - Method in interface org.glassfish.hk2.api.ImmediateController
-
Sets the executor to be used by the Immediate subsystem.
- setExecutor(Executor) - Method in class org.glassfish.hk2.internal.ImmediateHelper
- setExecutor(Executor) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- setExecutor(Executor) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- setExecutor(Executor) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Sets the executor to use for the next job.
- setFactoryId(Long, Long) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Sets the locator and serviceId for the factory.
- setFactoryIds(Long, Long) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- setField(Field, Object, Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Sets the given field to the given value
- setFoo(int) - Method in interface org.jvnet.hk2.metadata.tests.stub.RandomBean
- setGenerateMethodAnnotationData(GenerateMethodAnnotationData) - Method in class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- setGoingTo(int, boolean) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- setGoingTo(int, boolean) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- setHardenedKey(K) - Method in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- setHK2Parent(SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
- setImmediateState(ImmediateController.ImmediateServiceState) - Method in interface org.glassfish.hk2.api.ImmediateController
-
Sets the state the system is currently running under
- setImmediateState(ImmediateController.ImmediateServiceState) - Method in class org.glassfish.hk2.internal.ImmediateHelper
- setImplementation(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the implementation
- setImplementationType(Type) - Method in class org.glassfish.hk2.extras.hk2bridge.internal.CrossOverDescriptor
- setImplementationType(Type) - Method in class org.glassfish.hk2.extras.operation.internal.OperationDescriptor
- setImplementationType(Type) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.BuiltActiveDescriptor
- setImplementationType(Type) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- setImplementationType(Type) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
- setImplementationType(Type) - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- setInCallback(boolean) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- setIncludeDate(boolean) - Method in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- setIndentStep(int) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
-
Deprecated.Should use the version that takes string.
- setIndentStep(String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- setInjecteeDescriptor(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets the descriptor to be associated with this injectee
- setLoader(Descriptor) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
- setLoader(HK2Loader) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the loader to use with this descriptor
- setLocator(String) - Method in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- setLocatorId(Long) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the locator id for this descriptor
- setLogger(Logger) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
- setMaximumThreads(int) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- setMaximumUseableThreads(int) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- setMaximumUseableThreads(int) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
This sets the maximum number of threads that the system can create for creation and/or destruction of threads.
- setMetadata(Object) - Method in interface org.glassfish.hk2.configuration.hub.api.Instance
-
Sets an object containing information about this instance.
- setMetadata(Object) - Method in interface org.glassfish.hk2.configuration.hub.api.Type
-
Sets an object containing information about this type.
- setMetadata(Object) - Method in class org.glassfish.hk2.configuration.hub.internal.InstanceImpl
- setMetadata(Object) - Method in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- setMetadata(Object) - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- setMetadata(Map<String, List<String>>) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the metadata of this DescriptorImpl to exactly the set of metadata in the incoming map.
- setMetadataKey(String) - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractMethodVisitor
- setModeOverride(Integer) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- setName(String) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Sets the name of this descriptor.
- setName(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the name this descriptor should have
- setName(String) - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- setNameMethodName(String) - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- setNameMethodName(String) - Method in class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- setNamespaceContext(NamespaceContext) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- setNeutralContextClassLoader(boolean) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This sets the value of neutralContextClassLoader.
- setNeutralContextClassLoader(boolean) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- setNext(DoubleNode<K, V>) - Method in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- setNoSwap(boolean) - Method in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- setOperationData(Object) - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- setOperationData(Object) - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Sets arbitrary Operation data to be associated with this Operation
- setOperationManager(SingleOperationManager<T>) - Method in class org.glassfish.hk2.extras.operation.OperationContext
- setOptional(boolean) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets whether or not this Injectee should be considered optional
- setOutputDirectory(File) - Method in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- setParent(AnnotatedElement) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
This setter sets both the parent and the injecteeClass fields.
- setParent(TypeProxy<?>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- setParentClassLoader(ClassLoader) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Sets the classloader parenting the class loaders created by the modules associated with this registry.
- setParentClassLoader(ClassLoader) - Method in interface com.sun.enterprise.module.ModulesRegistry
- setPolicy(RunLevelController.ThreadingPolicy) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- setPosition(int) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets the position of this Injectee.
- setPrefix(String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- setPrevious(DoubleNode<K, V>) - Method in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- setProxiable(Boolean) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets whether or not this descriptor should be proxied
- setProxyForSameScope(Boolean) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets whether or not to proxy this descriptor for other services in the same scope
- setPublicPkgs(String[]) - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- setRanking(int) - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the ranking of this descriptor.
- setRanking(int) - Method in class org.glassfish.hk2.configuration.internal.DelegatingNamedActiveDescriptor
- setRanking(int) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- setRanking(int) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- setRankWithLock(int) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- setReified(boolean) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
This method is called to change the state of the reification of this descriptor
- setRemote(ServiceLocator) - Method in class org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl
- setReportToErrorService(boolean) - Method in exception class org.glassfish.hk2.api.MultiException
-
Sets if this exception should be reported to the error service when thrown during a creation or deletion of a service
- setRequiredQualifiers(Set<Annotation>) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets the required qualifiers for this Injectee
- setRequiredType(Type) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets the required type of this Injectee
- setScope(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the scope this descriptor should have
- setScopeAnnotation(Class<? extends Annotation>) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Sets the scope annotation for this descriptor
- setScopeAsAnnotation(Annotation) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Sets the scope as an
Annotation
implementation. - setSelf(boolean) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets whether or not this is a self-referencing injectee
- setServiceData(Object) - Method in interface org.glassfish.hk2.api.ServiceHandle
-
Service data can be set on a service handle.
- setServiceData(Object) - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- setServiceId(Long) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the service id for this descriptor
- setShared(boolean) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Sets the sharable flag.
- setSingletonGeneration(int) - Method in class org.jvnet.hk2.internal.SystemDescriptor
- setStartupContext(StartupContext) - Method in interface com.sun.enterprise.module.bootstrap.ModuleStartup
- setSticky(boolean) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Sets the sticky flag.
- setSticky(boolean) - Method in interface com.sun.enterprise.module.Module
-
Sets the sticky flag.
- setSticky(boolean) - Method in class com.sun.enterprise.module.single.ProxyModule
- setTargetDirectory(File) - Method in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- setThreadInactivityTimeout(long) - Method in interface org.glassfish.hk2.api.ImmediateController
-
Sets the time in milliseconds a thread will wait for new Immediate services before dying
- setThreadInactivityTimeout(long) - Method in class org.glassfish.hk2.internal.ImmediateHelper
- setThreadingPolicy(RunLevelController.ThreadingPolicy) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- setThreadingPolicy(RunLevelController.ThreadingPolicy) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Sets the threading policy that will be used by this controller.
- setUnnarrowedResults(List<ActiveDescriptor<?>>) - Method in class org.jvnet.hk2.internal.NarrowResults
- setUnqualified(Unqualified) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets the unqualified annotation to be associated with this injectee
- setUserData(String, Object) - Method in interface org.glassfish.hk2.api.HK2Invocation
-
Sets the user data to be associated with the invocation frame.
- setUserData(String, Object) - Method in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- setUserData(String, Object) - Method in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- setValidationOverride(Integer) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
- setValidationOverride(Integer) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Sets the override value for the
RunLevel.mode()
field in RunLevel services. - setVerbose(boolean) - Method in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- setVerbosity(boolean) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
- shared - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- shared - Variable in class com.sun.enterprise.module.ModuleDependency
- shortDesc() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Construct and return a short description name that can be used to display the instance value
- shortDesc() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- shutdown() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- shutdown() - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- shutdown() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Shutdown the repository.
- shutdown() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Shuts down this module's registry, apply housekeeping tasks
- shutdown() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Shuts down this module's registry, apply housekeeping tasks
- shutdown() - Method in interface com.sun.enterprise.module.Repository
-
Shutdown the repository.
- shutdown() - Method in interface org.glassfish.hk2.api.Context
-
Shut down this context.
- shutdown() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method will shutdown every service associated with this ServiceLocator.
- shutdown() - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- shutdown() - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- shutdown() - Method in class org.glassfish.hk2.extras.operation.OperationContext
- shutdown() - Method in class org.glassfish.hk2.internal.InheritableThreadContext
- shutdown() - Method in class org.glassfish.hk2.internal.PerThreadContext
- shutdown() - Method in class org.glassfish.hk2.runlevel.RunLevelContext
- shutdown() - Method in class org.glassfish.hk2.utilities.ImmediateContext
-
For when the server shuts down
- shutdown() - Method in class org.jvnet.hk2.internal.PerLocatorUtilities
- shutdown() - Method in class org.jvnet.hk2.internal.PerLookupContext
- shutdown() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- shutdown() - Method in class org.jvnet.hk2.internal.SingletonContext
- SHUTDOWN - Enum constant in enum org.glassfish.hk2.api.ServiceLocatorState
-
In this state the ServiceLocator has been shutdown, and only a few selected operations will not throw an IllegalStateException
- shutdownAllOperations(Annotation) - Method in class org.glassfish.hk2.extras.operation.internal.OperationManagerImpl
- shutdownAllOperations(Annotation) - Method in interface org.glassfish.hk2.extras.operation.OperationManager
-
This method will suspend all currently open operations on all threads and then close them.
- shutdownAndDestroyServiceLocator(Description) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
Blindly calls the
ServiceLocator.shutdown()
andServiceLocatorFactory.destroy(ServiceLocator)
methods on thisServiceLocatorTestRule
's associatedServiceLocator
if it is discovered to be non-null
. - shutdownByFiat() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
-
operationLock must be held
- shuttingDown - Variable in class org.glassfish.hk2.extras.operation.OperationContext
- signature - Variable in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
- SignatureVisitorImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Signature visitor to visit parameterized declarations
- SignatureVisitorImpl(TypeBuilder) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- SimpleContract - Interface in org.jvnet.hk2.metadata.tests
-
This is marked with the
Contract
annotation but will not be added, since the service is usinginvalid reference
ContractsProvided
- SimpleInterface - Interface in org.jvnet.hk2.metadata.tests
-
This interface is not originally listed as a contract but it will be added to the set of contracts via ContractsProvided
- SingleCache<T> - Interface in org.glassfish.hk2.api
-
This cache can be used in some circumstances when there can be only one of a service.
- singleClassLoader - Variable in class com.sun.enterprise.module.single.SingleModulesRegistry
- SingleModulesRegistry - Class in com.sun.enterprise.module.single
-
Normal modules registry with configuration handling backed up by a single class loader.
- SingleModulesRegistry(ClassLoader) - Constructor for class com.sun.enterprise.module.single.SingleModulesRegistry
- SingleModulesRegistry(ClassLoader, List<ManifestProxy.SeparatorMappings>) - Constructor for class com.sun.enterprise.module.single.SingleModulesRegistry
- SingleOperationManager<T> - Class in org.glassfish.hk2.extras.operation.internal
- SingleOperationManager(T, ServiceLocator) - Constructor for class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- SINGLETON - Static variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
- SINGLETON_DIRECTIVE - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- SINGLETON_DIRECTIVE_CHAR - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- singletonContext - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- SingletonContext - Class in org.jvnet.hk2.internal
- SingletonContext(ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.SingletonContext
- SingletonContext.GenerationComparator - Class in org.jvnet.hk2.internal
- singletonGeneration - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- SingletonImpl() - Constructor for class org.glassfish.hk2.utilities.ServiceLocatorUtilities.SingletonImpl
- SingleTroubleService() - Constructor for class org.jvnet.hk2.metadata.tests.TripleTroubleService.DoubleTroubleService.SingleTroubleService
- sink - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelBuilder
- sink - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- size - Variable in class org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
- size() - Method in class org.glassfish.hk2.utilities.cache.Cache
-
Returns the size of the cache
- size() - Method in class org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Return the size of the cache
- size() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- size() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- size() - Method in interface org.glassfish.hk2.utilities.general.WeakHashClock
-
Returns the number of elements currently in the clock.
- size() - Method in interface org.glassfish.hk2.utilities.general.WeakHashLRU
-
Returns the number of elements currently in the clock.
- size() - Method in interface org.glassfish.hk2.utilities.reflection.ClassReflectionHelper
-
Returns an approximation of the current size of the cache
- size() - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- size() - Method in class org.jvnet.hk2.component.MultiMap
-
Returns the size of the map.
- size() - Method in class org.jvnet.hk2.internal.IndexedListData
- SKIP_ME - Static variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- sLock - Static variable in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
- sLock - Static variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- SoftAnnotatedElementAnnotationInfo - Class in org.jvnet.hk2.internal
-
Keeps information (softly) about annotations
- SoftAnnotatedElementAnnotationInfo(Annotation[], boolean, Annotation[][], boolean) - Constructor for class org.jvnet.hk2.internal.SoftAnnotatedElementAnnotationInfo
- soften() - Method in class org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo
- SomeInterface<T> - Interface in org.jvnet.hk2.metadata.tests.complextypefactory
- sort(List<ServiceHandle<?>>) - Method in interface org.glassfish.hk2.runlevel.Sorter
-
Sort the given list of run level service handles.
- sorted - Variable in class org.jvnet.hk2.internal.IndexedListData
- Sorter - Interface in org.glassfish.hk2.runlevel
-
Contract for sorting descriptors for run level services.
- sorters - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- sorters - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- source - Variable in class com.sun.enterprise.module.common_impl.FlattenIterator
- sources - Variable in class com.sun.enterprise.module.common_impl.FlattenEnumeration
- SpecificFilterImpl - Class in org.glassfish.hk2.internal
-
This is a filter that matches an exact descriptor
- SpecificFilterImpl(String, String, long, long) - Constructor for class org.glassfish.hk2.internal.SpecificFilterImpl
-
For matching an exact descriptor
- specificType - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl
- stack - Variable in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- STANDARD_PATTERN - Static variable in class org.glassfish.hk2.maven.Version
- StarFilter - Class in org.glassfish.hk2.internal
-
A filter that gets everything! w00t w00t!
- StarFilter() - Constructor for class org.glassfish.hk2.internal.StarFilter
- start() - Method in interface com.sun.enterprise.module.bootstrap.ModuleStartup
- start() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Forces module startup.
- start() - Method in interface com.sun.enterprise.module.Module
-
Forces module startup.
- start() - Method in class com.sun.enterprise.module.single.ProxyModule
- start(Module) - Method in interface com.sun.enterprise.module.LifecyclePolicy
-
Callback when the module enters the
READY
state. - start(String[]) - Method in class com.sun.enterprise.module.bootstrap.Main
-
Start the server from the command line
- start(Properties) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
Starts the main entry point using this platform implementation.
- start(BundleContext) - Method in class org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
- start(BundleContext) - Method in class org.glassfish.hk2.osgiresourcelocator.Activator
- START_START - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- STARTUP_MODULE_NAME - Static variable in class com.sun.enterprise.module.bootstrap.StartupContext
- STARTUP_MODULESTARTUP_NAME - Static variable in class com.sun.enterprise.module.bootstrap.StartupContext
- startupContext - Variable in class com.sun.enterprise.module.single.StaticModulesRegistry
- StartupContext - Class in com.sun.enterprise.module.bootstrap
-
This class contains important information about the startup process.
- StartupContext() - Constructor for class com.sun.enterprise.module.bootstrap.StartupContext
- StartupContext(Properties) - Constructor for class com.sun.enterprise.module.bootstrap.StartupContext
- state - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- state - Variable in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- state - Variable in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- state - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- stateStack - Variable in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- STATIC - Enum constant in enum org.glassfish.hk2.configuration.api.Dynamicity
-
This value will not change over the life of the service instance
- staticFields - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- StaticModulesRegistry - Class in com.sun.enterprise.module.single
-
Implementation of the modules registry that use a single class loader to load all available classes.
- StaticModulesRegistry(ClassLoader) - Constructor for class com.sun.enterprise.module.single.StaticModulesRegistry
- StaticModulesRegistry(ClassLoader, StartupContext) - Constructor for class com.sun.enterprise.module.single.StaticModulesRegistry
- StaticModulesRegistry(ClassLoader, List<ManifestProxy.SeparatorMappings>, StartupContext) - Constructor for class com.sun.enterprise.module.single.StaticModulesRegistry
- STDOUT_DEBUG - Static variable in class org.glassfish.hk2.utilities.reflection.Logger
- sticky - Variable in class com.sun.enterprise.module.impl.ModuleImpl
- stop() - Method in interface com.sun.enterprise.module.bootstrap.ModuleStartup
- stop() - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
called by the facade class loader when it is garbage collected.
- stop() - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
-
called by the facade class loader when it is garbage collected.
- stop() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Forces module stop.
- stop() - Method in interface com.sun.enterprise.module.Module
-
Forces module stop.
- stop() - Method in class com.sun.enterprise.module.single.ProxyModule
- stop(Module) - Method in interface com.sun.enterprise.module.LifecyclePolicy
-
Callback before the module starts being unloaded.
- stop(BundleContext) - Method in class org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
- stop(BundleContext) - Method in class org.glassfish.hk2.osgiresourcelocator.Activator
- storage - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
Storage indexed by TYPE : interface | class | annotation and then by name.
- store - Variable in class org.jvnet.hk2.component.MultiMap
- StreetAddress - Interface in org.jvnet.hk2.metadata.tests
-
This should be the type of entity that is used in the service generated due to the
invalid reference
GenerateServiceFromMethod
- strict(ServiceLocator, DescriptorImpl) - Method in class org.glassfish.hk2.utilities.DuplicatePostProcessor
- STRICT - Enum constant in enum org.glassfish.hk2.utilities.DuplicatePostProcessorMode
-
Uses the equals method of
DescriptorImpl
which includes most of the fields of the descriptor - strictDupSet - Variable in class org.glassfish.hk2.utilities.DuplicatePostProcessor
- Stub - Annotation Type in org.glassfish.hk2.utilities
-
When this annotation is placed on an abstract class the methods of the class that are abstract will be generated into a subclass by the hk2-metadata-generator along with an empty
Service
annotation - STUB_EXTENSION - Static variable in class org.glassfish.hk2.stub.generator.StubProcessor
- Stub.Type - Enum in org.glassfish.hk2.utilities
- StubProcessor - Class in org.glassfish.hk2.stub.generator
- StubProcessor() - Constructor for class org.glassfish.hk2.stub.generator.StubProcessor
- StubProcessor.ExecutableElementDuplicateFinder - Class in org.glassfish.hk2.stub.generator
- StubProcessor.TypeMirrorOutputs - Class in org.glassfish.hk2.stub.generator
- subDirectories - Variable in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- subHandles - Variable in class org.jvnet.hk2.internal.ServiceHandleImpl
- SUBSCRIBER_FILTER - Static variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- subscriberInfo - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.FireResults
- SubscriberInfo(Method, Type, Set<Annotation>, Unqualified, InjecteeImpl[]) - Constructor for class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.SubscriberInfo
- subscriberMethod - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.FireResults
- subscribersFailed(Topic<?>, Object, MultiException) - Method in interface org.glassfish.hk2.extras.events.DefaultTopicDistributionErrorService
-
This method will be called once per
Topic.publish(Object)
call after the message has been distributed to all subscribers. - SubscribeTo - Annotation Type in org.glassfish.hk2.api.messaging
-
This annotation is put onto one parameter of a method to indicate that this method should be called whenever a Topic sends a message.
- subTypeRefs - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- subTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Returns the child subtypes of this type.
- subTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
- superclass - Variable in class org.jvnet.hk2.generator.internal.Utilities.KnownClassData
- superClassToDelegator - Variable in class org.jvnet.hk2.internal.ProxyUtilities
- supportedProjectTypes - Variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- supportsNullCreation() - Method in interface org.glassfish.hk2.api.Context
-
Returns true if the findOrCreate method can return null
- supportsNullCreation() - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- supportsNullCreation() - Method in class org.glassfish.hk2.extras.operation.OperationContext
- supportsNullCreation() - Method in class org.glassfish.hk2.internal.InheritableThreadContext
- supportsNullCreation() - Method in class org.glassfish.hk2.internal.PerThreadContext
- supportsNullCreation() - Method in class org.glassfish.hk2.runlevel.RunLevelContext
- supportsNullCreation() - Method in class org.glassfish.hk2.utilities.ImmediateContext
- supportsNullCreation() - Method in class org.jvnet.hk2.internal.PerLookupContext
- supportsNullCreation() - Method in class org.jvnet.hk2.internal.SingletonContext
- surrogates - Variable in class com.sun.enterprise.module.impl.ClassLoaderProxy
- suspend() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- suspend() - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Suspends this operation on the current thread.
- suspend(long) - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- suspend(long) - Method in interface org.glassfish.hk2.extras.operation.OperationHandle
-
Suspends this operation on the given thread id.
- SUSPENDED - Enum constant in enum org.glassfish.hk2.api.ImmediateController.ImmediateServiceState
-
The system will not create new Immediate services when in SUSPENDED state.
- SUSPENDED - Enum constant in enum org.glassfish.hk2.extras.operation.OperationState
-
The Operation is open but not active on any thread
- SYSTEM_LOADER_NAME - Static variable in class org.glassfish.hk2.utilities.reflection.Constants
-
The name of the system class loader
- SYSTEM_RESOLVER_NAME - Static variable in interface org.glassfish.hk2.api.InjectionResolver
-
This is the name of the system provided resolver for 330 injections
- SystemDescriptor<T> - Class in org.jvnet.hk2.internal
- SystemDescriptor(Descriptor, boolean, ServiceLocatorImpl, Long) - Constructor for class org.jvnet.hk2.internal.SystemDescriptor
- systemId - Variable in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
- SystemInjecteeImpl - Class in org.jvnet.hk2.internal
-
This is an implementation of Injectee that is used by the system.
- SystemInjecteeImpl(Type, Set<Annotation>, int, AnnotatedElement, boolean, boolean, Unqualified, ActiveDescriptor<?>) - Constructor for class org.jvnet.hk2.internal.SystemInjecteeImpl
- systemResolver - Variable in class org.glassfish.hk2.configuration.internal.ChildInjectResolverImpl
- systemResolver - Variable in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
T
- t1 - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- t2 - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- tail - Variable in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue
- tail - Variable in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- target - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.FireResults
- TARGET_HABITATS - Static variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- targetDirectory - Variable in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- targetDirectory - Variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- targets - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.SubscriberInfo
- targetType - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateAnnotationVisitor
- targetType - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateData
- test - Variable in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
The test instance instantiating this
ServiceLocatorTestRule
. - testClassPath(URI) - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Optional error diagnostics performed during the development time to check if the URL pointed by the path actually exists.
- TestInhabitantsGeneratorMojo - Class in org.jvnet.hk2.generator.maven
-
Generates inhabitant
- TestInhabitantsGeneratorMojo() - Constructor for class org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
- testLocator - Variable in class org.jvnet.hk2.testing.junit.HK2Runner
-
Test classes can use this service locator as their private test locator
- text - Variable in class com.sun.enterprise.module.common_impl.Tokenizer
- theOne - Variable in class org.glassfish.hk2.internal.ConstantActiveDescriptor
- theOne - Variable in class org.jvnet.hk2.internal.ConstantActiveDescriptor
- THIS_PACKAGE - Static variable in annotation type org.jvnet.hk2.testing.junit.annotations.Packages
-
This special value indicates the same package as the package in which the test itself resides
- THREAD_FACTORY - Static variable in class org.glassfish.hk2.internal.ImmediateHelper
- THREAD_FACTORY - Static variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- threadAvailable - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- threadId - Variable in class org.glassfish.hk2.utilities.cache.Cache.OriginThreadAwareFuture
- threadId - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
- ThreadingPolicy() - Constructor for enum org.glassfish.hk2.runlevel.RunLevelController.ThreadingPolicy
- threadLocalAnnotationCache - Variable in class org.jvnet.hk2.internal.PerLocatorUtilities
-
Must not be static, otherwise it can leak when using thread pools
- threadLocalAutoAnalyzerNameCache - Variable in class org.jvnet.hk2.internal.PerLocatorUtilities
-
Must not be static, otherwise it can leak when using thread pools
- threadMap - Variable in class org.glassfish.hk2.internal.InheritableThreadContext
- threadMap - Variable in class org.glassfish.hk2.internal.PerThreadContext
- ThreadSpecificObject<T> - Class in org.glassfish.hk2.utilities.general
-
This ties the given object with the thread upon which this object is created This class can be used as the key in a hashSet if the incoming object can be used as the key in a hashSet
- ThreadSpecificObject(T) - Constructor for class org.glassfish.hk2.utilities.general.ThreadSpecificObject
- threadToHandleMap - Variable in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- ThreeThirtyResolver - Class in org.jvnet.hk2.internal
- ThreeThirtyResolver(ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.ThreeThirtyResolver
- throwables - Variable in exception class org.glassfish.hk2.api.MultiException
- throwables - Variable in class org.jvnet.hk2.internal.Collector
- throwIfErrors() - Method in class org.jvnet.hk2.internal.Collector
-
This method will throw if the list of throwables associated with this collector is not empty
- tid - Variable in class org.glassfish.hk2.utilities.general.ThreadSpecificObject
- tidsWithWork - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- TIME_ZERO_NAME - Static variable in class com.sun.enterprise.module.bootstrap.StartupContext
- timelessResults - Variable in class org.jvnet.hk2.internal.ImmediateResults
- timer - Variable in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
- timer - Static variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- timer - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- timeZero - Variable in class com.sun.enterprise.module.bootstrap.StartupContext
- to(Class<?>) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- to(Class<?>) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
A contract to be associated with this descriptor object.
- to(Class<? super T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- to(Class<? super T>) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Bind a new contract to a service.
- to(Class<? super T>) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Bind a new contract to a service.
- to(Class<? super T>) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Bind a new contract to a service.
- to(Class<? super T>) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Bind a new contract to a service.
- to(Type) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- to(Type) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
A contract to be associated with this descriptor object.
- to(Type) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- to(Type) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Bind a new contract to a service.
- to(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- to(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
A contract to be associated with this descriptor object.
- to(TypeLiteral<?>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- to(TypeLiteral<?>) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Bind a new contract to a service.
- to(TypeLiteral<?>) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Bind a new contract to a service.
- to(TypeLiteral<?>) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Bind a new contract to a service.
- to(TypeLiteral<?>) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Bind a new contract to a service.
- toAdd(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- toCommaSeparatedString() - Method in class org.jvnet.hk2.component.MultiMap
- TOKEN_SEPARATOR - Static variable in class org.glassfish.hk2.utilities.BuilderHelper
-
The token separator
- Tokenizer - Class in com.sun.enterprise.module.common_impl
-
JDK5-friendly string tokenizer.
- Tokenizer(String, String) - Constructor for class com.sun.enterprise.module.common_impl.Tokenizer
- Topic<T> - Interface in org.glassfish.hk2.api.messaging
-
This service is used for publishing events to subscribers.
- TopicDistributionModule - Class in org.glassfish.hk2.extras.events.internal
-
This module can be used to enable the default HK2 implementation of Topic distribution.
- TopicDistributionModule() - Constructor for class org.glassfish.hk2.extras.events.internal.TopicDistributionModule
- TopicDistributionService - Interface in org.glassfish.hk2.api.messaging
-
This service is responsible for distributing messages to Topic subscribers
- TopicImpl<T> - Class in org.jvnet.hk2.internal
- TopicImpl(ServiceLocatorImpl, Type, Set<Annotation>) - Constructor for class org.jvnet.hk2.internal.TopicImpl
- topicType - Variable in class org.jvnet.hk2.internal.TopicImpl
- toRemove(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- toString() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
- toString() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Assists debugging.
- toString() - Method in class com.sun.enterprise.module.common_impl.ModuleId
- toString() - Method in class com.sun.enterprise.module.impl.ClassLoaderFacade
- toString() - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
- toString() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
- toString() - Method in class com.sun.enterprise.module.impl.ModuleClassLoader
- toString() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Return a String representation
- toString() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns a string representation
- toString() - Method in exception class org.glassfish.hk2.api.DuplicateServiceException
- toString() - Method in exception class org.glassfish.hk2.api.MultiException
- toString() - Method in class org.glassfish.hk2.api.TypeLiteral
- toString() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
- toString() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- toString() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- toString() - Method in class org.glassfish.hk2.classmodel.reflect.Parser.Result
- toString() - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
- toString() - Method in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- toString() - Method in class org.glassfish.hk2.configuration.hub.internal.ChangeImpl
- toString() - Method in class org.glassfish.hk2.configuration.hub.internal.InstanceImpl
- toString() - Method in class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- toString() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- toString() - Method in class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- toString() - Method in class org.glassfish.hk2.configuration.internal.BeanInfo
- toString() - Method in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- toString() - Method in class org.glassfish.hk2.configuration.internal.ConfiguredByInjectionResolver
- toString() - Method in class org.glassfish.hk2.configuration.internal.NoNameTypeFilter
- toString() - Method in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- toString() - Method in class org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl
- toString() - Method in class org.glassfish.hk2.extras.operation.internal.SingleOperationManager
- toString() - Method in class org.glassfish.hk2.extras.operation.OperationContext
- toString() - Method in class org.glassfish.hk2.internal.IndexedFilterImpl
- toString() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- toString() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFutureWrapper
- toString() - Method in class org.glassfish.hk2.runlevel.internal.ErrorInformationImpl
- toString() - Method in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- toString() - Method in class org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
- toString() - Method in class org.glassfish.hk2.utilities.ContextualInput
- toString() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- toString() - Method in class org.glassfish.hk2.utilities.DuplicatePostProcessor.ImplOnlyKey
- toString() - Method in class org.glassfish.hk2.utilities.DuplicatePostProcessor
- toString() - Method in class org.glassfish.hk2.utilities.FactoryDescriptorsImpl
- toString() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- toString() - Method in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- toString() - Method in class org.glassfish.hk2.utilities.HK2LoaderImpl
- toString() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
- toString() - Method in class org.glassfish.hk2.utilities.MethodParameterImpl
- toString() - Method in class org.glassfish.hk2.utilities.NamedImpl
- toString() - Method in class org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
- toString() - Method in class org.glassfish.hk2.utilities.reflection.internal.ClassReflectionHelperImpl
- toString() - Method in class org.glassfish.hk2.utilities.reflection.internal.MethodWrapperImpl
- toString() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
- toString() - Method in class org.glassfish.hk2.utilities.UnqualifiedImpl
- toString() - Method in class org.jvnet.hk2.component.MultiMap
- toString() - Method in class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
- toString() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateData
- toString() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
- toString() - Method in class org.jvnet.hk2.internal.CacheKey
- toString() - Method in class org.jvnet.hk2.internal.ClazzCreator.ResolutionInfo
- toString() - Method in class org.jvnet.hk2.internal.ClazzCreator
- toString() - Method in class org.jvnet.hk2.internal.DelegatingClassLoader
- toString() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
- toString() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
- toString() - Method in class org.jvnet.hk2.internal.ErrorResults
- toString() - Method in class org.jvnet.hk2.internal.FactoryCreator
- toString() - Method in class org.jvnet.hk2.internal.ImmediateResults
- toString() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- toString() - Method in class org.jvnet.hk2.internal.InstantiationServiceImpl
- toString() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
- toString() - Method in class org.jvnet.hk2.internal.NarrowResults
- toString() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
- toString() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.IgdCacheKey
- toString() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- toString() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl.UnqualifiedIndexedFilter
- toString() - Method in class org.jvnet.hk2.internal.SystemDescriptor
- toString() - Method in class org.jvnet.hk2.internal.SystemInjecteeImpl
- toString() - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
- toString() - Method in class org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- toString() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
- Town - Interface in org.jvnet.hk2.metadata.tests
- traceResolution(ModulesRegistry, long, String, TracingUtilities.Loader) - Static method in class com.sun.enterprise.module.common_impl.TracingUtilities
- traceStarted(ModulesRegistry, long, String, TracingUtilities.Loader) - Static method in class com.sun.enterprise.module.common_impl.TracingUtilities
- traceState(ModulesRegistry, String, long, String, TracingUtilities.Loader) - Static method in class com.sun.enterprise.module.common_impl.TracingUtilities
- TracingUtilities - Class in com.sun.enterprise.module.common_impl
-
hk2 and modules usage tracing utilities.
- TracingUtilities() - Constructor for class com.sun.enterprise.module.common_impl.TracingUtilities
- TracingUtilities.Loader - Interface in com.sun.enterprise.module.common_impl
- trackBundles() - Method in class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
- transactionData - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- translatePrimitiveType(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Converts the type to its java form, or returns the original
- translatePrimitiveType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Converts the type to its java form, or returns the original
- traverseAndFind(Module, ModuleImpl, Vector<Module>) - Static method in class com.sun.enterprise.module.impl.Utils
- tries - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- TripleTroubleService - Class in org.jvnet.hk2.metadata.tests
-
Nested, nested and not-nested
- TripleTroubleService() - Constructor for class org.jvnet.hk2.metadata.tests.TripleTroubleService
- TripleTroubleService.DoubleTroubleService - Class in org.jvnet.hk2.metadata.tests
- TripleTroubleService.DoubleTroubleService.SingleTroubleService - Class in org.jvnet.hk2.metadata.tests
- two(A) - Method in class org.jvnet.hk2.metadata.tests.complextypefactory.ConcreteComplexFactory
- two(V) - Method in interface org.jvnet.hk2.metadata.tests.complextypefactory.InterfaceWithTwoTypes
- TwoContractImpl - Class in org.jvnet.hk2.metadata.tests
- TwoContractImpl() - Constructor for class org.jvnet.hk2.metadata.tests.TwoContractImpl
- TwoPhaseResource - Interface in org.glassfish.hk2.api
-
Implementations of this interface can be added to a
DynamicConfiguration
in order to atomically participate in the changes being made to theServiceLocator
. - TwoPhaseResourceImpl() - Constructor for class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl.TwoPhaseResourceImpl
- TwoPhaseTransactionData - Interface in org.glassfish.hk2.api
- TwoPhaseTransactionDataImpl - Class in org.jvnet.hk2.internal
- TwoPhaseTransactionDataImpl() - Constructor for class org.jvnet.hk2.internal.TwoPhaseTransactionDataImpl
- type - Variable in class org.glassfish.hk2.api.TypeLiteral
-
Store the actual type (direct subclass of TypeLiteral).
- type - Variable in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- type - Variable in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
- type - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ClassVisitingContext
- type - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- type - Variable in class org.glassfish.hk2.utilities.DuplicatePostProcessor.ImplOnlyKey
- type(Type) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Returns a pretty string for the given type
- Type - Interface in org.glassfish.hk2.classmodel.reflect
-
A type defines java type which can be an interface or a class.
- Type - Interface in org.glassfish.hk2.configuration.hub.api
-
A type contains (possibly) multiple instances of a configuration bean
- Type() - Constructor for enum org.glassfish.hk2.classmodel.reflect.Member.Type
- Type() - Constructor for enum org.glassfish.hk2.utilities.Stub.Type
- TYPE - Static variable in annotation type org.glassfish.hk2.configuration.api.Configured
-
This value can be used to indicate that the injection point should be given the type name.
- TYPE_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- TYPE_NAME - Static variable in class org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
The name of the type under which this bean should be placed
- typeBuilder - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- typeBuilder - Variable in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- TypeBuilder - Interface in org.glassfish.hk2.classmodel.reflect.impl
-
Plug-able interface to build type
- TypeChecker - Class in org.glassfish.hk2.utilities.reflection
-
This class contains various utilities for ensuring java type safety
- TypeChecker() - Constructor for class org.glassfish.hk2.utilities.reflection.TypeChecker
- TypeData(String, String) - Constructor for class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl.TypeData
- typeDesc - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.FieldVisitingContext
- TypeImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of the Type abstraction.
- TypeImpl - Class in org.glassfish.hk2.configuration.hub.internal
- TypeImpl(String, TypeProxy<Type>) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- TypeImpl(Type, ClassReflectionHelper) - Constructor for class org.glassfish.hk2.configuration.hub.internal.TypeImpl
- typeInformation - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationListener
- TypeLiteral<T> - Class in org.glassfish.hk2.api
-
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
- TypeLiteral() - Constructor for class org.glassfish.hk2.api.TypeLiteral
- TypeMirrorOutputs(String, String) - Constructor for class org.glassfish.hk2.stub.generator.StubProcessor.TypeMirrorOutputs
- typeMirrorToString(TypeMirror, boolean, Map<String, String>) - Method in class org.glassfish.hk2.stub.generator.StubProcessor
- typeName - Variable in class org.glassfish.hk2.configuration.internal.BeanInfo
- typeName - Variable in class org.glassfish.hk2.configuration.internal.NoNameTypeFilter
- typeName - Variable in class org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl.TypeData
- TypeProxy<T> - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Proxy for types, used in place until the type can be properly instantiated.
- TypeProxy(TypeProxy.Notifier<T>, String) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
Creates a new type proxy, this ctor is package private as many other activities must be performed when a new proxy type is created.
- TypeProxy.Notifier<T> - Interface in org.glassfish.hk2.classmodel.reflect.impl
- types - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
- types - Variable in class org.glassfish.hk2.classmodel.reflect.ParsingContext
- types - Variable in class org.glassfish.hk2.configuration.hub.internal.BeanDatabaseImpl
- types - Variable in class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- Types - Interface in org.glassfish.hk2.classmodel.reflect
-
Represents the result of a parsing activity.
- TypesCtr - Class in org.glassfish.hk2.classmodel.reflect.impl
-
contains all the parsed types references.
- TypesCtr() - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
- TypesCtr.ProxyTask - Interface in org.glassfish.hk2.classmodel.reflect.impl
- typesFromSubClassToDeclaringClass(Class<?>, Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- TypesImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Results of a parsing activity, all java resources are inventoried in three main categories : classes, interfaces and annotations with cross references
- TypesImpl(TypesCtr, URI) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
U
- UNBIND - Enum constant in enum org.glassfish.hk2.api.Operation
-
The descriptor is being unbound
- unbinds - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.CheckConfigurationData
- unbridgeServiceLocator(ServiceLocator, ServiceLocator) - Static method in class org.glassfish.hk2.extras.ExtrasUtilities
-
This method will remove all non-local services from the from ServiceLocator into the into ServiceLocator.
- UNDERLYING_METHOD_NAME - Static variable in interface org.glassfish.hk2.api.AOPProxyCtl
-
The name of the method of this interface
- underlyingDescriptor - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler
- uninstall() - Method in class com.sun.enterprise.module.impl.ModuleImpl
- uninstall() - Method in interface com.sun.enterprise.module.Module
-
Removes the module from the registry backing store, the module will need be reinstalled to be loaded.
- uninstall() - Method in class com.sun.enterprise.module.single.ProxyModule
- unknownTypesStorage - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
Map of encountered types which we don't know if it is an interface, class or annotation
- unnarrowedResults - Variable in class org.jvnet.hk2.internal.NarrowResults
- Unproxiable - Annotation Type in org.glassfish.hk2.api
-
This annotation must go on a scope annotation in order to indicate that no services from this scope may be proxied.
- unqualified - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService.SubscriberInfo
- unqualified - Variable in class org.glassfish.hk2.utilities.InjecteeImpl
- unqualified - Variable in class org.jvnet.hk2.internal.CacheKey
- unqualified - Variable in class org.jvnet.hk2.internal.IterableProviderImpl
- unqualified - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl.UnqualifiedIndexedFilter
- unqualified - Variable in class org.jvnet.hk2.internal.SystemInjecteeImpl
- unqualified - Variable in class org.jvnet.hk2.internal.Utilities.AnnotationInformation
- Unqualified - Annotation Type in org.glassfish.hk2.api
-
An injection point can be annotated with @Unqualified if it should only be injected with services that have no qualifiers at all
- UnqualifiedImpl - Class in org.glassfish.hk2.utilities
-
This is an implementation of
Unqualified
. - UnqualifiedImpl(Class<? extends Annotation>...) - Constructor for class org.glassfish.hk2.utilities.UnqualifiedImpl
-
Makes a copy of the annotation classes values and initializes this
Unqualified
annotation with those values - UnqualifiedIndexedFilter(String, String, Unqualified) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorImpl.UnqualifiedIndexedFilter
- unregister(ModuleLifecycleListener) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Removes an
ModuleLifecycleListener
from this registry. - unregister(ModuleLifecycleListener) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Removes an
ModuleLifecycleListener
from this registry. - unregisterRunningService(Class<T>, T) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Removes a running service, this is useful when a service instance is no longer available as a provider of a service.
- unregisterRunningService(Class<T>, T) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Removes a running service, this is useful when a service instance is no longer available as a provider of a service.
- UnsatisfiedDependencyException - Exception Class in org.glassfish.hk2.api
-
This exception will be found in a
MultiException
when a class has a dependency that should be satisfied but cannot be. - UnsatisfiedDependencyException() - Constructor for exception class org.glassfish.hk2.api.UnsatisfiedDependencyException
-
Use this if the injectee is unknown
- UnsatisfiedDependencyException(Injectee) - Constructor for exception class org.glassfish.hk2.api.UnsatisfiedDependencyException
-
Constructs the exception with the given injectee
- unSort() - Method in class org.jvnet.hk2.internal.IndexedListData
-
Called by a SystemDescriptor when its ranking has changed
- unsortedList - Variable in class org.jvnet.hk2.internal.IndexedListData
- unsortIndexes(int, SystemDescriptor<?>, Set<IndexedListData>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- unwrap(Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- unwrap(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- upAllTheWay - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- UpAllTheWay(int, CurrentTaskFuture, List<ServiceHandle<RunLevelListener>>, List<ServiceHandle<Sorter>>, int, boolean, long) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- UpOneLevel(int, CurrentTaskFuture.UpAllTheWay, CurrentTaskFuture, List<ServiceHandle<RunLevelListener>>, List<ServiceHandle<Sorter>>, int, long) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- upToThisLevel - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpOneLevel
- uri - Variable in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
- uri - Variable in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
- url - Variable in class org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
- URLDescriptorFileFinder - Class in org.glassfish.hk2.bootstrap.impl
- URLDescriptorFileFinder(URL) - Constructor for class org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
- usage() - Static method in class org.jvnet.hk2.generator.HabitatGenerator
- USE_NO_THREADS - Enum constant in enum org.glassfish.hk2.runlevel.RunLevelController.ThreadingPolicy
-
The RunLevelController will use a minimal number of threads.
- USE_PROXY_CLASS_FORM - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- USE_SOFT_REFERENCE - Static variable in class org.jvnet.hk2.internal.Utilities
- USE_SOFT_REFERENCE_PROPERTY - Static variable in class org.jvnet.hk2.internal.Utilities
- useProxy - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- UseProxy - Annotation Type in org.glassfish.hk2.api
-
This annotation is used when automatically analyzing a class or a {link
Factory.provide()
method to indicate that the descriptor either should or should not use a proxy. - UseProxyAnnotationVisitor() - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.UseProxyAnnotationVisitor
- userData - Variable in class org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
- userData - Variable in class org.jvnet.hk2.internal.ConstructorInterceptorHandler.ConstructorInvocationImpl
- userData - Variable in class org.jvnet.hk2.internal.MethodInterceptorHandler.MethodInvocationImpl
- useTheOtherType() - Method in class org.jvnet.hk2.metadata.tests.complextypefactory.ConcreteComplexFactory
- useThreads - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- useThreads - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
- utilities - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- utilities - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- Utilities - Class in org.glassfish.hk2.configuration.hub.internal
- Utilities - Class in org.glassfish.hk2.runlevel.utilities
-
Run level service related utilities.
- Utilities - Class in org.jvnet.hk2.generator.internal
- Utilities - Class in org.jvnet.hk2.internal
-
This class contains a set of static utilities useful for implementing HK2
- Utilities() - Constructor for class org.glassfish.hk2.configuration.hub.internal.Utilities
- Utilities() - Constructor for class org.glassfish.hk2.runlevel.utilities.Utilities
- Utilities() - Constructor for class org.jvnet.hk2.internal.Utilities
- Utilities(boolean, String) - Constructor for class org.jvnet.hk2.generator.internal.Utilities
- Utilities(boolean, List<File>) - Constructor for class org.jvnet.hk2.generator.internal.Utilities
- Utilities.AnnotationInformation - Class in org.jvnet.hk2.internal
- Utilities.ContractClassVisitor - Class in org.jvnet.hk2.generator.internal
- Utilities.ContractMethodVisitor - Class in org.jvnet.hk2.generator.internal
- Utilities.GenerateServiceFromMethodVisitor - Class in org.jvnet.hk2.generator.internal
- Utilities.GeneratorClassVisitor - Class in org.jvnet.hk2.generator.internal
- Utilities.GeneratorNameFinderMethodVisitor - Class in org.jvnet.hk2.generator.internal
- Utilities.Interceptors - Interface in org.jvnet.hk2.internal
-
The return type from getAllInterceptors
- Utilities.KnownClassData - Class in org.jvnet.hk2.generator.internal
- Utilities.MetadataAnnotationVisitor - Class in org.jvnet.hk2.generator.internal
- Utils - Class in com.sun.enterprise.module.impl
- Utils() - Constructor for class com.sun.enterprise.module.impl.Utils
-
Creates a new instance of Utils
V
- validate(ActiveDescriptor<?>, int) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
Verifies that the run level value of the
RunLevel
annotated service described by the given descriptor is valid for activation. - validate(ValidationInformation) - Method in interface org.glassfish.hk2.api.Validator
-
This method is called whenever it has been determined that a validating class is to be injected into an injection point, or when a descriptor is being looked up explicitly with the API, or a descriptor is being bound or unbound into the registry.
- validate(ValidationInformation) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredValidator
- validate(ValidationInformation) - Method in class org.glassfish.hk2.internal.ImmediateHelper
- validate(SystemDescriptor<?>, Injectee, Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Must be called under lock
- VALIDATE_FAILURE - Enum constant in enum org.glassfish.hk2.api.ErrorType
-
The
Validator.validate(ValidationInformation)
method failed - VALIDATE_METHOD - Static variable in class org.jvnet.hk2.internal.ValidationInformationImpl
- validatedImmediateResults - Variable in class org.jvnet.hk2.internal.ImmediateResults
- validateLookup(ValidationInformation) - Method in class org.glassfish.hk2.configuration.internal.ConfiguredValidator
- validateSelfInjectees(ActiveDescriptor<?>, List<SystemInjecteeImpl>, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method validates a list of injectees to ensure that any self injectees have the proper set of requirements.
- validationFilter - Variable in class org.glassfish.hk2.utilities.ImmediateContext
- ValidationInformation - Interface in org.glassfish.hk2.api
-
This object contains information about the validation point.
- ValidationInformationImpl - Class in org.jvnet.hk2.internal
- ValidationInformationImpl(Operation, ActiveDescriptor<?>) - Constructor for class org.jvnet.hk2.internal.ValidationInformationImpl
-
Creates the validation information
- ValidationInformationImpl(Operation, ActiveDescriptor<?>, Injectee, Filter) - Constructor for class org.jvnet.hk2.internal.ValidationInformationImpl
-
Creates the validation information
- ValidationService - Interface in org.glassfish.hk2.api
-
This service can be used to add validation points to Descriptors.
- validationServiceCache - Variable in class org.jvnet.hk2.internal.SystemDescriptor
- validator - Variable in class org.glassfish.hk2.configuration.internal.ConfigurationValidationService
- Validator - Interface in org.glassfish.hk2.api
-
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.
- value - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- value - Variable in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities.RunLevelImpl
- value - Variable in class org.glassfish.hk2.utilities.cache.internal.LRUCacheCheapRead.CacheEntryImpl
- value - Variable in class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.CarValue
- value - Variable in class org.glassfish.hk2.utilities.cache.LRUHybridCache.HybridCacheEntryImpl
- value - Variable in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- value - Variable in class org.glassfish.hk2.utilities.MethodParameterImpl
- value - Variable in class org.glassfish.hk2.utilities.UnqualifiedImpl
- value() - Element in annotation type org.glassfish.hk2.api.Customizer
-
The class of the customizer to lookup for this bean
- value() - Element in annotation type org.glassfish.hk2.api.messaging.MessageReceiver
-
A list of message types that this service may receive.
- value() - Element in annotation type org.glassfish.hk2.api.Metadata
-
This is the key that will be used in the metadata field of the descriptor.
- value() - Element in annotation type org.glassfish.hk2.api.ProxyForSameScope
-
If this returns true then the isProxyForSameScope will be set to true, but if this returns false then the isProxyForSameScope will be set to false
- value() - Element in annotation type org.glassfish.hk2.api.Rank
-
The value this service should take initially
- value() - Element in annotation type org.glassfish.hk2.api.Unqualified
-
The list of qualifiers that must NOT be present on the service.
- value() - Element in annotation type org.glassfish.hk2.api.UseProxy
-
If this returns true then the isProxiable will be set to true, but if this returns false then the isProxiable will be set to false
- value() - Element in annotation type org.glassfish.hk2.api.Visibility
-
The visibility value this descriptor should have
- value() - Element in annotation type org.glassfish.hk2.configuration.api.ChildInject
-
The string that will be appended to the name field of the ActiveDescriptor of the parent of this injection point
- value() - Element in annotation type org.glassfish.hk2.configuration.api.Configured
-
The name of the field in the java bean or bean-like map to use for injecting into this field or parameter.
- value() - Element in annotation type org.glassfish.hk2.configuration.api.ConfiguredBy
-
A service is created for each instance of this type, with a name taken from the key of the instance
- value() - Element in annotation type org.glassfish.hk2.runlevel.RunLevel
-
Defines the run level.
- value() - Method in class org.glassfish.hk2.runlevel.RunLevelServiceUtilities.RunLevelImpl
- value() - Element in annotation type org.glassfish.hk2.utilities.GreedyDefaultImplementation
-
A class that implements this interface that should be used as a default if there are no other implementations of this class.
- value() - Method in class org.glassfish.hk2.utilities.NamedImpl
- value() - Element in annotation type org.glassfish.hk2.utilities.Stub
-
This value determines what the generated methods do
- value() - Method in class org.glassfish.hk2.utilities.UnqualifiedImpl
-
The set of annotations that must not be associated with the service being injected
- value() - Element in annotation type org.jvnet.hk2.annotations.ContractsProvided
-
The set of contracts that should be explicitly provided by this service.
- value() - Element in annotation type org.jvnet.hk2.annotations.InhabitantAnnotation
-
Name of the habitat.
- value() - Element in annotation type org.jvnet.hk2.testing.junit.annotations.Classes
-
A list of classes that should be added to testLocator as services
- value() - Element in annotation type org.jvnet.hk2.testing.junit.annotations.Excludes
-
The fully qualified class names of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read
- value() - Element in annotation type org.jvnet.hk2.testing.junit.annotations.InhabitantFiles
-
The name of inhabitant files to find in the classpath of the test.
- value() - Element in annotation type org.jvnet.hk2.testing.junit.annotations.Packages
-
Returns the set of packages (with dot separator) that should be scanned for hk2 services.
- VALUE - Static variable in class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- VALUE - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- value1() - Element in annotation type org.jvnet.hk2.metadata.tests.ScopeWithMetadata
- VALUE1 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- value2() - Element in annotation type org.jvnet.hk2.metadata.tests.QualifierWithMetadata
- VALUE2 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- value3() - Element in annotation type org.jvnet.hk2.metadata.tests.ScopeWithMetadata
- VALUE3 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- value4() - Element in annotation type org.jvnet.hk2.metadata.tests.QualifierWithMetadata
- VALUE4 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- value5() - Element in annotation type org.jvnet.hk2.metadata.tests.ScopeWithMetadata
- VALUE5_1 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- VALUE5_2 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- VALUE5_3 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- value6() - Element in annotation type org.jvnet.hk2.metadata.tests.QualifierWithMetadata
- VALUE6_1 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- VALUE6_2 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- VALUE6_3 - Static variable in class org.jvnet.hk2.metadata.tests.Constants
- valueCache - Variable in class org.jvnet.hk2.internal.SingletonContext
- valueOf(String) - Static method in enum com.sun.enterprise.module.ModuleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.api.DescriptorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.api.DescriptorVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.api.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.api.ImmediateController.ImmediateServiceState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.api.InstanceLifecycleEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.api.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.api.ServiceLocatorFactory.CreatePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.api.ServiceLocatorState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.classmodel.reflect.Member.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.configuration.api.ConfiguredBy.CreationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.configuration.api.Dynamicity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.extras.operation.OperationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.maven.Version.COMPONENT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.runlevel.ErrorInformation.ErrorAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.runlevel.RunLevelController.ThreadingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.utilities.DuplicatePostProcessorMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.hk2.utilities.Stub.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService.InnerEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.ServiceLocatorIsolation
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
- values - Variable in class org.glassfish.hk2.utilities.ServiceLocatorUtilities.AliasFilter
- values() - Static method in enum com.sun.enterprise.module.ModuleState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.api.DescriptorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.api.DescriptorVisibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.api.ErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.api.ImmediateController.ImmediateServiceState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.api.InstanceLifecycleEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.api.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.api.ServiceLocatorFactory.CreatePolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.api.ServiceLocatorState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.classmodel.reflect.Member.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.configuration.api.ConfiguredBy.CreationPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.configuration.api.Dynamicity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.extras.operation.OperationState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.maven.Version.COMPONENT
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.runlevel.ErrorInformation.ErrorAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.runlevel.RunLevelController.ThreadingPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.utilities.DuplicatePostProcessorMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.hk2.utilities.Stub.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jvnet.hk2.metadata.tests.stub.impl.AbstractBaseService.InnerEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.ServiceLocatorIsolation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Enum constant in enum org.glassfish.hk2.utilities.Stub.Type
-
The generated methods of this stub will return null and fixed values
- valueSet(T) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeProxy.Notifier
- verbose - Variable in class org.jvnet.hk2.generator.ant.HK2InhabitantGeneratorTask
- verbose - Variable in class org.jvnet.hk2.generator.HabitatGenerator
- verbose - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- verbose - Variable in class org.jvnet.hk2.generator.internal.GeneratorRunner
- verbose - Variable in class org.jvnet.hk2.generator.internal.Utilities
- verbose - Variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- verbose - Variable in class org.jvnet.hk2.testing.junit.HK2Runner
-
The verbosity of this runner
- verbose - Variable in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- verbose - Variable in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule
-
A
boolean
indicating whether thisServiceLocatorTestRule
is configured to output additional information toSystem.out
. - VERBOSE_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
The flag for verbosity
- version - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
- version - Variable in class com.sun.enterprise.module.common_impl.ModuleId
- version - Variable in class com.sun.enterprise.module.ModuleDependency
- Version - Class in org.glassfish.hk2.maven
- Version(String) - Constructor for class org.glassfish.hk2.maven.Version
- Version.COMPONENT - Enum in org.glassfish.hk2.maven
- versionPropertyName - Variable in class com.sun.enterprise.module.maven.OsgiVersionMojo
- visibility - Variable in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- visibility - Variable in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- visibility - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- visibility(DescriptorVisibility) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
- visibility(DescriptorVisibility) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
- visibility(DescriptorVisibility) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
This will set the descriptorVisibility field of the returned descriptor
- visibility(DescriptorVisibility) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
This will set the descriptorVisibility field of the returned descriptor
- Visibility - Annotation Type in org.glassfish.hk2.api
-
This annotation is used when automatically analyzing a class or a {link
Factory.provide()
method to indicate that the descriptor either should or should not have LOCAL visibility. - VISIBILITY_CLASS_FORM - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- VISIBILITY_KEY - Static variable in class org.glassfish.hk2.utilities.DescriptorImpl
- VisibilityAnnotationVisitor() - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl.VisibilityAnnotationVisitor
- visit(int, int, String, String, String, String[]) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visit(int, int, String, String, String, String[]) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visit(int, int, String, String, String, String[]) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- visit(int, int, String, String, String, String[]) - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- visit(int, int, String, String, String, String[]) - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- visit(int, int, String, String, String, String[]) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.Visitor
-
Called when a class file is encountered and internally records its fully qualified class name.
- visit(String, Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelAnnotationVisitor
- visit(String, Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelDefaultAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ContractsProvidedAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.GeneratedNameMethodFinderVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MetadataAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodRankAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodUseProxyAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.NamedAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.RankAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ServiceAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.UseProxyAnnotationVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.Utilities.GenerateServiceFromMethodVisitor
- visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.Utilities.MetadataAnnotationVisitor
- visitAnnotation(String, boolean) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelFieldVisitor
- visitAnnotation(String, boolean) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelMethodVisitor
- visitAnnotation(String, boolean) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ConfiguredMethodVisitor
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodVisitorImpl
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractMethodVisitor
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.Utilities.GeneratorNameFinderMethodVisitor
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.Visitor
-
If the supplied
annotationClassDescriptor
is equal to "Lorg/jvnet/hk2/annotations/Service;
", and if the suppliedvisible
parameter istrue
, attempts to load theClass
encountered in the prior (guaranteed) call to theServiceLocatorTestRule.Visitor.visit(int, int, String, String, String, String[])
method, and, if that is successful, adds the resultingClass
to the invalid input: '{@linkplain ServiceLocatorTestRule.Visitor#ServiceLocatorTestRule.Visitor(Set, boolean)'Set
ofClass
es that was supplied at construction time}. - visitAnnotation(String, String) - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
- visitAnnotationDefault() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelMethodVisitor
- visitAnnotationDefault() - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitArray(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelAnnotationVisitor
- visitArray(String) - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
- visitArray(String) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ContractsProvidedAnnotationVisitor
- visitArray(String) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MetadataAnnotationVisitor
- visitArray(String) - Method in class org.jvnet.hk2.generator.internal.Utilities.GenerateServiceFromMethodVisitor
- visitArrayType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitAttribute(Attribute) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitAttribute(Attribute) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visitAttribute(Attribute) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitBaseType(char) - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitClassBound() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitClassType(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitCode() - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitConfiguredMethod(int, String, String, String, String[]) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- visited - Variable in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- visited() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
- visitEnd() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelAnnotationVisitor
- visitEnd() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelFieldVisitor
- visitEnd() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor.ModelMethodVisitor
- visitEnd() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitEnd() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.ConfiguredMethodVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateAnnotationVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodUseProxyAnnotationVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodVisitorImpl
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.NamedAnnotationVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.UseProxyAnnotationVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractMethodVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.Utilities.GenerateServiceFromMethodVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- visitEnd() - Method in class org.jvnet.hk2.generator.internal.Utilities.GeneratorNameFinderMethodVisitor
- visitEnd() - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
- visitEnd() - Method in class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.Visitor
-
Does nothing when invoked.
- visitEnum(String, String, String) - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
- visitEnum(String, String, String) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.MethodVisibilityAnnotationVisitor
- visitEnum(String, String, String) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.VisibilityAnnotationVisitor
- visitExceptionType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitField(int, String, String, String, Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitField(int, String, String, String, Object) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visitFieldInsn(int, String, String, String) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitFormalTypeParameter(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitIincInsn(int, int) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitingContext - Variable in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitInnerClass(String, String, String, int) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitInnerClass(String, String, String, int) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visitInnerClassType(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitInsn(int) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitInterface() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitInterfaceBound() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitIntInsn(int, int) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitJumpInsn(int, Label) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitLabel(Label) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitLdcInsn(Object) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitLineNumber(int, Label) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitMaxs(int, int) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitMethod(int, String, String, String, String[]) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitMethod(int, String, String, String, String[]) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visitMethod(int, String, String, String, String[]) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
- visitMethod(int, String, String, String, String[]) - Method in class org.jvnet.hk2.generator.internal.Utilities.ContractClassVisitor
- visitMethod(int, String, String, String, String[]) - Method in class org.jvnet.hk2.generator.internal.Utilities.GeneratorClassVisitor
- visitMethodInsn(int, String, String, String) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitMultiANewArrayInsn(String, int) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- Visitor(Set<Class<?>>, boolean) - Constructor for class org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.Visitor
-
Creates a new
ServiceLocatorTestRule.Visitor
. - visitOuterClass(String, String, String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitOuterClass(String, String, String) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visitParameterAnnotation(int, String, boolean) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitParameterType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitReturnType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitSource(String, String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
- visitSource(String, String) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
- visitSuperclass() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitTypeArgument() - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitTypeArgument(char) - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitTypeInsn(int, String) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
- visitTypeVariable(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
- visitVarInsn(int, int) - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
W
- waitForResult(long, TimeUnit) - Method in interface org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.AllTheWay
-
The method to call on the internal job
- waitForResult(long, TimeUnit) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- waitForResult(long, TimeUnit) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- waitingForWork - Variable in class org.glassfish.hk2.internal.ImmediateHelper
- WAR_PACKAGING - Static variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- warning(String) - Method in class org.glassfish.hk2.utilities.reflection.Logger
-
Sends this message to the Debug channel (FINER level in JDK parlance)
- warning(String, Throwable) - Method in class org.glassfish.hk2.utilities.reflection.Logger
-
Sends this message to the Debug channel (FINER level in JDK parlance)
- wasCancelled - Variable in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- WasCancelledException - Exception Class in org.glassfish.hk2.runlevel.internal
-
A Marker or tag exception for services caught by a cancellation
- WasCancelledException(Descriptor) - Constructor for exception class org.glassfish.hk2.runlevel.internal.WasCancelledException
-
The given descriptor was processing during a cancellation of the job
- wasDefinedIn(Collection<URI>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
- wasDefinedIn(Collection<URI>) - Method in interface org.glassfish.hk2.classmodel.reflect.Type
-
Determine if this type was defined in one of the passed URI or not
- WeakCARCache<K,
V> - Interface in org.glassfish.hk2.utilities.cache -
A cache that uses the CAR algorithm to remove entries.
- WeakCARCacheImpl<K,
V> - Class in org.glassfish.hk2.utilities.cache.internal -
Implements the CAR algorithm as found here: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.105.6057
- WeakCARCacheImpl(Computable<K, V>, int, boolean) - Constructor for class org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl
- WeakCARCacheImpl.CarValue<V> - Class in org.glassfish.hk2.utilities.cache.internal
- WeakHashClock<K,
V> - Interface in org.glassfish.hk2.utilities.general -
This is a clock (if non-empty the next verb will always return a new value in a cycle) that can also get values in O(1) complexity.
- WeakHashClockImpl<K,
V> - Class in org.glassfish.hk2.utilities.general.internal -
Implementation of WeakHashClock as needed by the CAR algorithm
- WeakHashClockImpl(boolean) - Constructor for class org.glassfish.hk2.utilities.general.internal.WeakHashClockImpl
- WeakHashLRU<K> - Interface in org.glassfish.hk2.utilities.general
- WeakHashLRUImpl<K> - Class in org.glassfish.hk2.utilities.general.internal
-
An implementation of the WeakHashLRU as needed by the CAR algorithm
- WeakHashLRUImpl(boolean) - Constructor for class org.glassfish.hk2.utilities.general.internal.WeakHashLRUImpl
- weakKey - Variable in class org.glassfish.hk2.utilities.general.internal.DoubleNode
- WEB_INF - Static variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
- Which - Class in com.sun.enterprise.module.bootstrap
-
Finds out where a class file is loaded from.
- Which() - Constructor for class com.sun.enterprise.module.bootstrap.Which
- with - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateAnnotationVisitor
- with - Variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl.DecorateData
- withMetadata(String, String) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- withMetadata(String, String) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Add binding descriptor metadata.
- withMetadata(String, String) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Add binding descriptor metadata.
- withMetadata(String, String) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Add binding descriptor metadata.
- withMetadata(String, String) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Add binding descriptor metadata.
- withMetadata(String, List<String>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBindingBuilder
- withMetadata(String, List<String>) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Add binding descriptor metadata.
- withMetadata(String, List<String>) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Add binding descriptor metadata.
- withMetadata(String, List<String>) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Add binding descriptor metadata.
- withMetadata(String, List<String>) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Add binding descriptor metadata.
- wLock - Variable in class org.glassfish.hk2.extras.events.internal.DefaultTopicDistributionService
- wLock - Variable in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
- wLock - Variable in class org.glassfish.hk2.utilities.general.Hk2ThreadLocal
- wLock - Variable in class org.jvnet.hk2.internal.ServiceLocatorImpl
- workingOn - Static variable in class org.glassfish.hk2.configuration.internal.ConfiguredByContext
- workingOn - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
- workingOn - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.UpAllTheWay
- WouldBlockException - Exception Class in org.glassfish.hk2.runlevel.internal
- WouldBlockException(Descriptor) - Constructor for exception class org.glassfish.hk2.runlevel.internal.WouldBlockException
-
This indicates a blocking condition on a given descriptor
- wouldBlockRightNow(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
- wouldHaveBlocked - Variable in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.QueueRunner
- write(OutputStream) - Method in class com.sun.enterprise.module.single.ManifestProxy
- WriteableBeanDatabase - Interface in org.glassfish.hk2.configuration.hub.api
-
A writeable version of a
BeanDatabase
. - WriteableBeanDatabaseImpl - Class in org.glassfish.hk2.configuration.hub.internal
- WriteableBeanDatabaseImpl(HubImpl, BeanDatabaseImpl) - Constructor for class org.glassfish.hk2.configuration.hub.internal.WriteableBeanDatabaseImpl
- WriteableBeanDatabaseImpl.TwoPhaseResourceImpl - Class in org.glassfish.hk2.configuration.hub.internal
- WriteableType - Interface in org.glassfish.hk2.configuration.hub.api
- WriteableTypeImpl - Class in org.glassfish.hk2.configuration.hub.internal
- WriteableTypeImpl(WriteableBeanDatabaseImpl, String) - Constructor for class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- WriteableTypeImpl(WriteableBeanDatabaseImpl, TypeImpl) - Constructor for class org.glassfish.hk2.configuration.hub.internal.WriteableTypeImpl
- writeAbstractMethod(ExecutableElement, Map<String, Map<String, String>>, Writer, boolean) - Method in class org.glassfish.hk2.stub.generator.StubProcessor
- writeAttribute(String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeAttribute(String, String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeAttribute(String, String, String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeCData(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeCData(String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeCharacters(char[], int, int) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeCharacters(char[], int, int) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeCharacters(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeCharacters(String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeComment(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeDefaultNamespace(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeDTD(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeEmptyElement(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeEmptyElement(String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeEmptyElement(String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeEmptyElement(String, String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeEndDocument() - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeEndElement() - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeEndElement() - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeEntityRef(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeExternal(ObjectOutput) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
- writeHeader(PrintWriter) - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
- writeInhabitantsFile(List<DescriptorImpl>, File, File) - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
- writeJavaFile(TypeElement, Set<ExecutableElement>, String, boolean, List<TypeElement>, String, Map<String, Map<String, String>>) - Method in class org.glassfish.hk2.stub.generator.StubProcessor
- writeList(List<String>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
- writeMetadata(Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Used to write the metadata out
- writeNamespace(String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeObject(PrintWriter) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
This writes this object to the data output stream in a human-readable format, excellent for writing out data files
- writeProcessingInstruction(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeProcessingInstruction(String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writer - Variable in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeSet(Set<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Writes a set in a way that can be read from an input stream as well
- writeSet(Set<?>, Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Writes a set in a way that can be read from an input stream as well
- writeStartDocument() - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeStartDocument() - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeStartDocument(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeStartDocument(String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeStartDocument(String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeStartDocument(String, String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeStartElement(String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeStartElement(String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeStartElement(String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeStartElement(String, String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeStartElement(String, String, String) - Method in class org.glassfish.hk2.utilities.general.DelegatingXMLStreamWriter
- writeStartElement(String, String, String) - Method in class org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter
- writeStub(TypeElement) - Method in class org.glassfish.hk2.stub.generator.StubProcessor
- writeToDirectory(List<DescriptorImpl>) - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
- writeToJar(File, List<DescriptorImpl>) - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
- writeToJarNoSwap(File, List<DescriptorImpl>) - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
Z
- ZipCode - Class in org.jvnet.hk2.metadata.tests
- ZipCode() - Constructor for class org.jvnet.hk2.metadata.tests.ZipCode
_
- __getUnderlyingDescriptor() - Method in interface org.glassfish.hk2.api.AOPProxyCtl
-
This method returns the ActiveDescriptor underlying the service for which this object is a proxy
- __make() - Method in interface org.glassfish.hk2.api.ProxyCtl
-
This method causes the proxy instance to get created at the current time, without calling any of the methods on the underlying class itself.
- _get(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Package private (for getting the raw map for direct manipulation by the habitat)
- _instance - Static variable in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
- _me - Static variable in class org.glassfish.hk2.osgiresourcelocator.ResourceFinder
- _me - Static variable in class org.glassfish.hk2.osgiresourcelocator.ServiceLoader
-
Singleton
- _resolveContext(Class<? extends Annotation>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
- _singleton - Static variable in class com.sun.enterprise.module.RepositoryFactories
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form