A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

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(Descriptor) - Constructor for class org.glassfish.hk2.utilities.AbstractActiveDescriptor
Creates a NON reified ActiveDescriptor based on a copy of the given baseDescriptor.
AbstractActiveDescriptor(Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorType, DescriptorVisibility, int, 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
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
 
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
 
AbstractClassVisitorImpl - Class in org.jvnet.hk2.generator.internal
 
AbstractClassVisitorImpl() - Constructor for class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
 
AbstractFactory - Class in com.sun.enterprise.module.common_impl
 
AbstractFactory() - Constructor for class com.sun.enterprise.module.common_impl.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
 
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
 
AbstractOSGiModulesRegistryImpl - Class in org.jvnet.hk2.osgiadapter
 
AbstractOSGiModulesRegistryImpl(BundleContext) - Constructor for class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
AbstractRepositoryImpl - Class in com.sun.enterprise.module.common_impl
Partial implementation of Repository that statically enumerates all ModuleDefinition upfront.
AbstractRepositoryImpl(String, URI) - Constructor for class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
 
Activator - Class in com.oracle.sdp.management
Installs the services
Activator() - Constructor for class com.oracle.sdp.management.Activator
 
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
 
activeLink(Class<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
This method creates an ActiveDescriptorBuilder, whose job it is to create an unreified ActiveDescriptor.
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, boolean) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
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(List<URI>) - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
 
add(Object) - Method in class com.sun.enterprise.module.maven.TokenListBuilder
 
add(ModuleDefinition) - Method in interface com.sun.enterprise.module.ModulesRegistry
Registers a new DefaultModuleDefinition in this registry.
add(ModuleDefinition, boolean) - Method in interface com.sun.enterprise.module.ModulesRegistry
Registers a new DefaultModuleDefinition in this registry.
add(K, V) - Method in class org.jvnet.hk2.component.MultiMap
Adds one more key-value pair.
add(Module) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
 
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>, boolean) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
This allows third party systems to add reified active descriptors to the system.
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(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>, boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
 
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(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
addActiveDescriptor(ActiveDescriptor<T>, boolean) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
addActiveDescriptor(Class<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
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.
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
 
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
 
addDescriptors(String, Collection<Descriptor>) - Method in class com.sun.enterprise.module.ModuleMetadata
 
added(URI) - Method in interface com.sun.enterprise.module.RepositoryChangeListener
A new libary jar file was added to the repository.
addError(Throwable) - Method in exception org.glassfish.hk2.api.MultiException
Adds an error to an existing exception
addExcludedClass(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
addExcludedClass(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
addExcludedPackage(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
addExcludedPackage(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
addExcludedPattern(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
addExcludedPattern(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
addFieldRef(FieldModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
addImplementation(ClassModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
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(Module) - Method in class com.sun.enterprise.module.impl.ModuleImpl
 
addImport(Module) - Method in interface com.sun.enterprise.module.Module
 
addImport(ModuleDependency) - Method in interface com.sun.enterprise.module.Module
Create and add a new module to this module's list of imports.
addImport(Module) - Method in class com.sun.enterprise.module.single.ProxyModule
 
addImport(ModuleDependency) - Method in class com.sun.enterprise.module.single.ProxyModule
 
addImport(Module) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
addImport(ModuleDependency) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
addLibrary(URI) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
 
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(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(RepositoryChangeListener) - Method in interface com.sun.enterprise.module.Repository
Add a listener to changes happening to this repository.
addListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.single.ProxyModule
 
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
 
addListener(ModuleChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
addListener(RepositoryChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
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(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>>, String, String) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
Adds a value to the list of values associated with this key
addModuleChangeListener(ModuleChangeListener, OSGiModuleImpl) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
addMultiException(MultiException) - Method in class org.jvnet.hk2.internal.Collector
 
addObr(URI) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
 
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.
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, int) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
Add a new Repository to this registry.
addRepository(Repository) - 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.
addRepository(Repository) - Method in interface com.sun.enterprise.module.ModulesRegistry
Add a new Repository to this registry.
addRepository(Repository, int) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
 
addRepository(Repository) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
 
addRepositoryFactory(RepositoryFactory) - Method in class com.sun.enterprise.module.RepositoryFactories
Add a new RepositoryFactory to the list of repository factories.
addSubHandle(ServiceHandleImpl<?>) - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
Add a sub handle to this for proper destruction
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
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.
addValue(String, Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
 
AliasDescriptor<T> - Class in org.glassfish.hk2.utilities
A descriptor class that serves as an alias for another descriptor.
AliasDescriptor(ServiceLocator, ActiveDescriptor<T>, String, String) - Constructor for class org.glassfish.hk2.utilities.AliasDescriptor
Construct an AliasDescriptor.
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
 
allFilter() - Static method in class org.glassfish.hk2.utilities.BuilderHelper
Returns a filter of type Descriptor that matches all descriptors
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.
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
 
analyse() - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
Analyse dependency of a module.
analyse(PackageAnalyser.Bundle) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
Analyse the dependency of a bundle and updates it in the given bundle object.
analyseWirings() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
Analyse package wiring between bundles.
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 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
AnnotatedElement - Interface in org.glassfish.hk2.classmodel.reflect
An annotated element is a java declaration that can be annotated.
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
 
AnnotationLiteral<T extends Annotation> - 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
 
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
 
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.Entry(String, long, boolean) - Constructor for class org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
creates a new 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 - 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.
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.
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.
array(Object[]) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
 
AsyncRunLevelContext - Class in org.glassfish.hk2.runlevel.internal
 
attributes - Variable in class com.sun.enterprise.module.single.ManifestProxy
 
AutoActiveDescriptor<T> - Class in org.jvnet.hk2.internal
 
AutoActiveDescriptor(Class<?>, Creator<T>, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, int, Boolean, String, Map<String, List<String>>) - Constructor for class org.jvnet.hk2.internal.AutoActiveDescriptor
 
awaitTermination() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
 
awaitTermination(int, TimeUnit) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
 

B

BCELClosureCompilerImpl - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
An implementation of ClosureCompilerImplBase based on BCEL.
BCELClosureCompilerImpl(ClassFileLoader) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
 
BCELMethod - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
 
BCELMethod(ClassFile, Method) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
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.
bind(Descriptor) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
This method will bind the given descriptor to this Module.
bind(Descriptor, boolean) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
This method will bind the given descriptor to this Module.
bind(FactoryDescriptors) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
This method will bind the descriptors found in the FactoryDescriptors.
bind(FactoryDescriptors, boolean) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
This method will bind the descriptors found in the FactoryDescriptors.
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(Class<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
Start building a new class-based service binding.
bind(T) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
Start building a new instance-based service binding.
bind(DynamicConfiguration) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
 
bind(Descriptor) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
This method will bind the given descriptor to this Module.
bind(Descriptor, boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
 
bind(FactoryDescriptors) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
This method will bind the descriptors found in the FactoryDescriptors.
bind(FactoryDescriptors, boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
 
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(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(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(Descriptor) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
bind(Descriptor, boolean) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
bind(FactoryDescriptors) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
bind(FactoryDescriptors, boolean) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
bindAsContract(Class<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
Start building a new class-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>>, Class<? extends Annotation>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
Start building a new factory class-based service binding.
bindFactory(Class<? extends Factory<T>>) - 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
 
BootException - Exception in com.sun.enterprise.module.bootstrap
Signals a fatal error in the module system launch.
BootException(String) - Constructor for exception com.sun.enterprise.module.bootstrap.BootException
 
BootException(String, Throwable) - Constructor for exception com.sun.enterprise.module.bootstrap.BootException
 
BootException(Throwable) - Constructor for exception com.sun.enterprise.module.bootstrap.BootException
 
bridgeGuiceInjector(Injector) - Method in interface org.jvnet.hk2.guice.bridge.api.GuiceIntoHK2Bridge
Creates a link between hk2 services and a Guice injector
bridgeGuiceInjector(Injector) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceIntoHK2BridgeImpl
 
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
buildClosure(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
 
buildClosure(String) - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompiler
 
buildClosure(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
buildClosure(JarFile) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
buildClosure(JarFile) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
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
 
buildFactory() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
Deprecated.
buildFactory(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
 
buildFactory() - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
 
buildFactory(Class<? extends Annotation>) - 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(String) - 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 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
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_SYMBOLIC_NAME - Static variable in class org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
 
BUNDLE_VERSION - Static variable in class com.sun.enterprise.module.ManifestConstants
Bundle Version
BUNDLE_VERSION - Static variable in class org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
 
bundleChanged(BundleEvent) - Method in class org.jvnet.hk2.osgiadapter.HK2Main
 
bundleChanged(BundleEvent) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
 
bundleChanged(BundleEvent) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
 
BundleEventType - Enum in org.jvnet.hk2.osgiadapter
An enum for constants defined in BundleEvent
bundles - Variable in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
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

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
CacheKey - Class in org.jvnet.hk2.internal
This is the cache key, which encapsulates very specific lookup queries.
CacheKey(Type, String, Annotation...) - Constructor for class org.jvnet.hk2.internal.CacheKey
 
cancel(boolean) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
 
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 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).
canLoadResources() - Method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
 
cast(Object) - Static method in class org.jvnet.hk2.internal.Utilities
Casts this thing to the given type
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.
check(TypeElement, MultiMap<String, String>) - Method in class com.sun.enterprise.tools.apt.InhabitantMetadataProcessor
 
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
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.
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.
ClassFile - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
This represents the information available in a Java .class file.
ClassFileLoader - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
This is loader for ClassFile similar to what ClassLoader is for class in Java.
ClassFileLoaderFactory - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
A factory for ClassFileLoader so that we can control the creation of ClassFileLoaders.
ClassFileLoaderFactory() - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFileLoaderFactory
 
ClassLoaderBasedResourceFinder - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
 
ClassLoaderBasedResourceFinder(ClassLoader) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClassLoaderBasedResourceFinder
 
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 - 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
 
classPath - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
 
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
 
ClasspathDescriptorFileFinder(ClassLoader) - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
 
ClasspathDescriptorFileFinder(ClassLoader, String) - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
 
ClasspathDescriptorFileFinder() - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
 
ClassVisitorImpl - Class in org.jvnet.hk2.generator.internal
 
ClassVisitorImpl(Utilities, boolean, File) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl
Creates this with the config to add to if this is a service
ClassVisitorImpl - Class in org.jvnet.hk2.testing.junit.internal
 
ClassVisitorImpl(DynamicConfiguration, boolean) - Constructor for class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
Creates this with the config to add to if this is a service
clazz(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
Makes a nice, pretty class (without the package name)
ClazzCreator<T> - Class in org.jvnet.hk2.internal
 
clear() - Method in class com.sun.enterprise.module.single.ManifestProxy
 
clear() - Method in class org.jvnet.hk2.internal.IndexedListData
 
clearMetadata() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Removes all metadata values
clearNonVisitedEntries() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
 
CLINIT_DESC - Static variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
CLINIT_NAME - Static variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
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
 
ClosureCompiler - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
This is single most important interface of the apiscan package.
ClosureCompilerImpl - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
This is single most important class of the apiscan package.
ClosureCompilerImpl(ClassFileLoader) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
ClosureCompilerImpl(ClosureCompilerImplBase) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
I don't expect this constructor to be used.
ClosureCompilerImplBase - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
This is the base class for classes that actually implement ClosureCompiler interface, i.e.
ClosureCompilerImplBase(ClassFileLoader) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
collection(Collection<?>) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
 
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.oracle.faux.sdp - package com.oracle.faux.sdp
 
com.oracle.sdp.management - package com.oracle.sdp.management
 
com.oracle.test.contracts - package com.oracle.test.contracts
 
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
 
com.sun.enterprise.tools - package com.sun.enterprise.tools
 
com.sun.enterprise.tools.apt - package com.sun.enterprise.tools.apt
 
com.sun.enterprise.tools.classmodel - package com.sun.enterprise.tools.classmodel
 
com.sun.enterprise.tools.verifier.apiscan.classfile - package com.sun.enterprise.tools.verifier.apiscan.classfile
 
com.sun.enterprise.tools.verifier.hk2 - package com.sun.enterprise.tools.verifier.hk2
 
com.sun.enterprise.tools.visualizer.hk2 - package com.sun.enterprise.tools.visualizer.hk2
 
commit() - Method in interface org.glassfish.hk2.api.DynamicConfiguration
This causes the configuration to get committed.
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
 
CommonModelRegistry - Class in org.glassfish.hk2.classmodel.reflect.util
 
compare(Descriptor, Descriptor) - Method in class org.jvnet.hk2.internal.DescriptorComparator
 
compare(ServiceHandle<?>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceHandleComparator
 
compareTo(PackageAnalyser.PackageCapability) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
 
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
 
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.
ConfigPopulator - Interface in org.glassfish.hk2.bootstrap
 
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.jvnet.hk2.guice.bridge.api.HK2IntoGuiceBridge
 
configure(DynamicConfiguration) - Method in interface org.jvnet.hk2.testing.junit.HK2TestModule
Allows the test to easily configure their test
configureManifest(MavenProject, MavenArchiveConfiguration, File) - Method in class com.sun.enterprise.module.maven.Packager
 
configureOSGiManifest(MavenProject, MavenArchiveConfiguration, File) - Method in class com.sun.enterprise.module.maven.OSGiPackager
Reads information from the POM and the artifact archive to configure the OSGi manifest entries.
ConstantActiveDescriptor<T> - Class in org.glassfish.hk2.internal
 
ConstantActiveDescriptor() - Constructor for class org.glassfish.hk2.internal.ConstantActiveDescriptor
For serializable
ConstantActiveDescriptor(T, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, Boolean, String, Map<String, List<String>>) - Constructor for class org.glassfish.hk2.internal.ConstantActiveDescriptor
Creates the constant descriptor
ConstantActiveDescriptor<T> - Class in org.jvnet.hk2.internal
 
ConstantActiveDescriptor(T, long) - Constructor for class org.jvnet.hk2.internal.ConstantActiveDescriptor
Creates a constant active descriptor with the given locator ID
ConstantActiveDescriptor(T, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, int, 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
Constants - Class in com.sun.enterprise.tools.classmodel
 
Constants() - Constructor for class com.sun.enterprise.tools.classmodel.Constants
 
Constants - Class in org.jvnet.hk2.internal
 
Constants() - Constructor for class org.jvnet.hk2.internal.Constants
 
Constants - Class in org.jvnet.hk2.osgiadapter
 
Constants() - Constructor for class org.jvnet.hk2.osgiadapter.Constants
 
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
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(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.internal.PerThreadContext
 
containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
containsKey(K) - Method in class org.jvnet.hk2.component.MultiMap
Checks if the map contains the given key.
containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
 
containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
 
containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
 
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.
ContextDuplicatePostProcessor - Class in com.sun.enterprise.module.bootstrap
This class will weed out and duplicate implementations of anything populated into the locator.
ContextDuplicatePostProcessor() - Constructor for class com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
 
Contract - Annotation Type in org.jvnet.hk2.annotations
Marker annotation to allow implementations to be discovered from the contract they implement.
ContractFinder - Class in com.sun.enterprise.tools.apt
Given a TypeElement, find all super-types that have Contract, including ones pointed by ContractProvided.
ContractsProvided - Annotation Type in org.jvnet.hk2.annotations
An explicit list of contracts provided.
converter - Variable in class com.sun.enterprise.module.maven.OsgiVersionMojo
 
convertToExternalClassName(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
 
convertToInternalClassName(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
 
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
create(File) - Static method in class com.sun.enterprise.module.common_impl.Jar
 
create(ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.ActiveDescriptor
Creates an instance of the ActiveDescriptor.
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>, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
This method will analyze the given class, and create it if can.
create(String) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
Creates (or finds) a ServiceLocator.
create(String, ServiceLocator) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
Creates or finds a ServiceLocator.
create(String, ServiceLocator, ServiceLocatorGenerator) - 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(ServiceHandle<?>) - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
 
create(String) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
 
create(String, ServiceLocator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
 
create(String, ServiceLocator, ServiceLocatorGenerator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
 
create(ServiceHandle<?>) - Method in class org.glassfish.hk2.utilities.AliasDescriptor
 
create(String, ServiceLocator) - Method in class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceServiceHk2Bean
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
create(ServiceHandle<?>, SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.ClazzCreator
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
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(Class<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
create(Class<T>, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
create(String, HK2TestModule...) - Static method in class org.jvnet.hk2.testing.junit.HK2TestUtilities
 
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
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>, 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>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
Creates, injects and postConstructs, all in one
createAndInitialize(Class<U>, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
Creates, injects and postConstructs, all in one
createAutoDescriptor(Class<T>, 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
createChild() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
Creates a new child ModulesRegistryImpl in this ModulesRegistryImpl.
createChild() - Method in interface com.sun.enterprise.module.ModulesRegistry
Creates a new child ModulesRegistry in this ModulesRegistry.
createChild() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
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.
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
createDescriptorFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
This returns a DescriptorImpl based on the given class.
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(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
This method returns a DynamicConfiguration for use with adding and removing services to the given ServiceLocator.
createDynamicConfiguration() - Method in class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
 
createModuleId(String, String) - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
 
createModuleId(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
 
createModuleId(String, String) - Method in class com.sun.enterprise.module.impl.HK2Factory
 
createModuleId(ModuleDefinition) - Method in class com.sun.enterprise.module.impl.HK2Factory
 
createModuleId(String, String) - Method in class org.jvnet.hk2.osgiadapter.OSGiFactoryImpl
 
createModuleId(ModuleDefinition) - Method in class org.jvnet.hk2.osgiadapter.OSGiFactoryImpl
 
createModulesRegistry() - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
 
createModulesRegistry() - Method in class com.sun.enterprise.module.impl.HK2Factory
 
createModulesRegistry() - Method in class org.jvnet.hk2.osgiadapter.HK2Main
 
createModulesRegistry() - Method in class org.jvnet.hk2.osgiadapter.OSGiFactoryImpl
 
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
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
 
createServiceLocator(ModulesRegistry, StartupContext, List<PopulatorPostProcessor>, DescriptorFileFinder) - Method in class com.sun.enterprise.module.bootstrap.Main
 
createServiceLocator(ServiceLocator, String, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
createServiceLocator(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
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 calling #createServiceLocator("default")
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 calling ModulesRegistry.newServiceLocator() followed by #populateServiceLocator(String, org.glassfish.hk2.api.ServiceLocator, java.util.List.
createServiceLocator(ServiceLocator, String, List<PopulatorPostProcessor>) - Method in interface com.sun.enterprise.module.ModulesRegistry
Creates a ServiceLocator with the provided parent.
createServiceLocator(String) - Method in class com.sun.enterprise.module.single.StaticModulesRegistry
 
createServiceLocator(ModulesRegistry, StartupContext, List<PopulatorPostProcessor>, DescriptorFileFinder) - Method in class org.jvnet.hk2.osgiadapter.HK2Main
 
createSpecificDescriptorFilter(Descriptor) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
This method creates a filter that will match one and only one descriptor.
Creator<T> - Interface in org.jvnet.hk2.internal
An internal interface that allows us to have the factory and class implementations
CurrentlyRunningException - Exception 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 org.glassfish.hk2.runlevel.CurrentlyRunningException
 
CurrentlyRunningException(RunLevelFuture) - Constructor for exception org.glassfish.hk2.runlevel.CurrentlyRunningException
 
CurrentTaskFuture - Class in org.glassfish.hk2.runlevel.internal
 
CurrentTaskFuture.DownAllTheWay - Class in org.glassfish.hk2.runlevel.internal
 
CurrentTaskFuture.DownAllTheWay(int, RunLevelFuture, List<ServiceHandle<RunLevelListener>>) - Constructor for class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
 

D

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)
decorateClassPath(String) - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
Extension point to manipulate the classpath element before it's parsed.
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)
DEFAULT_IMPLEMENTATION_NAME - Static variable in interface org.glassfish.hk2.api.ClassAnalyzer
 
DEFAULT_NAME - Static variable in class com.sun.enterprise.module.bootstrap.Main
 
DEFAULT_NAME - Variable in class org.jvnet.hk2.osgiadapter.HK2Main
 
DEFAULT_WAIT_SYSPROP - Static variable in class org.glassfish.hk2.classmodel.reflect.Parser
 
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
 
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
 
defineParentClassLoader() - Method in class com.sun.enterprise.module.bootstrap.Main
 
defineParentClassLoader() - Method in class org.jvnet.hk2.osgiadapter.HK2Main
 
dependencies - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
 
Descriptor - Interface in org.glassfish.hk2.api
A Descriptor is a bean-like structure that describes a service declaration in HK2.
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
 
DescriptorFileFinder - Interface in org.glassfish.hk2.bootstrap
 
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(Descriptor) - Constructor for class org.glassfish.hk2.utilities.DescriptorImpl
Does a deep copy of the incoming descriptor
DescriptorImpl(Set<String>, String, String, String, Map<String, List<String>>, Set<String>, DescriptorType, DescriptorVisibility, HK2Loader, int, Boolean, String, Long, Long) - Constructor for class org.glassfish.hk2.utilities.DescriptorImpl
This creates this descriptor impl, taking all of the fields as given
DescriptorType - Enum in org.glassfish.hk2.api
This describes the type of descriptor
DescriptorVisibility - Enum in org.glassfish.hk2.api
This enumeration determines how visibility of a descriptor
destroy() - Method in interface org.glassfish.hk2.api.ServiceHandle
Will destroy this object and all PerLookup instances created because of this service
destroy(String) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
Removes the ServiceLocator with this name
destroy(ServiceLocator) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
Removes the given ServiceLocator
destroy(String) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
 
destroy(ServiceLocator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
 
destroy() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
 
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.internal.PerThreadContext
 
destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
destroyOne(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
 
destroyOne(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
 
destroyOne(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
Release one system 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
 
detach() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
detach() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
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.
detachAll() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
directory - Variable in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
 
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
 
discoverPackages(File) - Static method in class com.sun.enterprise.module.maven.OSGiPackager
 
discoverRequiredBundles(MavenProject) - Method in class com.sun.enterprise.module.maven.OSGiPackager
 
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.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
 
DotGenerator - Class in com.sun.enterprise.tools.visualizer.hk2
reads a wires XML file generated by the dependency-verifier and outputs a dot file (Use GraphViz to create images from the dot file) that helps visualizing the wiring dependencies between packages.
DotGenerator(DotGenerator.GeneratorOptions) - Constructor for class com.sun.enterprise.tools.visualizer.hk2.DotGenerator
 
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.
dumpState(PrintStream) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
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
 
dumpState(PrintStream) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
dumpState(PrintStream) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
DynamicConfiguration - Interface in org.glassfish.hk2.api
This class is used to add Descriptors to a ServiceLocator instance.
DynamicConfigurationImpl - Class in org.jvnet.hk2.internal
 
DynamicConfigurationImpl(ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.DynamicConfigurationImpl
Created by the generator, and hence must be public
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
 

E

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
 
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.
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.
entrySet() - Method in class org.jvnet.hk2.component.MultiMap
Lists up all entries.
equals(Object) - Method in class com.sun.enterprise.module.common_impl.ModuleId
 
equals(Object) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
equals(Object) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
equals(Object) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
 
equals(Object) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.SplitPackage
 
equals(Object) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
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.utilities.DescriptorImpl
 
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.SystemDescriptor
 
equals(Object) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
ErrorInformation - Interface in org.glassfish.hk2.api
This class has information in it about the error that has occurred
ErrorInformationImpl - Class in org.jvnet.hk2.internal
 
ErrorResults - Class in org.jvnet.hk2.internal
 
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 - Enum in org.glassfish.hk2.api
This enumeration describes the types of errors that might occur
excludeClasses(Collection<String>) - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
 
excludedClasses - Variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
excludedPackages - Variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
excludedPatterns - Variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
excludePackages(Collection<String>) - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
 
excludePatterns(Collection<String>) - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
 
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.maven.AbstractInhabitantsGeneratorMojo
This method will compile the inhabitants file based on the classes just compiled
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.
ExtensibleType<T extends ExtensibleType> - 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 extends ExtensibleType> - 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
 

F

Factory<T> - Interface in org.glassfish.hk2.api
This interface should be implemented in order to provide a factory for another type.
FactoryCreator<T> - Class in org.jvnet.hk2.internal
 
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.internal
 
fault - Variable in class org.glassfish.hk2.classmodel.reflect.Parser.Result
 
field(Field) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
 
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
 
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
 
Filter - Interface in org.glassfish.hk2.api
This object is used to search for items in the service registry
finalize() - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
 
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(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(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.
find(Class) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
 
find(Class) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
 
find(TypeElement) - Static method in class com.sun.enterprise.tools.apt.ContractFinder
The entry point.
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(Class) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
find(String, String) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
findAll() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
 
findAll(String) - 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(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() - Method in interface com.sun.enterprise.module.Repository
Returns a list of all modules available in this repository
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.
findAll() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
findAll(String) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
findAllBundles() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
findAllExportedPackageNames() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
findAllExportedPackages() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
findClass(String) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
 
findClass(String, boolean) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
 
findDescriptorFiles() - Method in interface org.glassfish.hk2.bootstrap.DescriptorFileFinder
 
findDescriptorFiles() - Method in class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
 
findDescriptorFiles() - Method in class org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
 
findDuplicatePackages() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
Inspects bundles and reports duplicate packages.
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.
findOneDescriptor(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
Finds a descriptor in the given service locator.
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.internal.PerThreadContext
 
findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
 
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
 
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
 
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<?>, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Finds the post construct method on this class
findPreDestroy(Class<?>, 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.ClassLoaderProxy
 
findResourceAsStream(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClassLoaderBasedResourceFinder
 
findResourceAsStream(String) - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ResourceFinder
 
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.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.
findUnusedExports() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
findUnusedExports(PackageAnalyser.Bundle) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
Find unused exported packages for a given bundle
fireChangeEvent() - Method in class com.sun.enterprise.module.impl.ModuleImpl
fires a ModuleChange event to all listeners
fixAndCheckQualifiers(Annotation[], String) - Static method in class org.jvnet.hk2.internal.Utilities
This method returns a set of qualifiers from an array of qualifiers.
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.
Foo - Class in com.oracle.faux.sdp
A service that will come and go as this bundle is installed and uninstalled
Foo() - Constructor for class com.oracle.faux.sdp.Foo
 
FooContract - Interface in com.oracle.test.contracts
Empty contract

G

generate(ModuleMetadata) - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
 
generateBundleReport(PrintStream) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
generateExportPackageHeader(Collection<OSGiPackager.ExportedPackage>, String) - Static method in class com.sun.enterprise.module.maven.OSGiPackager
 
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
 
generateRequireBundleHeader(List<OSGiPackager.BundleDependency>) - Method in class com.sun.enterprise.module.maven.OSGiPackager
 
generateWiringReport(Collection<PackageAnalyser.PackageCapability>, Collection<PackageAnalyser.Wire>, PrintStream) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
GeneratorRunner - Class in org.jvnet.hk2.generator.internal
 
GeneratorRunner(String, String, String, boolean, String, boolean, String) - Constructor for class org.jvnet.hk2.generator.internal.GeneratorRunner
This initializes the GeneratorRunner with the values needed to run
get() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
get() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
 
get(long, TimeUnit) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
 
get(K) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
 
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.jvnet.hk2.component.MultiMap
Returns the elements indexed by the provided key
get() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
getAccess() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getAccess() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
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
 
getActualTypeArguments() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
 
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.internal.IndexedFilterImpl
 
getAdvertisedContract() - Method in class org.glassfish.hk2.internal.SpecificFilterImpl
 
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.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
getAllQualifiers(AnnotatedElement, String, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Returns the full set of qualifier annotations on this class
getAllReferencedClassNames() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
getAllReferencedClassNamesInInternalForm() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
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(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(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(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets a list of ServiceHandle whose ActiveDescriptors match the supplied filter.
getAllServiceHandles(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServiceHandles(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServiceHandles(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServiceHandles(Annotation, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServiceLocators() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
getAllServices(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets the all the services from this locator that implements this contract or has this implementation
getAllServices(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets the all the services from this locator that implements this contract or has this implementation
getAllServices(Annotation, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets the all the services from this locator that has the given qualifier or qualifiers
getAllServices(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets the all the services from this locator that matches the Filter
getAllServices(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServices(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServices(Annotation, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServices(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
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
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
 
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.
getArguments() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
Return the properties that constitues this context.
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
getAssociatedContracts(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
 
getAttributes(String) - Method in class com.sun.enterprise.module.single.ManifestProxy
 
getAutoAnalyzerName(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
Gets the analyzer name from the Service annotation
getBaseName() - Method in class com.sun.enterprise.module.common_impl.Jar
Gets the base name of the jar.
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.
getBundle() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getBy(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
 
getBy(Class<T>, 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
getBy(Class<T>, String) - Method in interface org.glassfish.hk2.classmodel.reflect.Types
Returns a Model instance given a name
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.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
 
getCandidate() - Method in interface org.glassfish.hk2.api.ValidationInformation
The candidate descriptor for this operation
getCandidate() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
 
getClassAnalysisName() - Method in interface org.glassfish.hk2.api.Descriptor
Returns the name of the ClassAnalysis service that should be used to discover the constructors, initialization methods, field and postConstruct and preDestory methods.
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
getClassFromType(Type) - Static method in class org.jvnet.hk2.guice.bridge.internal.GuiceToHk2JITResolver
 
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
 
getClassLoader() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getClassLoader() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
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
 
getClosure() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
 
getClosure() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompiler
 
getClosure() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
getConfig() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
 
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<?>) - Static method in class org.jvnet.hk2.internal.Utilities
Returns all the injectees for a constructor
getContext(Class<T>) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
 
getContext() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
Returns the context this parser instance was initialized with during the call to Parser.Parser(ParsingContext)
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.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.
getCurrentFuture() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
getCurrentJob() - Method in exception org.glassfish.hk2.runlevel.CurrentlyRunningException
 
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.
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.
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
 
getDefaultLogger() - Static method in class com.sun.enterprise.module.common_impl.LogHelper
 
getDefaultNameFromMethod(Method, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Returns the default name if one can be found.
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
 
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
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
 
getDependencies() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
getDescriptor() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getDescriptor() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
getDescriptor() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
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.jvnet.hk2.internal.ErrorInformationImpl
 
getDescriptorFilter() - Static method in class org.glassfish.hk2.internal.StarFilter
 
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
 
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.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.utilities.DescriptorImpl
 
getDescriptorVisibility() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
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
 
getErrors() - Method in exception org.glassfish.hk2.api.MultiException
Gets all the errors associated with this MultiException
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 even this describes.
getEventType() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
 
getExceptions() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getExceptions() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
getExportedPkgs() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
getExporter() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
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.internal.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.internal.FactoryDescriptorsImpl
 
getFactoryFor(String) - Method in class com.sun.enterprise.module.RepositoryFactories
Returns a RespositoryFactory factory instance capable of creating Repository repositories of the provided type
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.utilities.AbstractActiveDescriptor
 
getFactoryLocatorId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
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.utilities.AbstractActiveDescriptor
 
getFactoryServiceId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getFailed() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
 
getFailed() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompiler
 
getFailed() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
getFieldInjectees(Field) - 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(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() - 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 class org.jvnet.hk2.internal.DefaultClassAnalyzer
 
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.jvnet.hk2.internal.ValidationInformationImpl
 
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.jvnet.hk2.internal.Utilities
Gets the first type argument if this is a parameterized type, otherwise it returns Object.class
getGeneratedDescriptor() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
Gets the generated descriptor created by this visitor
getGuiceBridge() - Static method in class org.jvnet.hk2.guice.bridge.api.GuiceBridge
 
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.jvnet.hk2.internal.IterableProviderImpl
 
getHolder(String) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
 
getHolder(String, Class<T>) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
 
getHolder(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
 
getHolder(String, Class<T>) - 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 class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
 
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.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.AutoActiveDescriptor
 
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.internal.ConstantActiveDescriptor
 
getImplementationClass() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
 
getImplementationClass() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceServiceHk2Bean
 
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
 
getImportedPkgs() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
getImporter() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
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
 
getImportPolicyClassName() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
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
 
getImports() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getImports() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
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.
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 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.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.InjecteeImpl
 
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.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
 
getInjectionResolver(ServiceLocatorImpl, Injectee) - Static method in class org.jvnet.hk2.internal.Utilities
Returns an injection resolver for the injectee
getInjectionResolver(ServiceLocatorImpl, AnnotatedElement) - Static method in class org.jvnet.hk2.internal.Utilities
Returns an injection resolver for this AnnotatedElement.
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
 
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
getInternalName() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
getInternalNameOfSuperClass() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
getInternalNamesOfInterfaces() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
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.
getJarLocations() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
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
 
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
 
getLifecyclePolicyClassName() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
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.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
getLocation() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
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
 
getLocations() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
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.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.
getMainAttributes() - Method in class com.sun.enterprise.module.single.ManifestProxy
 
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
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
 
getManifest() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
getMaxCacheSize() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
 
getMaxCacheSize() - Method in class org.glassfish.hk2.utilities.cache.LRUCache
Returns the maximum number of entries that will be stored in this cache
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
getMd() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
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 org.glassfish.hk2.api.MultiException
 
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 class org.glassfish.hk2.utilities.DescriptorImpl
 
getMetadata() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getMetadata() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
getMetadata() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getMetadataKey(String, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
 
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(MethodRef) - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
getMethod() - Method in interface org.glassfish.hk2.classmodel.reflect.Parameter
Parameters of a method are ordered based on the method declaration.
getMethodInjectees(Method) - Static method in class org.jvnet.hk2.internal.Utilities
Returns all the injectees for a constructor
getMethods() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
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.
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
 
getModuleDefinition() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getModules() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
Returns the list of shared Modules registered in this instance.
getModules(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
getModules() - Method in interface com.sun.enterprise.module.ModulesRegistry
Returns the list of shared Modules registered in this instance.
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() - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
 
getModules(String) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
 
getModules() - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
 
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>) - 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 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.
getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>, URL[]) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
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>) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition
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.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 class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getName() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
getName() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
getName() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
getName() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
getName() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
 
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.TypeProxy
 
getName() - Method in interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
Returns the name where parameter types are enclosed in < > comma separated, like declaration in source java files.
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(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
Returns the name that should be associated with this class
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.SystemDescriptor
 
getName() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
getName() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getName() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
getNameFromAllQualifiers(Set<Annotation>, AnnotatedElement) - Static method in class org.jvnet.hk2.internal.Utilities
Gets the name from the &46;Named qualifier in this set of qualifiers
getNameMethodName() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
 
getNameOfSuperClass() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
getNamesOfInterfaces() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
getNativeMethods() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
 
getNativeMethods() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
getNativeMethods() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
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
 
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
 
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
 
getOwnerType() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
 
getOwningClass() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getOwningClass() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
getOwningClassName() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
getOwningClassNameInternal() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
getPackageAdmin() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
getPackageName() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
getPackageName(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
getPackageName(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
 
getParameterizedInterfaces() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
 
getParameterizedInterfaces() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
 
getParameterTypes() - Method in class org.glassfish.hk2.api.TypeLiteral
 
getParametizedTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
Returns the type parameters in order.
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.InjecteeImpl
 
getParent() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
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
 
getParentClassLoader() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
Returns the parent class loader parenting the class loaders created by modules associated with this registry.
getPc() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
getPkg() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
getPlatformMainServiceName() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
 
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.InjecteeImpl
 
getPostConstruct(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Gets the post construct from the analyzer, checking output
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
 
getPr() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
getPreDestroy(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Gets the preDestroy from the analyzer, checking output
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
 
getProperty(String) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
 
getProposedLevel() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
 
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(String) - Method in class com.sun.enterprise.module.impl.ModuleImpl
 
getProvidersClass(Class<T>) - Method in interface com.sun.enterprise.module.Module
 
getProvidersClass(String) - 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.single.ProxyModule
 
getProvidersClass(Class<T>) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getProvidersClass(String) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
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.
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
 
getPublicInterfaces() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
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.utilities.AbstractActiveDescriptor
 
getQualifierAnnotations() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
 
getQualifierAnnotations(AnnotatedElement) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
Gets all the qualifier annotations from the object
getQualifierAnnotations() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
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.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
getRanking() - Method in interface org.glassfish.hk2.api.Descriptor
Returns the ranking of this descriptor.
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 interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
Returns the raw interface for this parameterized type
getRawType() - Method in class org.glassfish.hk2.api.TypeLiteral
 
getRawType(Type) - Static method in class org.glassfish.hk2.api.TypeLiteral
 
getRawType() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
 
getReferencedClasses() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getReferencedClasses() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
getReferencedMethods() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getReferencedMethods() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
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.
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
 
getRegistry() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getRegistry() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
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
getRequiredBundles() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
getRequiredPkgs() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
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.InjecteeImpl
 
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.InjecteeImpl
 
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
getResult() - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
 
getResultAsString() - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
 
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
getRunLevelMode(Descriptor) - Static method in class org.glassfish.hk2.runlevel.utilities.Utilities
Get the run level mode from the metadata of the given descriptor.
getRunLevelValue(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.internal.PerThreadContext
 
getScope() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
getScope() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
getScope() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
 
getScope() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
 
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
 
getScopeAnnotation() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
Returns the scope that this ActiveDescriptor belongs to
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
getScopeFromClass(Class<?>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
Gets the scope annotation from the object
getScopeFromObject(Object, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
Gets the scope annotation from the object
getSelfReference() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getSelfReference() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
getService() - Method in interface org.glassfish.hk2.api.ServiceHandle
Gets the underlying service object
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(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(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(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(ActiveDescriptor<T>, ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.ServiceLocator
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(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.
getService() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
 
getService(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
Deprecated.
getService(ActiveDescriptor<T>, ServiceHandle<?>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Class<T>, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Type, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
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(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(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(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(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 the ActiveDescriptor.
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 the ActiveDescriptor.
getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Class<T>, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Type, String, Annotation...) - 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.utilities.DescriptorImpl
 
getServiceId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getServiceLocator() - Method in class com.sun.enterprise.module.bootstrap.Main
 
getSignature() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getSignature() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
Used only when method's parameters or return type use generics.
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.
getSize() - Method in interface org.glassfish.hk2.api.IterableProvider
Returns the size of the iterator that would be returned
getSize() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
getSortedList() - Method in class org.jvnet.hk2.internal.IndexedListData
 
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.jvnet.hk2.internal.ServiceLocatorImpl
 
getState() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getState() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
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
 
getSubTypeRefs() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
getSystemId() - Method in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
 
getSystemId() - Method in interface com.sun.enterprise.module.InhabitantsDescriptor
Return the unique identifier
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
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(int) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
 
getType(int, String, TypeProxy) - 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 class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
 
getType() - Method in interface org.glassfish.hk2.classmodel.reflect.Parameter
Returns the parameter type
getTypeBuilder(URI) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
 
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
getTypes() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
Return the holder instance of all the visited types.
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
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.InjecteeImpl
 
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
 
getValidator() - Method in interface org.glassfish.hk2.api.ValidationService
Returns the Validator that will be run whenever a Descriptor 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.
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
 
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
 
getVersion() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
 
getVersion() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
go() - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
Does the work of writing out the inhabitants file to the proper location
GuiceBridge - Class in org.jvnet.hk2.guice.bridge.api
This class can be used to initialize a ServiceLocator for use with the Guice/HK2 Bridge
GuiceBridge() - Constructor for class org.jvnet.hk2.guice.bridge.api.GuiceBridge
 
GuiceBridgeImpl - Class in org.jvnet.hk2.guice.bridge.internal
 
GuiceBridgeImpl() - Constructor for class org.jvnet.hk2.guice.bridge.internal.GuiceBridgeImpl
 
GuiceIntoHK2Bridge - Interface in org.jvnet.hk2.guice.bridge.api
Guice Bridge
GuiceIntoHK2BridgeImpl - Class in org.jvnet.hk2.guice.bridge.internal
 
GuiceIntoHK2BridgeImpl() - Constructor for class org.jvnet.hk2.guice.bridge.internal.GuiceIntoHK2BridgeImpl
 
GuiceScope - Annotation Type in org.jvnet.hk2.guice.bridge.api
 
GuiceScopeContext - Class in org.jvnet.hk2.guice.bridge.internal
 
GuiceScopeContext() - Constructor for class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
 
GuiceServiceHk2Bean<T> - Class in org.jvnet.hk2.guice.bridge.internal
 
GuiceServiceHk2Bean() - Constructor for class org.jvnet.hk2.guice.bridge.internal.GuiceServiceHk2Bean
 
GuiceToHk2JITResolver - Class in org.jvnet.hk2.guice.bridge.internal
 

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.
handleErrors(NarrowResults, LinkedList<ErrorService>) - Static method in class org.jvnet.hk2.internal.Utilities
Calls the list of error services for the list of errors
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 class org.jvnet.hk2.internal.IterableProviderImpl
 
handleType(String) - Method in class com.sun.enterprise.module.RepositoryFactory
Returns true if this factory can handle this type of repository
has(String, String) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
 
has(String, List<String>) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
 
has(String, String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
 
has(String, List<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, List<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 interface org.glassfish.hk2.utilities.DescriptorBuilder
An instance of data to be associated with this descriptor
hasErrors() - Method in class org.jvnet.hk2.internal.Collector
Returns true if this collector has errors
hashCode() - Method in class com.sun.enterprise.module.common_impl.ModuleId
 
hashCode() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
hashCode() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
hashCode() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
 
hashCode() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.SplitPackage
 
hashCode() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
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.utilities.DescriptorImpl
 
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.SystemDescriptor
 
hashCode() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
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
 
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() - Method in class com.sun.enterprise.module.ModuleMetadata.Entry
 
hasProvider(Class) - Method in class com.sun.enterprise.module.single.ProxyModule
 
hasProvider(Class) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
hear(TypeLiteral<I>, TypeEncounter<I>) - Method in class org.jvnet.hk2.guice.bridge.internal.HK2ToGuiceTypeListenerImpl
 
HK2_LOCATOR - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
 
HK2_REPOSITORIES - Static variable in class org.jvnet.hk2.osgiadapter.Constants
List of HK2 module repository URIs.
HK2Exception - Exception in org.glassfish.hk2.api
Base class for HK2 defined checked exceptions
HK2Exception() - Constructor for exception org.glassfish.hk2.api.HK2Exception
 
HK2Exception(String) - Constructor for exception org.glassfish.hk2.api.HK2Exception
 
HK2Exception(Throwable) - Constructor for exception org.glassfish.hk2.api.HK2Exception
 
HK2Exception(String, Throwable) - Constructor for exception 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
 
HK2Inject - Annotation Type in org.jvnet.hk2.guice.bridge.api
In Guice you cannot override the meaning of {#link javax.inject.Inject}.
HK2IntoGuiceBridge - Class in org.jvnet.hk2.guice.bridge.api
 
HK2IntoGuiceBridge(ServiceLocator) - Constructor for class org.jvnet.hk2.guice.bridge.api.HK2IntoGuiceBridge
Creates the HK2IntoGuiceBridge TypeLocator that must be bound into the Module with a call to bindListener.
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(ClassLoader) - Constructor for class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
Creates the post-processor to use the given classloader
Hk2LoaderPopulatorPostProcessor() - Constructor for class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
 
HK2Main - Class in org.jvnet.hk2.osgiadapter
BundleActivator that launches a Habitat.
HK2Main() - Constructor for class org.jvnet.hk2.osgiadapter.HK2Main
 
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 in org.glassfish.hk2.api
Base class for HK2 defined runtime exceptions
HK2RuntimeException() - Constructor for exception org.glassfish.hk2.api.HK2RuntimeException
 
HK2RuntimeException(String) - Constructor for exception org.glassfish.hk2.api.HK2RuntimeException
 
HK2RuntimeException(Throwable) - Constructor for exception org.glassfish.hk2.api.HK2RuntimeException
 
HK2RuntimeException(String, Throwable) - Constructor for exception 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
 
HK2ToGuiceTypeListenerImpl - Class in org.jvnet.hk2.guice.bridge.internal
 
HK2ToGuiceTypeListenerImpl(ServiceLocator) - Constructor for class org.jvnet.hk2.guice.bridge.internal.HK2ToGuiceTypeListenerImpl
Creates the HK2IntoGuiceBridge TypeLocator that must be bound into the Module with a call to bindListener.

I

identifyCyclicDependency(ModuleImpl, Logger) - Static method in class com.sun.enterprise.module.impl.Utils
 
ImmediateResults - Class in org.jvnet.hk2.internal
This contains the local portion of the narrowed result
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
IMPORT_POLICY - Static variable in class com.sun.enterprise.module.ManifestConstants
ImportPolicy - Interface in com.sun.enterprise.module
Modules that wish to programmatically control their list of imports can implement this interface.
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(String) - 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 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 interface org.glassfish.hk2.utilities.DescriptorBuilder
A scope to be associated with this descriptor object.
Index - Annotation Type in org.jvnet.hk2.annotations
Marks the index property of the Contract annotations.
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
 
IndexedFilterImpl(String, String) - Constructor for class org.glassfish.hk2.internal.IndexedFilterImpl
 
IndexedListData - Class in org.jvnet.hk2.internal
This object contains a list of values.
IndexedListData() - Constructor for class org.jvnet.hk2.internal.IndexedListData
 
InhabitantAnnotation - Annotation Type in org.jvnet.hk2.annotations
Meta-annotation indicating that the annotation designates a resident service of a org.glassfish.hk2.Services.
InhabitantMetadataProcessor - Class in com.sun.enterprise.tools.apt
Discoveres all InhabitantMetadata and puts them into the bag.
InhabitantMetadataProcessor() - Constructor for class com.sun.enterprise.tools.apt.InhabitantMetadataProcessor
 
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
 
init(String, String) - Method in class com.sun.enterprise.module.common_impl.ModuleId
 
init(ProcessingEnvironment) - Method in class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
Deprecated.
 
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(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() - Method in class org.jvnet.hk2.osgiadapter.OSGiDirectoryBasedRepository
 
initialize(BundleContext) - Static method in class org.jvnet.hk2.osgiadapter.OSGiFactoryImpl
 
initialize() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
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.
initializeGuiceBridge(ServiceLocator) - Method in class org.jvnet.hk2.guice.bridge.api.GuiceBridge
This method will initialize the given service locator for use with the Guice/HK2 bridge.
initializeGuiceBridge(ServiceLocator) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceBridgeImpl
 
initializeServiceLocator(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
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, String) - 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 class org.jvnet.hk2.internal.ServiceLocatorImpl
 
Injectee - Interface in org.glassfish.hk2.api
An Injectee represents the point of injection.
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
InjecteeImpl - Class in org.jvnet.hk2.internal
This is an implementation of Injectee that is used by the system.
InjectionResolver<T> - Interface in org.glassfish.hk2.api
This class allows users to provide a custom injection target for any annotation (including @Inject).
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() - Method in class com.oracle.sdp.management.InstallSDPService
 
install(Binder...) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
Adds all binding definitions from the binders to the binding configuration.
InstallSDPService - Class in com.oracle.sdp.management
Installs the SDP
InstallSDPService(BundleContext) - Constructor for class com.oracle.sdp.management.InstallSDPService
 
Instance - Static variable in class com.sun.enterprise.module.common_impl.AbstractFactory
 
InstanceLifecycleEvent - Interface in org.glassfish.hk2.api
This object contains information about a lifecycle event.
InstanceLifecycleEventImpl - Class in org.jvnet.hk2.internal
 
InstanceLifecycleEventType - Enum in org.glassfish.hk2.api
This describes the type of lifecycle events that can happen in the system
InstanceLifecycleListener - Interface in org.glassfish.hk2.api
This processor is called for certain events in the lifecycle of instances of services.
intercept(Object, Method, Object[], MethodProxy) - Method in class org.jvnet.hk2.internal.MethodInterceptorImpl
 
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
 
invoke(Object, Method, Object[]) - 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)
IOException2 - Exception in com.sun.enterprise.module.maven
 
IOException2(String) - Constructor for exception com.sun.enterprise.module.maven.IOException2
 
IOException2(String, Throwable) - Constructor for exception com.sun.enterprise.module.maven.IOException2
 
isAbstract(Member) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if the underlying member is abstract
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.internal.PerThreadContext
 
isActive() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
isActive() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
 
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
 
isAnnotationAQualifier(Annotation) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
Returns true if the given annotation is a qualifier
isApplicationClass() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
 
isCacheSet() - Method in interface org.glassfish.hk2.api.SingleCache
Returns true if this cache has been set
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
 
isClassAGenerator(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(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(File, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
Returns true if it can be determined that this class is a scope
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.jvnet.hk2.internal.ThreeThirtyResolver
 
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
 
isDown() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
 
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.
isEmpty() - Method in class com.sun.enterprise.module.maven.TokenListBuilder
 
isEmpty() - Method in class org.jvnet.hk2.internal.IndexedListData
 
isEnabled() - Static method in class com.sun.enterprise.module.common_impl.TracingUtilities
 
isFinal(Member) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if the underlying member is abstract
isInterface() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
isLoggable(Level) - Static method in class com.sun.enterprise.module.common_impl.LogHelper
 
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.jvnet.hk2.internal.ThreeThirtyResolver
 
isNative() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
isNative() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
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.InjecteeImpl
 
isPrimitive(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
 
isPrivate(Member) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if the underlying member is private
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.utilities.DescriptorImpl
 
isProxiable() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
isProxiable(ActiveDescriptor<?>) - 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
isPublic() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
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() - 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.utilities.AbstractActiveDescriptor
 
isReified() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
 
isReified() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
isSelected(ArchiveAdapter.Entry) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Selector
callback to select an archive for processing
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.InjecteeImpl
 
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
 
isShared() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
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
 
isSticky() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
isTransientlyActive() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
isTypeSafe(Type, Type) - Static method in class org.jvnet.hk2.internal.TypeChecker
Returns true if the given requiredType is safely assignable from the given beanType.
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 interface org.glassfish.hk2.runlevel.RunLevelFuture
Returns true if this job represents the system going from a lower level to a higher level.
isVisited() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
isWar() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
 
IterableProvider<T> - Interface in org.glassfish.hk2.api
This object can be injected rather than Provider or ExtendedProvider when it is desired to iterate over more than one returned instance of the type.
IterableProviderImpl<T> - Class in org.jvnet.hk2.internal
 
iterator() - Method in class com.sun.enterprise.module.common_impl.Tokenizer
 
iterator() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 

J

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
 
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
 
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 creates the thing, doesn't try to do anything else
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
 
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.jvnet.hk2.guice.bridge.internal.GuiceToHk2JITResolver
 
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

keySet() - Method in class org.jvnet.hk2.component.MultiMap
Returns the set of keys associated with this MultiMap

L

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.
launch(ModuleStartup, StartupContext) - Method in class com.sun.enterprise.module.bootstrap.Main
 
lifecycleEvent(InstanceLifecycleEvent) - Method in interface org.glassfish.hk2.api.InstanceLifecycleListener
This method will be called when any lifecycle event occurs.
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
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 the Descriptor.
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 the Descriptor.
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 the Descriptor
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 the Descriptor.
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
 
listenerAdded(ServiceLocator) - Method in interface org.glassfish.hk2.api.ServiceLocatorListener
This method is called whenever a named ServiceLocator has been added to the set of ServiceLocators
listenerDestroyed(ServiceLocator) - Method in interface org.glassfish.hk2.api.ServiceLocatorListener
This method is called whenever a named ServiceLocator will be removed from the set of ServiceLocators
listeners - Variable in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
 
load(URL, String) - Method in class com.sun.enterprise.module.ModuleMetadata
 
load(URL, String, InputStream) - Method in class com.sun.enterprise.module.ModuleMetadata
 
load(String) - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFileLoader
 
loadClass(String) - Method in interface com.sun.enterprise.module.common_impl.TracingUtilities.Loader
 
loadClass(String, boolean, boolean) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
 
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, 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(String) - Method in class org.jvnet.hk2.osgiadapter.OsgiHk2Loader
 
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 com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
loadExistingMetaInfFiles() - Method in class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
Deprecated.
Loads all existing META-INF/services file from our destination directory This is usuful because during incremental builds, not all source files are recompiled, henve we cannot rewrite the META-INF/services file from scratch each time, but append/remove entries from it as necessary.
loadFromRepository(String, String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
loadFromRepository(String, String) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
 
loadJar(File) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
Loads a jar file and builds a ModuleDefinition.
loadJar(File) - Method in class com.sun.enterprise.module.maven.MavenProjectRepository
 
loadJar(File) - Method in class org.jvnet.hk2.osgiadapter.OSGiDirectoryBasedRepository
This class overrides this mthod, because we don't support the following cases: 1.
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 all ModuleDefinitions and libraries defintions
loadModuleDefs(Map<ModuleId, ModuleDefinition>, List<URI>) - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
 
loadModuleDefs(Map<ModuleId, ModuleDefinition>, List<URI>) - Method in class com.sun.enterprise.module.maven.MavenProjectRepository
 
loadModuleDefs(Map<ModuleId, ModuleDefinition>, List<URI>) - Method in class org.jvnet.hk2.osgiadapter.OSGiDirectoryBasedRepository
 
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
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
logger - Variable in class com.sun.enterprise.module.bootstrap.PlatformMain
 
logger - Static variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
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 - Class in org.jvnet.hk2.osgiadapter
 
Logger() - Constructor for class org.jvnet.hk2.osgiadapter.Logger
 
logger - Static variable in class org.jvnet.hk2.osgiadapter.Logger
 
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
 
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
 
LRUCacheImpl<K,V> - Class in org.glassfish.hk2.utilities.cache.internal
The implementation of the LRUCache
LRUCacheImpl(int) - Constructor for class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
 

M

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(String[]) - Static method in class com.sun.enterprise.module.bootstrap.Main
 
main(String[]) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
main(String[]) - Static method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
 
main(String[]) - Static method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
main(String[]) - Static method in class com.sun.enterprise.tools.visualizer.hk2.DotGenerator
 
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_BUNDLE - Static variable in class com.sun.enterprise.module.ManifestConstants
Module name that we'll launch.
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
 
makeMe(Constructor<?>, Object[]) - 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)
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, boolean) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
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, 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 interface com.sun.enterprise.module.ModulesRegistry
Returns the Module instance giving a name and version constraints.
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, boolean) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
 
makeModuleFor(String, String, boolean) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
 
ManifestConstants - Class in com.sun.enterprise.module
Constants used in the module manifest.
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
 
ManifestProxy.SeparatorMappings(String, String) - Constructor for class com.sun.enterprise.module.single.ManifestProxy.SeparatorMappings
 
mappings - Variable in class com.sun.enterprise.module.single.ManifestProxy
 
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.internal.IndexedFilterImpl
 
matches(Descriptor) - Method in class org.glassfish.hk2.internal.SpecificFilterImpl
 
matches(Descriptor) - Method in class org.glassfish.hk2.internal.StarFilter
 
MavenProjectRepository - Class in com.sun.enterprise.module.maven
Repository implementation that loads modules from the transitive dependencies set in a MavenProject.
MavenProjectRepository(MavenProject, ArtifactResolver, ArtifactRepository, ArtifactFactory) - Constructor for class com.sun.enterprise.module.maven.MavenProjectRepository
 
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
 
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.
Messager - Interface in com.sun.enterprise.tools
Abstraction for a Messager
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 the descriptor.
Method - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
 
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_NAME - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
Must be the same value as from the GenerateServiceFromMethod value
MethodInterceptorImpl - Class in org.jvnet.hk2.internal
 
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
 
MethodRef - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
 
MethodRef(String, String, String) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
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
 
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.
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
ModuleDefinition - Interface in com.sun.enterprise.module
A module definition contains all information about a module existence, its dependencies and its exported interfaces.
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
ModuleDependencyAnalyser - Class in com.sun.enterprise.tools.verifier.hk2
 
ModuleDependencyAnalyser(ModuleDefinition, Repository) - Constructor for class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
Create a new analyser.
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(String) - Constructor for class com.sun.enterprise.module.common_impl.ModuleId
 
ModuleId(String, String) - Constructor for class com.sun.enterprise.module.common_impl.ModuleId
 
ModuleId(ModuleDefinition) - 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.
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
 
ModuleMetadata.Entry() - Constructor for class com.sun.enterprise.module.ModuleMetadata.Entry
 
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
 
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.
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.
MultiException - Exception in org.glassfish.hk2.api
This exception can contain multiple other exceptions.
MultiException() - Constructor for exception org.glassfish.hk2.api.MultiException
Creates an empty MultiException
MultiException(List<Throwable>) - Constructor for exception org.glassfish.hk2.api.MultiException
This list must have at least one element in it.
MultiException(Throwable) - Constructor for exception org.glassfish.hk2.api.MultiException
This allows for construction of a MultiException with one element in its list
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.

N

name - Variable in class com.sun.enterprise.module.common_impl.ModuleId
 
name - Variable in class org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
 
name - Variable in class org.glassfish.hk2.classmodel.reflect.Parser.Result
 
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 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 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
 
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
 
NarrowResults - Class in org.jvnet.hk2.internal
 
NarrowResults() - Constructor for class org.jvnet.hk2.internal.NarrowResults
 
needToBuildClosure(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
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>>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
Get a new factory class-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(Factory<T>) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
Get a new factory instance-based service binding builder.
newInstance(Object[]) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFileLoaderFactory
a factory method to create ClassFileLoader instance.
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
 
newModule(ModuleDefinition) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
 
newModule(ModuleDefinition) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
 
newModuleDefinition(File, Attributes) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
Extensibility point for subclasses to create a different instance of ModuleDefinition.
newModuleDefinition(File, Attributes) - Method in class org.jvnet.hk2.osgiadapter.OSGiDirectoryBasedRepository
 
newServiceLocator() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
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() - Method in interface com.sun.enterprise.module.ModulesRegistry
Creates an uninitialized ServiceLocator
newServiceLocator(ServiceLocator) - Method in interface com.sun.enterprise.module.ModulesRegistry
 
next() - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
 
next() - Method in class com.sun.enterprise.module.common_impl.FlattenIterator
 
nextElement() - Method in class com.sun.enterprise.module.common_impl.CompositeEnumeration
 
nextElement() - Method in class com.sun.enterprise.module.common_impl.FlattenEnumeration
 
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

O

OBR_DEPLOYS_FRGAMENTS - Static variable in class org.jvnet.hk2.osgiadapter.Constants
This boolean flag is used to indicate if OBR deploys fragment bundles for any given required bundle.
OBR_DEPLOYS_OPTIONAL_REQUIREMENTS - Static variable in class org.jvnet.hk2.osgiadapter.Constants
This boolean flag is used to indicate if OBR deploys optional requirements.
OBR_ENABLED - Static variable in class org.jvnet.hk2.osgiadapter.Constants
Indicates if OBR is enabled or not.
OBR_REPOSITORIES - Static variable in class org.jvnet.hk2.osgiadapter.Constants
List of URIs of OBR repositories that are configured to be consulted while deploying bundles.
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 class org.jvnet.hk2.internal.IterableProviderImpl
 
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
 
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
 
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
onError(RunLevelFuture, Throwable) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
Called when a service throws an exception during lifecycle orchestration.
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.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(RunLevelFuture, int) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
Called when the RunLevelController advances to the next level
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
 
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.
Operation - Enum in org.glassfish.hk2.api
This defines the operations that may be validated
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.
org.glassfish.hk2.api - package org.glassfish.hk2.api
 
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.extension - package org.glassfish.hk2.extension
 
org.glassfish.hk2.internal - package org.glassfish.hk2.internal
 
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.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.reflection - package org.glassfish.hk2.utilities.reflection
 
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.generator - package org.jvnet.hk2.generator
 
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.guice.bridge.api - package org.jvnet.hk2.guice.bridge.api
 
org.jvnet.hk2.guice.bridge.internal - package org.jvnet.hk2.guice.bridge.internal
 
org.jvnet.hk2.internal - package org.jvnet.hk2.internal
 
org.jvnet.hk2.osgiadapter - package org.jvnet.hk2.osgiadapter
 
org.jvnet.hk2.testing.junit - package org.jvnet.hk2.testing.junit
 
org.jvnet.hk2.testing.junit.internal - package org.jvnet.hk2.testing.junit.internal
 
OSGiDirectoryBasedRepository - Class in org.jvnet.hk2.osgiadapter
Only OSGi bundles are recognized as modules.
OSGiDirectoryBasedRepository(String, File) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiDirectoryBasedRepository
 
OSGiDirectoryBasedRepository(String, File, boolean) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiDirectoryBasedRepository
 
OSGiFactoryImpl - Class in org.jvnet.hk2.osgiadapter
 
OsgiHk2Loader - Class in org.jvnet.hk2.osgiadapter
An Hk2Loader that uses a Bundle to load classes
OSGiModuleDefinition - Class in org.jvnet.hk2.osgiadapter
 
OSGiModuleDefinition(File) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
OSGiModuleDefinition(Jar, URI) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
OSGiModuleDefinition(Bundle) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
 
OSGiModuleImpl - Class in org.jvnet.hk2.osgiadapter
 
OSGiModuleImpl(AbstractOSGiModulesRegistryImpl, Bundle, ModuleDefinition) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
OSGiModulesRegistryImpl - Class in org.jvnet.hk2.osgiadapter
This is an implementation of ModulesRegistry.
OSGiObrBasedRepository - Class in org.jvnet.hk2.osgiadapter
 
OSGiObrBasedRepository(Repository) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
OSGiObrModuleImpl - Class in org.jvnet.hk2.osgiadapter
 
OSGiObrModuleImpl(OSGiObrModulesRegistryImpl, File) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
OSGiObrModuleImpl(OSGiObrModulesRegistryImpl, ModuleDefinition) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
OSGiObrModuleImpl(OSGiObrModulesRegistryImpl, Bundle, ModuleDefinition) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
OSGiObrModulesRegistryImpl - Class in org.jvnet.hk2.osgiadapter
 
OSGiPackager - Class in com.sun.enterprise.module.maven
Prepares OSGi manifest entries in MavenArchiveConfiguration.
OSGiPackager(Properties) - Constructor for class com.sun.enterprise.module.maven.OSGiPackager
 
OsgiPopulatorPostProcessor - Class in org.jvnet.hk2.osgiadapter
A PopulatorPostProcessor that sets the HK2Loader prior to binding a descriptor
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
 
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)

P

pa - Variable in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
PackageAnalyser - Class in com.sun.enterprise.tools.verifier.hk2
A class that inspects module definitions of a bundle and processes them to come up with package dependency matrix, split-packages, etc.
PackageAnalyser(Repository) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
PackageAnalyser(Repository, Logger) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
PackageAnalyser.Bundle - Class in com.sun.enterprise.tools.verifier.hk2
A dats structure to capture bundle details needed for our processing.
PackageAnalyser.PackageCapability - Class in com.sun.enterprise.tools.verifier.hk2
Holds information about an exported package.
PackageAnalyser.PackageCapability(String, String) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
 
PackageAnalyser.PackageCapability(String) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
 
PackageAnalyser.SplitPackage - Class in com.sun.enterprise.tools.verifier.hk2
Holds information about a split-package.
PackageAnalyser.SplitPackage(String, Set<PackageAnalyser.Bundle>) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.SplitPackage
 
PackageAnalyser.Wire - Class in com.sun.enterprise.tools.verifier.hk2
A wire represents a connection between an exporter bundle to an importer bundle for a particular package.
PackageAnalyser.Wire(String, PackageAnalyser.Bundle, PackageAnalyser.Bundle) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
PackageAnalyser.Wire(PackageAnalyser.PackageCapability, PackageAnalyser.PackageRequirement, PackageAnalyser.Bundle, PackageAnalyser.Bundle) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
Packager - Class in com.sun.enterprise.module.maven
Prepares manifest entries in MavenArchiveConfiguration.
Packager() - Constructor for class com.sun.enterprise.module.maven.Packager
 
PARAM_INHABITANT_SOURCE_FILE - Static variable in class com.sun.enterprise.tools.classmodel.Constants
This is the source inhabitants file read.
PARAM_INHABITANT_TARGET_FILE - Static variable in class com.sun.enterprise.tools.classmodel.Constants
This is the target inhabitants file built.
PARAM_INHABITANTS_CLASSPATH - Static variable in class com.sun.enterprise.tools.classmodel.Constants
This is the working classpath the introspection machinery will use to resolve referenced contracts and annotations.
PARAM_INHABITANTS_CLASSPATH_ADVISOR - Static variable in class com.sun.enterprise.tools.classmodel.Constants
This is the optionally provided Advisor for pruning and/or caching the Constants.PARAM_INHABITANTS_CLASSPATH.
PARAM_INHABITANTS_SORTED - Static variable in class com.sun.enterprise.tools.classmodel.Constants
Set to true if the inhabitants should be sorted
PARAM_INHABITANTS_SOURCE_FILES - Static variable in class com.sun.enterprise.tools.classmodel.Constants
This is the source files (jars | directories) to introspect and build a habitat for.
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
ParameterizedTypeImpl - Class in org.glassfish.hk2.utilities.reflection
 
ParameterizedTypeImpl(Type, Type...) - Constructor for class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
A new parameterized type
parent - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
ModulesRegistry can form a tree structure by using this pointer.
PARENT_CONFIGURED - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
Must be the same value as from the GenerateServiceFromMethod value
parse(File, Runnable) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
 
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 from manifest attributes and updates URI list.
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(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
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 - Variable in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
 
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 by ParsingConfig.getTypesOfInterest().
ParsingContext - Class in org.glassfish.hk2.classmodel.reflect
Parsing context for parsing jars and directories and getting a classmodel back
ParsingContext.Builder - Class in org.glassfish.hk2.classmodel.reflect
Context builder
ParsingContext.Builder() - Constructor for class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
 
PerLookup - Annotation Type in org.glassfish.hk2.api
PerLookup is the scope for objects that are created every time they are looked up.
PerLookupContext - Class in org.jvnet.hk2.internal
 
PerLookupContext() - Constructor for class org.jvnet.hk2.internal.PerLookupContext
 
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
 
PKG_EXPORT_NAME - Static variable in class com.sun.enterprise.module.ManifestConstants
Exported package list.
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
 
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.
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
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
 
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.
PopulatorPostProcessor - Interface in org.glassfish.hk2.bootstrap
 
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.
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(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
This will analyze the given object and call the postConstruct method.
postConstruct(Object, String) - 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 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.
preDestroy() - Method in interface org.glassfish.hk2.api.PreDestroy
The component is about to be removed from the registry.
preDestroy(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
This will analyze the given object and call the preDestroy method.
preDestroy(Object, String) - 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 class org.jvnet.hk2.internal.ServiceLocatorImpl
 
prepare(Module) - Method in interface com.sun.enterprise.module.ImportPolicy
callback from the module loading system when the module enters the PREPARING phase.
prepareProject(MavenProject) - Static method in class com.sun.enterprise.module.maven.MavenProjectRepository
When creating MavenProjectRepository from the current project (which is used to launch mvn), and if the compile phase has run yet, then the main artifact is still null.
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
 
PRIMITIVE_MAP - Static variable in class org.jvnet.hk2.internal.Constants
Map from primitive type to java type
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
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
 
printError(String, Exception) - Method in interface com.sun.enterprise.tools.Messager
 
printResult(PrintStream) - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
 
printStackTrace(PrintStream) - Method in exception org.glassfish.hk2.api.MultiException
 
printStackTrace(PrintWriter) - Method in exception org.glassfish.hk2.api.MultiException
 
printThrowable(Throwable) - Static method in class org.glassfish.hk2.utilities.reflection.Logger
Prints a throwable to stdout
proceedTo(int) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
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(ServiceLocator, DescriptorImpl) - Method in class com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
 
process(TypeElement) - Method in class com.sun.enterprise.tools.apt.InhabitantMetadataProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
Deprecated.
Annotation processor entry point, we are using a visitor pattern the visit only the class declaration.
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 interface org.glassfish.hk2.bootstrap.PopulatorPostProcessor
This method can be used to alter the descriptor read in.
process(ServiceLocator, DescriptorImpl) - Method in class org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
 
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.
provide() - Method in interface org.glassfish.hk2.api.Factory
This method will create instances of the type of this factory.
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.
provides(String) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
provides(PackageAnalyser.PackageRequirement) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
Proxiable - Annotation Type in org.glassfish.hk2.api
Scope annotations that are also marked with this annotation are proxiable.
proxy() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
 
proxy(boolean) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
 
proxy() - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
 
proxy(boolean) - 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(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 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() - 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 interface org.glassfish.hk2.utilities.DescriptorBuilder
This will cause the isProxiable field of the returned descriptor to return the given value.
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
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
 
pType(ParameterizedType) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
Prints a pretty parameterized type
publish(LogRecord) - Method in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
 
put(E) - Method in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue
 
put(K, V) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
 
put(K, V) - Method in class org.glassfish.hk2.utilities.cache.LRUCache
Adds the given key and value pair into the cache

Q

qualifiedBy(Annotation) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
 
qualifiedBy(Annotation) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
 
qualifiedBy(String) - 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 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 binging 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 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 class org.jvnet.hk2.internal.IterableProviderImpl
 

R

Rank - Annotation Type in org.glassfish.hk2.api
This annotation is used to provide the initial rank of a service marked with Service.
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.
read(InputStream) - Method in class com.sun.enterprise.module.single.ManifestProxy
 
readExternal(ObjectInput) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
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.
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.
ReflectionHelper - Class in org.glassfish.hk2.utilities.reflection
 
ReflectionHelper() - Constructor for class org.glassfish.hk2.utilities.reflection.ReflectionHelper
 
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
 
refresh() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
refresh() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
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.
register(ModuleLifecycleListener) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
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.
reifyDescriptor(Descriptor, Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
Converts a descriptor to an ActiveDescriptor.
reifyDescriptor(Descriptor) - 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
 
reifyDescriptor(Descriptor) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
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.utilities.AbstractActiveDescriptor
 
releaseCache() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
 
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.SystemDescriptor
 
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() - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
 
remove() - Method in class com.sun.enterprise.module.common_impl.FlattenIterator
 
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(Module) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
remove(Module) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
 
removeAdvertisedContract(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Removes an advertised contract from the set of contracts advertised by this descriptor
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
removeContractType(Type) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
Removes an advertised contract from the set of contracts advertised by this descriptor
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
 
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
removeFromCache() - Method in interface org.glassfish.hk2.utilities.cache.CacheEntry
Call this method on this entry to remove it from the LRUCache.
removeImport(ModuleImpl) - Method in class com.sun.enterprise.module.impl.ModuleImpl
 
removeLibrary(URI) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
 
removeListener(RepositoryChangeListener) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
Removes a previously registered listener
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(RepositoryChangeListener) - Method in interface com.sun.enterprise.module.Repository
Removes a previously registered listener
removeListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.single.ProxyModule
 
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
 
removeListener(ModuleChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
removeListener(RepositoryChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
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
removeModuleChangeListener(ModuleChangeListener) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
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.
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.
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
RepositoryFactory - Class in com.sun.enterprise.module
Factory to create repositories.
RepositoryFactory() - Constructor for class com.sun.enterprise.module.RepositoryFactory
 
requires(PackageAnalyser.PackageCapability) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
reset() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
Reset the closure for next closure computation.
reset() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompiler
Clear the internal cache.
reset() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
Reset the closure for next closure computation.
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(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.jvnet.hk2.internal.ThreeThirtyResolver
 
resolve() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
resolve() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
ResolveError - Error in com.sun.enterprise.module
Thrown to indicate that a module dependency could not be satisfied
ResolveError(String) - Constructor for error com.sun.enterprise.module.ResolveError
 
ResolveError(String, Throwable) - Constructor for error com.sun.enterprise.module.ResolveError
 
ResolveError(Throwable) - Constructor for error com.sun.enterprise.module.ResolveError
 
RESOURCE_BASE - Static variable in interface org.glassfish.hk2.bootstrap.DescriptorFileFinder
 
ResourceFinder - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
Helps in finding resources.
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
 
root - Variable in class com.sun.enterprise.module.bootstrap.PlatformMain
 
rootLocation - Variable in class com.sun.enterprise.module.impl.CookedLibRepository
 
run(String[]) - Method in class com.sun.enterprise.module.bootstrap.Main
 
run() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
 
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.
RunLevelController - Interface in org.glassfish.hk2.runlevel
Implementations of this contract are responsible for orchestration lifecycle events (i.e., start levels) in Hk2.
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
 
RunLevelException - Exception in org.glassfish.hk2.runlevel
Exception related to the operations of the RunLevelController.
RunLevelException(String) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
 
RunLevelException(Throwable) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
 
RunLevelException(String, Throwable) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
 
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
RunLevelListener - Interface in org.glassfish.hk2.runlevel
Implementations of RunLevelController should use this contract for publishing RunLevel events.

S

safeEquals(Object, Object) - Static method in class org.jvnet.hk2.internal.CacheKey
 
ScopedBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
Scoped service binding builder.
ScopedNamedBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
Scoped and named service binding builder.
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)
selects(ArchiveAdapter) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveSelector
Returns true if the archive should be selected for processing
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.
Service - Annotation Type in org.jvnet.hk2.annotations
Marker interface for service implementation.
ServiceAnnotationProcessor - Class in com.sun.enterprise.tools.apt
Deprecated.
Not used.
ServiceAnnotationProcessor() - Constructor for class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
Deprecated.
Creates a new instance of ServiceAnnotationProcessor
ServiceBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
Service binding builder.
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.
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
 
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
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
ServiceLocatorListener - Interface in org.glassfish.hk2.api
This is added to ServiceLocatorFactory in order to listen on service locators coming and going.
ServiceLocatorState - Enum in org.glassfish.hk2.api
The possible states in which a service locator can be in.
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
 
set(T) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
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.
setApplicationClass(boolean) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
 
setBundle(Bundle) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
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
 
setClassAnalysisName(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
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
setDefaultClassAnalyzerName(String) - Method in interface org.glassfish.hk2.api.ServiceLocator
Sets the name of the default class analyzer that should be used for all Descriptors that return null as their class analyzer.
setDefaultClassAnalyzerName(String) - 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
setExportedPkgs(Set<PackageAnalyser.PackageCapability>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
setFactoryId(Long, Long) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
 
setField(Field, Object, Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
Sets the given field to the given value
setImplementation(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the implementation
setImportedPkgs(Set<PackageAnalyser.PackageRequirement>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
setLoader(HK2Loader) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the loader to use with this descriptor
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
 
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.
setMd(ModuleDefinition) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
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.
setName(String) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
 
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
 
setOptional(boolean) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
Sets whether or not this Injectee should be considered optional
setParent(TypeProxy<?>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
 
setParent(AnnotatedElement) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
This setter sets both the parent and the injecteeClass fields.
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
 
setParentClassLoader(ClassLoader) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
Sets the classloader parenting the class loaders created by the modules associated with this registry.
setPosition(int) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
Sets the position of this Injectee.
setProxiable(Boolean) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
setRanking(int) - Method in interface org.glassfish.hk2.api.Descriptor
Returns the ranking of this descriptor.
setRanking(int) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
setRanking(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
setRequiredBundles(Set<PackageAnalyser.Bundle>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
setRequiredPkgs(Set<String>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
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
setSelf(boolean) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
Sets whether or not this is a self-referencing injectee
setServiceId(Long) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the service id for this descriptor
setStartupContext(StartupContext) - Method in interface com.sun.enterprise.module.bootstrap.ModuleStartup
 
setStartupContext(StartupContext) - Method in class test.TestModuleStartup
 
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
 
setSticky(boolean) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
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.
setUnqualified(Unqualified) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
 
setVerbosity(boolean) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
 
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.internal.PerThreadContext
 
shutdown() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
shutdown() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
 
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() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
shutdown() - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
 
shutdown() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
shutdown() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
 
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
 
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.
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
 
SingletonContext - Class in org.jvnet.hk2.internal
 
size - Variable in class org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
 
size() - Method in class org.jvnet.hk2.component.MultiMap
Returns the size of the map.
sort(List<ActiveDescriptor<?>>) - Method in interface org.glassfish.hk2.runlevel.Sorter
Sort the given list of run level service descriptors.
Sorter - Interface in org.glassfish.hk2.runlevel
Contract for sorting descriptors for run level services.
sortInhabitantsDescriptor(String, boolean) - Static method in class com.sun.enterprise.tools.classmodel.Utilities
Sorts all of the lines in an inhabitants descriptor
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
 
StarFilter - Class in org.glassfish.hk2.internal
A filter that gets everything! w00t w00t!
StarFilter() - Constructor for class org.glassfish.hk2.internal.StarFilter
 
start(BundleContext) - Method in class com.oracle.sdp.management.Activator
 
start(String[]) - Method in class com.sun.enterprise.module.bootstrap.Main
Start the server from the command line
start() - Method in interface com.sun.enterprise.module.bootstrap.ModuleStartup
 
start(Properties) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
Starts the main entry point using this platform implementation.
start() - Method in class com.sun.enterprise.module.impl.ModuleImpl
Forces module startup.
start(Module) - Method in interface com.sun.enterprise.module.LifecyclePolicy
Callback when the module enters the READY state.
start() - Method in interface com.sun.enterprise.module.Module
Forces module startup.
start() - Method in class com.sun.enterprise.module.single.ProxyModule
 
start(BundleContext) - Method in class org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
 
start(BundleContext) - Method in class org.jvnet.hk2.osgiadapter.HK2Main
 
start() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
start() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
start() - Method in class test.TestModuleStartup
 
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 - 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
 
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
 
stop(BundleContext) - Method in class com.oracle.sdp.management.Activator
 
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.ModuleImpl
Forces module stop.
stop(Module) - Method in interface com.sun.enterprise.module.LifecyclePolicy
Callback before the module starts being unloaded.
stop() - Method in interface com.sun.enterprise.module.Module
Forces module stop.
stop() - Method in class com.sun.enterprise.module.single.ProxyModule
 
stop(BundleContext) - Method in class org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
 
stop(BundleContext) - Method in class org.jvnet.hk2.osgiadapter.HK2Main
 
stop() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
stop() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
stop() - Method in class test.TestModuleStartup
 
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
 
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.internal.PerThreadContext
 
supportsNullCreation() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
 
supportsNullCreation() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
 
supportsNullCreation() - Method in class org.jvnet.hk2.internal.PerLookupContext
 
supportsNullCreation() - Method in class org.jvnet.hk2.internal.SingletonContext
 
SYSTEM_LOADER_NAME - Static variable in class org.jvnet.hk2.internal.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
 
systemId - Variable in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
 

T

test - package test
 
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
TestModuleStartup - Class in test
 
TestModuleStartup() - Constructor for class test.TestModuleStartup
 
ThreeThirtyResolver - Class in org.jvnet.hk2.internal
 
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
TIME_ZERO_NAME - Static variable in class com.sun.enterprise.module.bootstrap.StartupContext
 
to(Type) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
 
to(Class<?>) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
 
to(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
 
to(Type) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
A contract to be associated with this descriptor object.
to(Class<? super T>) - 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.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(TypeLiteral<?>) - 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(TypeLiteral<?>) - 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(TypeLiteral<?>) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
Bind a new contract to a service.
to(Class<?>) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
A contract to be associated with this descriptor object.
to(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
A contract to be associated with this descriptor object.
toCommaSeparatedString() - Method in class org.jvnet.hk2.component.MultiMap
 
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
 
TokenListBuilder - Class in com.sun.enterprise.module.maven
 
TokenListBuilder(String) - Constructor for class com.sun.enterprise.module.maven.TokenListBuilder
 
TokenListBuilder() - Constructor for class com.sun.enterprise.module.maven.TokenListBuilder
 
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.ClassLoaderProxy
 
toString() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
 
toString() - Method in class com.sun.enterprise.module.impl.ModuleImpl
Return a String representation
toString() - Method in class com.sun.enterprise.module.maven.TokenListBuilder
 
toString() - Method in class com.sun.enterprise.module.ModuleDependency
Returns a string representation
toString() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
 
toString() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
 
toString() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
 
toString() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
 
toString() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.SplitPackage
 
toString() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
toString() - Method in exception 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.internal.FactoryDescriptorsImpl
 
toString() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
 
toString() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
 
toString() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
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.NamedImpl
 
toString() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
 
toString() - Method in class org.jvnet.hk2.component.MultiMap
 
toString() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
 
toString() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceServiceHk2Bean
 
toString() - Method in class org.jvnet.hk2.internal.CacheKey
 
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.InjecteeImpl
 
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
 
toString() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
toString() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
 
toString() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
Assists debugging.
toString() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
toString() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
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
 
translatePrimitiveType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
Converts the type to its java form, or returns the original
Type - Interface in org.glassfish.hk2.classmodel.reflect
A type defines java type which can be an interface or a class.
type(Type) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
 
TypeBuilder - Interface in org.glassfish.hk2.classmodel.reflect.impl
Plug-able interface to build type
TypeChecker - Class in org.jvnet.hk2.internal
This class contains various utilities for ensuring java type safety
TypeChecker() - Constructor for class org.jvnet.hk2.internal.TypeChecker
 
TypeImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
Implementation of the Type abstraction.
TypeImpl(String, TypeProxy<Type>) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
 
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
 
TypeProxy<T extends Type> - Class in org.glassfish.hk2.classmodel.reflect.impl
Proxy for types, used in place until the type can be properly instantiated.
TypeProxy.Notifier<T> - Interface in org.glassfish.hk2.classmodel.reflect.impl
 
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
 
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

uninstall() - Method in class com.oracle.sdp.management.InstallSDPService
 
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
 
uninstall() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
uninstall() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
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 - 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
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.
unregister(ModuleLifecycleListener) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
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 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 org.glassfish.hk2.api.UnsatisfiedDependencyException
Use this if the injectee is unknown
UnsatisfiedDependencyException(Injectee) - Constructor for exception 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
URLDescriptorFileFinder - Class in org.glassfish.hk2.bootstrap.impl
 
URLDescriptorFileFinder(URL) - Constructor for class org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
 
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.
Util - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
 
Util() - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
 
Utilities - Class in com.sun.enterprise.tools.classmodel
Utilities
Utilities() - Constructor for class com.sun.enterprise.tools.classmodel.Utilities
 
Utilities - Class in org.glassfish.hk2.runlevel.utilities
Run level service related utilities.
Utilities() - Constructor for class org.glassfish.hk2.runlevel.utilities.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.jvnet.hk2.internal.Utilities
 
Utils - Class in com.sun.enterprise.module.impl
 

V

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.
validateSelfInjectees(ActiveDescriptor<?>, List<Injectee>, 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.
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<?>, Injectee, Filter) - Constructor for class org.jvnet.hk2.internal.ValidationInformationImpl
Creates the validation information
ValidationInformationImpl(Operation, ActiveDescriptor<?>) - 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.
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() - Method in class org.glassfish.hk2.utilities.NamedImpl
 
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.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.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.runlevel.RunLevelController.ThreadingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jvnet.hk2.osgiadapter.BundleEventType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jvnet.hk2.osgiadapter.BundleEventType
 
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.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.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.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.jvnet.hk2.osgiadapter.BundleEventType
Returns an array containing the constants of this enum type, in the order they are declared.
valueSet(T) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeProxy.Notifier
 
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.ModuleId
 
versionPropertyName - Variable in class com.sun.enterprise.module.maven.OsgiVersionMojo
 
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(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
visit(int, int, String, String, String, String[]) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
 
visit(String, Object) - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
 
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.testing.junit.internal.ClassVisitorImpl
 
visitAnnotation(String, boolean) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
 
visitAnnotation(String, String) - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
 
visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
 
visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
 
visitAnnotation(String, boolean) - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
 
visitAnnotationDefault() - Method in class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
 
visitArray(String) - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
 
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
 
visitAttribute(Attribute) - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
 
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
 
visited() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
visitedClasses - Variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
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
 
visitEnd() - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
 
visitEnum(String, String, String) - Method in class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
 
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
 
visitField(int, String, String, String, Object) - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
 
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
 
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
 
visitInnerClass(String, String, String, int) - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
 
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.testing.junit.internal.ClassVisitorImpl
 
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
 
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
 
visitOuterClass(String, String, String) - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
 
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
 
visitSource(String, String) - Method in class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
 
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

warning(String) - Method in class org.glassfish.hk2.utilities.reflection.Logger
Sends this message to the Debug channel (FINER level in JDK parlance)
wasCalled - Static variable in class test.TestModuleStartup
 
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
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
 
withMetadata(String, 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.NamedBindingBuilder
Add binding descriptor metadata.
withMetadata(String, 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.ScopedBindingBuilder
Add binding descriptor metadata.
withMetadata(String, 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.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 interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
Add binding descriptor metadata.
WouldBlockException - Exception in org.glassfish.hk2.runlevel.internal
 
WouldBlockException() - Constructor for exception org.glassfish.hk2.runlevel.internal.WouldBlockException
 
write(OutputStream) - Method in class com.sun.enterprise.module.single.ManifestProxy
 
writeExternal(ObjectOutput) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
writeManifest(MavenProject, File) - Method in class com.sun.enterprise.module.maven.Packager
Creates META-INF/MANIFEST.MF with all the entries needed for HK2 runtime.
writeMetadata(Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
Used to write the metadata out
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
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

_

__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.
A B C D E F G H I J K L M N O P Q R S T U V W _ 

Copyright © 2014 Oracle Corporation. All rights reserved.