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

A

abort(Transaction) - Method in interface org.jvnet.hk2.config.Transactor
Aborts this Transaction, reverting the state
abort(Transaction) - Method in class org.jvnet.hk2.config.WriteableView
Aborts this Transaction, reverting the state
AbstractActiveDescriptor<T> - Class in org.glassfish.hk2.utilities
This class can be used as a starting point for those writing their own ActiveDescriptor.
AbstractActiveDescriptor() - Constructor for class org.glassfish.hk2.utilities.AbstractActiveDescriptor
For serialization
AbstractActiveDescriptor(Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorType, int, 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
 
AbstractClassVisitorImpl - Class in org.jvnet.hk2.generator.internal
 
AbstractClassVisitorImpl() - Constructor for class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
 
AbstractCreatorImpl<T> - Class in com.sun.hk2.component
Deprecated. 
AbstractCreatorImpl(Class<? extends T>, ServiceLocator, Map<String, List<String>>) - Constructor for class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
AbstractCreatorInhabitantImpl<T> - Class in com.sun.hk2.component
Deprecated. 
AbstractCreatorInhabitantImpl(Creator<T>) - Constructor for class com.sun.hk2.component.AbstractCreatorInhabitantImpl
Deprecated.  
AbstractCreatorInhabitantImpl(Descriptor, Creator<T>) - Constructor for class com.sun.hk2.component.AbstractCreatorInhabitantImpl
Deprecated.  
AbstractFactory - Class in com.sun.enterprise.module.common_impl
 
AbstractFactory() - Constructor for class com.sun.enterprise.module.common_impl.AbstractFactory
 
AbstractInhabitantImpl<T> - Class in com.sun.hk2.component
Deprecated. 
AbstractInhabitantImpl(Descriptor) - Constructor for class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
AbstractInhabitantProvider - Class in com.sun.hk2.component
Deprecated. 
AbstractInhabitantProvider() - Constructor for class com.sun.hk2.component.AbstractInhabitantProvider
Deprecated.  
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(AbstractModulesRegistryImpl) - 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
 
accept(Descriptor, int) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
Returns true if the RunLevel for the given descriptor in question should be processed by this RunLevelController instance.
accept(File) - Method in class org.jvnet.hk2.component.classmodel.FileCachingClassPathAdvisor
Deprecated.  
activate(ActiveDescriptor<?>) - Method in interface org.glassfish.hk2.runlevel.Activator
Activate the run level service associated with given descriptor.
activate(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
activate(Inhabitant<?>) - Method in interface org.jvnet.hk2.component.InhabitantActivator
Deprecated. Implementations are generally expected to call Inhabitant.get() at some point.
Activator - Interface in org.glassfish.hk2.runlevel
Contract for handling the activation and deactivation of run level services.
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(Inhabitant<?>, InhabitantParser) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Adds the given inhabitant to the serviceLocator, with all its indices.
add(Inhabitant<?>) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Adds the given inhabitant to the serviceLocator
add(Inhabitant<?>) - Method in interface com.sun.hk2.component.InhabitantStore
Deprecated. Adds the given inhabitant to the backing store (usually the habitat)
add(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Bind the given descriptor to the given service locator.
add(Inhabitant<?>, InhabitantParser) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Adds the given inhabitant to the habitat, with all its indices.
add(Inhabitant<?>) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Adds the given inhabitant to the habitat
add(Inhabitant<?>) - Method in interface org.glassfish.hk2.inhabitants.InhabitantStore
Adds the given inhabitant to the backing store (usually the habitat)
add(Inhabitant<?>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Adds a new inhabitant.
add(K, V) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Adds one more key-value pair.
add(Inhabitant, InhabitantParser) - Method in class org.jvnet.hk2.osgiadapter.OSGiInhabitantsParser
This method registers an equivalent service in OSGi's Service Registry.
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(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.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
addComponent(T) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Add an already instantiated component to this manager.
addContractType(Type) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
Adds an advertised contract to the set of contracts advertised by this descriptor
addDefaultChildren() - Method in class org.jvnet.hk2.config.Dom
When a new Dom object is created, ensures that all @NotNull annotated elements have a value.
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
 
added(URI) - Method in interface com.sun.enterprise.module.RepositoryChangeListener
A new libary jar file was added to the repository.
addElement(String) - Method in class org.glassfish.examples.http.HttpRequest
Sets the next element in the request
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
 
addHabitat(String, InhabitantsDescriptor) - Method in class com.sun.enterprise.module.ModuleMetadata
 
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
 
addIndex(Inhabitant<?>, String, String) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Adds the given inhabitant index to the serviceLocator
addIndex(Inhabitant<?>, String, String) - Method in interface com.sun.hk2.component.InhabitantStore
Deprecated. Adds the given inhabitant index to the backing store (usually the habitat)
addIndex(ServiceLocator, ActiveDescriptor<T>, String, String) - Static method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Add an alternate index to look up the given descriptor.
addIndex(Inhabitant<?>, String, String) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Adds the given inhabitant index to the habitat
addIndex(Inhabitant<?>, String, String) - Method in interface org.glassfish.hk2.inhabitants.InhabitantStore
Adds the given inhabitant index to the backing store (usually the habitat)
addIndex(Inhabitant<?>, String, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Adds a new index to look up the given inhabitant.
addIndex(Inhabitant<?>, String, String, boolean) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
addInhabitantListener(InhabitantListener) - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
addInhabitantsScanner(String, InhabitantsScanner) - Method in class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated.  
addInterceptor(Class<?>, ConfigBeanInterceptor) - Method in class org.jvnet.hk2.config.ConfigBean
Add a new ConfigBeanInterceptor to this ConfigBean instance.
addLeafElement(String, String) - Method in class org.jvnet.hk2.config.Dom
 
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(ConfigListener) - Method in class org.jvnet.hk2.config.Dom
 
addListener(ConfigListener) - Method in interface org.jvnet.hk2.config.ObservableBean
Add a new listener to configuration changes.
addListener(ModuleChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
addListener(RepositoryChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
addListenerForType(Class, ConfigListener) - Method in class org.jvnet.hk2.config.Transactions
adds a listener for a particular config type
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
 
addObr(URI) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
 
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.
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
addTransactionsListener(TransactionListener) - Method in class org.jvnet.hk2.config.Transactions
add a new listener to all transaction events.
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.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
 
addVetoableChangeListener(VetoableChangeListener) - Method in interface org.jvnet.hk2.config.ConstrainedBeanListener
 
afterChange(PropertyChangeEvent, long) - Method in interface org.jvnet.hk2.config.ConfigBeanInterceptor
Notification that an attribute has changed
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.
ALICE - Static variable in class org.glassfish.examples.ctm.TenantLocatorGenerator
 
ALICE_MAX - Static variable in class org.glassfish.examples.ctm.TenantLocatorGenerator
 
ALICE_MIN - Static variable in class org.glassfish.examples.ctm.TenantLocatorGenerator
 
AliceApp - Class in com.alice.application
A service offered by Alice that Mallory is allowed to use.
AliceApp() - Constructor for class com.alice.application.AliceApp
 
all() - Method in interface org.glassfish.hk2.Providers
Deprecated. Return all applicable Providers.
all() - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
all(boolean) - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
all() - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorImpl
Deprecated.  
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.
allocate(Class<?>) - Method in class org.jvnet.hk2.config.ConfigBean
Allocate a new ConfigBean object as part of the Transaction associated with this configuration object.
allocateProxy(Class<T>) - Method in class org.jvnet.hk2.config.WriteableView
Allocate a new ConfigBean object as part of the Transaction associated with this configuration object.
allowInjection(Method, Class<?>[]) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated. jsr-330 rules are very forgiving.
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
 
AlternateInject - Annotation Type in org.glassfish.examples.http
Our custom injection annotation.
AlternateInjectResolver - Class in org.glassfish.examples.http
 
AlternateInjectResolver() - Constructor for class org.glassfish.examples.http.AlternateInjectResolver
 
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.
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
 
annotatedWith(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.ContractLocator
Deprecated. Qualify this ContractLocator to identify services have the given annotation.
annotatedWith(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.NamedBinder
Deprecated. Append annotation to the binding.
annotatedWith(Class<? extends Annotation>) - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
annotatedWith(Class<? extends Annotation>) - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorImpl
Deprecated.  
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
 
AnnotationProcessorFactoryImpl - Class in org.jvnet.hk2.config.generator
 
AnnotationProcessorFactoryImpl() - Constructor for class org.jvnet.hk2.config.generator.AnnotationProcessorFactoryImpl
 
annotations - Variable in class org.jvnet.hk2.config.ConfigModel.Property
 
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
 
appendComment(String) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
apply(SingleConfigCode<T>, T) - Static method in class org.jvnet.hk2.config.ConfigSupport
Execute some logic on one config bean of type T protected by a transaction
apply(ConfigCode, ConfigBeanProxy...) - Static method in class org.jvnet.hk2.config.ConfigSupport
Executes some logic on some config beans protected by a transaction.
apply(Map<ConfigBean, Map<String, String>>) - Method in class org.jvnet.hk2.config.ConfigSupport
 
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
 
asBoolean(String) - Method in class org.jvnet.hk2.config.ConfigInjector
 
asInt(String) - Method in class org.jvnet.hk2.config.ConfigInjector
 
Attribute - Annotation Type in org.jvnet.hk2.config
Indicates that this property or the field value must be injected from an XML attribute in a configuration file.
attribute(String) - Method in class org.jvnet.hk2.config.Dom
Obtains the attribute value, after variable expansion.
attribute(String, String) - Method in class org.jvnet.hk2.config.Dom
Updates the attribute value.
attributes - Variable in class com.sun.enterprise.module.single.ManifestProxy
 
attributes(String) - Method in class org.jvnet.hk2.config.Dom
Obtains the plural attribute value.
auditLog(String) - Method in class org.acme.security.AuditService
Securely (not really) audits a message
AuditService - Class in org.acme.security
This is a dummy security service that should be available to some code (Alice) but not directly available to other code (Mallory).
AuditService() - Constructor for class org.acme.security.AuditService
 
AutoActiveDescriptor<T> - Class in org.jvnet.hk2.internal
 
AutoActiveDescriptor(Class<?>, Creator<T>, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, int, Map<String, List<String>>) - Constructor for class org.jvnet.hk2.internal.AutoActiveDescriptor
 
awaitCompletion() - Method in interface org.glassfish.hk2.runlevel.Activator
Wait for completion of run level progression.
awaitCompletion(long, TimeUnit) - Method in interface org.glassfish.hk2.runlevel.Activator
Wait for completion of run level progression.
awaitCompletion() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
awaitCompletion(long, TimeUnit) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
awaitCompletion() - Method in class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
awaitCompletion(long, TimeUnit) - Method in class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
awaitCompletion() - Method in interface org.jvnet.hk2.component.InhabitantActivator
Deprecated. Called after all InhabitantActivator.activate(org.jvnet.hk2.component.Inhabitant) and InhabitantActivator.deactivate(org.jvnet.hk2.component.Inhabitant) calls are made to wait for completion of a progression to a particular run level.
awaitCompletion(long, TimeUnit) - Method in interface org.jvnet.hk2.component.InhabitantActivator
Deprecated. Called after all InhabitantActivator.activate(org.jvnet.hk2.component.Inhabitant) and InhabitantActivator.deactivate(org.jvnet.hk2.component.Inhabitant) calls are made to wait for completion of a progression to a particular run level.
awaitTermination() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
 
awaitTermination(int, TimeUnit) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
 

B

BaseServiceLocator - Interface in org.jvnet.hk2.component
Deprecated. 
BaseServiceLocatorImpl - Class in org.jvnet.hk2.deprecated.internal
Deprecated. 
BaseServiceLocatorImpl() - Constructor for class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
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.
beforeChange(PropertyChangeEvent) - Method in interface org.jvnet.hk2.config.ConfigBeanInterceptor
Notification that an attribute is about to be changed
bind(Descriptor) - 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(String) - Method in interface org.glassfish.hk2.BinderFactory
Deprecated. Binds a service using a String interface name.
bind(String...) - Method in interface org.glassfish.hk2.BinderFactory
Deprecated. Starts the binding process of a service using String interfaces names that can be used to lookup the service.
bind(Class<T>, Class<?>...) - Method in interface org.glassfish.hk2.BinderFactory
Deprecated. Starts a binding process of a service using at least one interface or abstract class Class reference.
bind(TypeLiteral<T>) - Method in interface org.glassfish.hk2.BinderFactory
Deprecated. Binds a parameterized type by forcing users to create a subclass of TypeLiteral which will allow HK2 to retrieve the parameterized type at runtime.
bind() - Method in interface org.glassfish.hk2.BinderFactory
Deprecated. Binds a service which does not implement a contract or interface that can be used to look it up.
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(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(FactoryDescriptors) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
Binder<T> - Interface in org.glassfish.hk2
Deprecated. 
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.
BinderFactory - Interface in org.glassfish.hk2
Deprecated. 
Binding<T> - Interface in org.glassfish.hk2
Deprecated. 
Bindings - Interface in org.glassfish.hk2
Deprecated. 
BOB - Static variable in class org.glassfish.examples.ctm.TenantLocatorGenerator
 
BOB_MAX - Static variable in class org.glassfish.examples.ctm.TenantLocatorGenerator
 
BOB_MIN - Static variable in class org.glassfish.examples.ctm.TenantLocatorGenerator
 
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
 
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
 
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
Generates a descriptor that can be used in binding operations that describes a factory
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.
buildMetadata(KeyValuePairParser) - Static method in class com.sun.hk2.component.InhabitantFileBasedParser
Deprecated.  
buildMetadata(KeyValuePairParser) - Static method in class org.glassfish.hk2.inhabitants.InhabitantFileBasedParser
 
buildModel(Class<?>) - Method in class org.jvnet.hk2.config.DomDocument
Obtains a ConfigModel for the given class (Which should have Configured annotation on it.)
buildModel(String) - Method in class org.jvnet.hk2.config.DomDocument
Obtains a ConfigModel for the given class (Which should have Configured annotation on it.)
BUNDLE_IMPORT_NAME - Static variable in class com.sun.enterprise.module.ManifestConstants
List of modules that this module depends on.
BUNDLE_NAME - Static variable in class com.sun.enterprise.module.ManifestConstants
Module name.
BUNDLE_VERSION - Static variable in class com.sun.enterprise.module.ManifestConstants
Bundle Version
bundleChanged(BundleEvent) - Method in class org.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
 
BYTES - Static variable in annotation type org.jvnet.hk2.config.Units
 

C

camelCaseToXML(String) - Method in class org.jvnet.hk2.config.ConfigModel
 
canCommit() - Method in class org.jvnet.hk2.config.Transaction
Tests if the transaction participants will pass the prepare phase successfully.
canCommit(Transaction) - Method in interface org.jvnet.hk2.config.Transactor
Returns true of this Transaction can be committed on this object
canCommit(Transaction) - Method in class org.jvnet.hk2.config.WriteableView
Returns true of this Transaction can be committed on this object
captureACCandRun(Runnable) - Static method in class com.sun.hk2.component.Hk2ThreadContext
Deprecated. Performs a runnable action while managing the callers AccessControlContext in thread local storage
cast(Object) - Static method in class org.jvnet.hk2.internal.Utilities
Casts this thing to the given type
cause - Variable in exception org.jvnet.hk2.component.concurrent.WorkManager.ExecutionException
Deprecated.  
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.
Changed - Interface in org.jvnet.hk2.config
Objects that do not wish to process the entire change set of a transaction can implement this interface and use it to invoke utility methods on ConfigSupport.
changed(Changed.TYPE, Class<T>, T) - Method in interface org.jvnet.hk2.config.Changed
Notification of a change on a configuration object
changed(PropertyChangeEvent[]) - Method in interface org.jvnet.hk2.config.ConfigListener
Notification that @Configured objects that were injected have changed
Changed.TYPE - Enum in org.jvnet.hk2.config
type of change on a particular instance
changeLeafElement(String, String, String) - Method in class org.jvnet.hk2.config.Dom
 
check(TypeDeclaration, 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_KEY - Static variable in class com.sun.hk2.component.InhabitantsFile
Deprecated.  
CLASS_KEY - Static variable in class org.glassfish.hk2.inhabitants.InhabitantsFile
 
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.
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
 
classHolder - Variable in class org.jvnet.hk2.config.ConfigModel
Deferred reference to the class object that can load the configurable type
ClassLoaderBasedResourceFinder - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
 
ClassLoaderBasedResourceFinder(ClassLoader) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClassLoaderBasedResourceFinder
 
ClassLoaderHolder - Interface in com.sun.hk2.component
Deprecated. 
classLoaderHolder - Variable in class org.jvnet.hk2.config.ConfigModel
Deferred reference to the class loader that loaded the injector.
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
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
 
ClassPath - Class in org.jvnet.hk2.component.classmodel
Deprecated. 
ClassPath(boolean) - Constructor for class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
ClassPath(String) - Constructor for class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
ClassPath(Collection<File>) - Constructor for class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
ClassPathAdvisor - Interface in org.jvnet.hk2.component.classmodel
Deprecated. 
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() - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
 
classPathEntries - Variable in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
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
 
clean() - Static method in class org.jvnet.hk2.tracing.TracingThreadLocal
Deprecated.  
clear() - Method in class com.sun.enterprise.module.single.ManifestProxy
 
clear() - Method in class org.jvnet.hk2.internal.IndexedListData
 
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
Deprecated. 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 com.sun.hk2.component.InhabitantsScanner
Deprecated.  
close() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
 
close() - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
 
close() - Method in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
 
close() - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
 
close() - Method in class org.glassfish.hk2.inhabitants.InhabitantsScanner
 
close() - Method in class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated.  
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
 
CodeSourceFilter - Class in com.sun.enterprise.tools.classmodel
CodeSourceFilter is used for determining if classes are in the ClassPath.
CodeSourceFilter(ClassPath) - Constructor for class com.sun.enterprise.tools.classmodel.CodeSourceFilter
 
codeSourceOf(String) - Method in class com.sun.enterprise.tools.classmodel.CodeSourceFilter
 
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.alice.application - package com.alice.application
 
com.mallory.application - package com.mallory.application
 
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
 
com.sun.hk2.component - package com.sun.hk2.component
 
commit() - Method in interface org.glassfish.hk2.api.DynamicConfiguration
This causes the configuration to get committed.
commit() - Method in interface org.glassfish.hk2.DynamicBinderFactory
Deprecated. Commits all the binders to the Services registry.
commit() - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
Locks changes, calls prepare (if not yet performed), followed by commit if no prepare errors.
commit(Map<Object, Object>) - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
Same basic behavior as ConfigTransaction.commit() with the added ability to substitute configuration beans used in the prepare phase with the final bean object replacements that should be managed.
commit() - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
commit(Map<Object, Object>) - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
commit() - Method in class org.jvnet.hk2.config.Transaction
Commits all participants to this transaction
commit(Transaction) - Method in interface org.jvnet.hk2.config.Transactor
Commit this Transaction.
commit(Transaction) - Method in class org.jvnet.hk2.config.WriteableView
Commit this Transaction.
commit() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
companions() - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
companions() - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. Returns the companion inhabitants associated with this inhabitant.
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
 
completed(WorkManager.Watcher<?>, Exception) - Method in class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
component - Variable in class org.jvnet.hk2.component.InjectionManager.InjectContext
Deprecated.  
ComponentException - Exception in org.glassfish.hk2
Deprecated. 
ComponentException(String) - Constructor for exception org.glassfish.hk2.ComponentException
Deprecated.  
ComponentException(Throwable) - Constructor for exception org.glassfish.hk2.ComponentException
Deprecated.  
ComponentException(String, Throwable) - Constructor for exception org.glassfish.hk2.ComponentException
Deprecated.  
ComponentException(String, Object...) - Constructor for exception org.glassfish.hk2.ComponentException
Deprecated.  
ComponentException - Exception in org.jvnet.hk2.component
Deprecated. 
ComponentException(String) - Constructor for exception org.jvnet.hk2.component.ComponentException
Deprecated.  
ComponentException(Throwable) - Constructor for exception org.jvnet.hk2.component.ComponentException
Deprecated.  
ComponentException(String, Throwable) - Constructor for exception org.jvnet.hk2.component.ComponentException
Deprecated.  
ComponentException(String, ServiceContext, Throwable) - Constructor for exception org.jvnet.hk2.component.ComponentException
Deprecated.  
ComponentException(String, Object...) - Constructor for exception org.jvnet.hk2.component.ComponentException
Deprecated.  
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.
ConfigBean - Class in org.jvnet.hk2.config
ConfigBean is the core implementation of the config beans.
ConfigBean(Habitat, DomDocument, ConfigBean, ConfigModel, XMLStreamReader) - Constructor for class org.jvnet.hk2.config.ConfigBean
 
ConfigBean(Dom, Dom) - Constructor for class org.jvnet.hk2.config.ConfigBean
Copy constructor, used to get a deep copy of the passed instance.
ConfigBeanInterceptor<T> - Interface in org.jvnet.hk2.config
Interceptor interface to be notified of read/write operations on a ConfigBean.
ConfigBeanProxy - Interface in org.jvnet.hk2.config
Marker interface that signifies that the interface is meant to be used as a strongly-typed proxy to Dom.
ConfigBeanProxy.Duck - Class in org.jvnet.hk2.config
 
ConfigBeanProxy.Duck() - Constructor for class org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
ConfigCode - Interface in org.jvnet.hk2.config
Allows multiple object as part of the transaction but requires manual casting.
ConfigGeneratorPlugin - Class in org.jvnet.hk2.config.generator.maven
 
ConfigGeneratorPlugin() - Constructor for class org.jvnet.hk2.config.generator.maven.ConfigGeneratorPlugin
 
ConfigInhabitantProvider - Class in org.jvnet.hk2.config.provider.internal
 
ConfigInhabitantProvider(Habitat) - Constructor for class org.jvnet.hk2.config.provider.internal.ConfigInhabitantProvider
 
ConfigInjector<T> - Class in org.jvnet.hk2.config
Inject configuration values to the object.
ConfigInjector() - Constructor for class org.jvnet.hk2.config.ConfigInjector
 
ConfigInjectorGenerator - Class in org.jvnet.hk2.config.generator
Generates ConfigInjector implementations for Configured objects and ConfigBeanProxy subtypes.
ConfigInjectorGenerator(AnnotationProcessorEnvironment) - Constructor for class org.jvnet.hk2.config.generator.ConfigInjectorGenerator
 
ConfigInstanceListener - Class in org.jvnet.hk2.config.provider.internal
 
ConfigInstanceListener() - Constructor for class org.jvnet.hk2.config.provider.internal.ConfigInstanceListener
 
ConfigListener - Interface in org.jvnet.hk2.config
Any object injected with Configured object and willing to receive notifications of changes should implement this interface.
ConfigMetadata - Class in org.jvnet.hk2.config
Constant names used in the metadata for configurable inhabitants.
ConfigMetadata() - Constructor for class org.jvnet.hk2.config.ConfigMetadata
 
ConfigModel - Class in org.jvnet.hk2.config
Describes the configuration model for a particular class (called "target type" in this class.) TODO: we need to remember if element values are single-valued or multi-valued.
ConfigModel(DomDocument, Inhabitant<? extends ConfigInjector>, Map<String, List<String>>, ServiceLocator) - Constructor for class org.jvnet.hk2.config.ConfigModel
 
ConfigModel.Node - Class in org.jvnet.hk2.config
 
ConfigModel.Node(ConfigModel, String) - Constructor for class org.jvnet.hk2.config.ConfigModel.Node
 
ConfigModel.Property - Class in org.jvnet.hk2.config
 
ConfigModel.Property(String) - Constructor for class org.jvnet.hk2.config.ConfigModel.Property
 
ConfigParser - Class in org.jvnet.hk2.config
Parses configuration files, builds Inhabitants, and add them to Habitat.
ConfigParser(Habitat) - Constructor for class org.jvnet.hk2.config.ConfigParser
 
ConfigPopulator - Interface in org.glassfish.hk2.bootstrap
 
ConfigPopulatorException - Exception in org.jvnet.hk2.config
Indicates a problem during population on config beans.
ConfigPopulatorException(String) - Constructor for exception org.jvnet.hk2.config.ConfigPopulatorException
 
ConfigPopulatorException(String, Throwable) - Constructor for exception org.jvnet.hk2.config.ConfigPopulatorException
 
ConfigSupport - Class in org.jvnet.hk2.config
Helper class to execute some code on configuration objects while taking care of the transaction boiler plate code.
ConfigSupport() - Constructor for class org.jvnet.hk2.config.ConfigSupport
 
ConfigSupport.AttributeChanges - Class in org.jvnet.hk2.config
 
ConfigSupport.MultipleAttributeChanges - Class in org.jvnet.hk2.config
 
ConfigSupport.MultipleAttributeChanges(String, String[]) - Constructor for class org.jvnet.hk2.config.ConfigSupport.MultipleAttributeChanges
 
ConfigSupport.SingleAttributeChange - Class in org.jvnet.hk2.config
 
ConfigSupport.SingleAttributeChange(String, String) - Constructor for class org.jvnet.hk2.config.ConfigSupport.SingleAttributeChange
 
ConfigSupport.TransactionCallBack<T> - Interface in org.jvnet.hk2.config
 
ConfigTransaction - Interface in org.jvnet.hk2.config.provider
Represents a configuration transaction from an outside configuration system.
ConfigTransactionCoordinator - Class in org.jvnet.hk2.config.provider.internal
Default implementation for ConfigTransactionFactory.
ConfigTransactionCoordinator() - Constructor for class org.jvnet.hk2.config.provider.internal.ConfigTransactionCoordinator
 
ConfigTransactionException - Exception in org.jvnet.hk2.config.provider
A generic Transaction failure.
ConfigTransactionException(String) - Constructor for exception org.jvnet.hk2.config.provider.ConfigTransactionException
 
ConfigTransactionException(String, Throwable) - Constructor for exception org.jvnet.hk2.config.provider.ConfigTransactionException
 
ConfigTransactionFactory - Interface in org.jvnet.hk2.config.provider
Provides Configured bean integration with external configuration systems and providers.
ConfigTransactionImpl - Class in org.jvnet.hk2.config.provider.internal
Implementation for ConfigTransaction.
ConfigTransactionRejectedException - Exception in org.jvnet.hk2.config.provider
Thrown by ConfiguredBy services that signifies that the service rejected the configuration and the transaction was automatically rolled back.
ConfigTransactionRejectedException(String) - Constructor for exception org.jvnet.hk2.config.provider.ConfigTransactionRejectedException
 
ConfigTransactionRejectedException(String, Throwable) - Constructor for exception org.jvnet.hk2.config.provider.ConfigTransactionRejectedException
 
ConfigurationException - Exception in org.jvnet.hk2.config
Indicates a problem in the configuration value.
ConfigurationException(String) - Constructor for exception org.jvnet.hk2.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.jvnet.hk2.config.ConfigurationException
 
ConfigurationPopulator - Class in org.jvnet.hk2.config
Populates configuration entities
Configured - Annotation Type in org.jvnet.hk2.config
Marks inhabitants that require configuration for instantiation.
ConfiguredBy - Annotation Type in org.jvnet.hk2.config
Contract-like annotation used on services indicating that their lifecycle is governed by the Configured bean they are associated with, and configured by.
ConfiguredScanner - Class in org.jvnet.hk2.config
Scanner for @Configured annotated classes
ConfiguredScanner() - Constructor for class org.jvnet.hk2.config.ConfiguredScanner
 
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.
ConfigView - Interface in org.jvnet.hk2.config
All views of @Configured interface implementation must implement this interface
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>, 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>, int, 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
 
ConstrainedBeanListener - Interface in org.jvnet.hk2.config
Interface allowing to register a listener for vetoable events.
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
ConstructorCreator<T> - Class in com.sun.hk2.component
Deprecated. 
ConstructorCreator(Class<? extends T>, ServiceLocator, Map<String, List<String>>) - Constructor for class com.sun.hk2.component.ConstructorCreator
Deprecated.  
contains(Set<String>, String) - Static method in class com.sun.hk2.component.AbstractInhabitantProvider
Deprecated.  
contains(K, V) - Method in interface org.glassfish.hk2.MultiMap
Deprecated. Checks if the map contains the given key(s), also extending the search to including the sub collection.
contains(Provider<T>) - Method in interface org.glassfish.hk2.ScopeInstance
Deprecated. Returns true if this scope instance contains a stored inhabitant for a given provider, returns false otherwise.
contains(K, V) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Checks if the map contains the given key(s), also extending the search to including the sub collection.
containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.examples.ctm.TenantScopedContext
 
containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.examples.http.RequestContext
 
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(K) - Method in interface org.glassfish.hk2.MultiMap
Deprecated. Checks if the map contains the given key.
containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 
containsKey(K) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Checks if the map contains the given key.
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.
Context - Interface in org.glassfish.hk2
Deprecated. 
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 TypeDeclaration, find all super-types that have Contract, including ones pointed by ContractProvided.
ContractLocator<T> - Interface in org.glassfish.hk2
Deprecated. 
ContractLocatorFilter - Class in org.jvnet.hk2.deprecated.internal
Deprecated. 
ContractLocatorImpl<T> - Class in org.jvnet.hk2.component
Deprecated. 
ContractLocatorImpl(ServiceLocator, Type, boolean) - Constructor for class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
ContractLocatorImpl<T> - Class in org.jvnet.hk2.deprecated.internal
Deprecated. 
ContractLocatorImpl(ServiceLocator, String) - Constructor for class org.jvnet.hk2.deprecated.internal.ContractLocatorImpl
Deprecated. Creates a contract locator from the information given
ContractProvided - Annotation Type in org.jvnet.hk2.annotations
Deprecated. 
ContractsProvided - Annotation Type in org.jvnet.hk2.annotations
An explicit list of contracts provided.
converter - Variable in class com.sun.enterprise.module.maven.OsgiVersionMojo
 
convertName(String) - Static method in class org.jvnet.hk2.config.Dom
 
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
copy(T) - Method in class org.jvnet.hk2.config.ConfigBean
Returns a copy of itself providing the parent for the new copy.
copy(T) - Method in class org.jvnet.hk2.config.Dom
Returns a copy of itself providing the parent for the new copy.
COUNT - Static variable in annotation type org.jvnet.hk2.config.Units
value is an arbitrary count
create(File) - Static method in class com.sun.enterprise.module.common_impl.Jar
 
create(Inhabitant) - Method in class com.sun.hk2.component.ConstructorCreator
Deprecated.  
create(ServiceHandle<?>) - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
create(T) - Static method in class com.sun.hk2.component.Inhabitants
Deprecated. Creates a singleton wrapper around existing object.
create(Class<T>, ServiceLocator, Map<String, List<String>>) - Static method in class com.sun.hk2.component.Inhabitants
Deprecated. Creates a Inhabitant by looking at annotations of the given type.
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(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(Habitat, boolean) - Static method in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated. Creates a ClassPathHelper instance.
create(Habitat, String) - Static method in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
create(Habitat, Collection<File>) - Static method in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
create(Habitat, InhabitantsParser) - Static method in class org.jvnet.hk2.component.classmodel.InhabitantsFeed
Deprecated. Creates an InhabitantsHabitatFeed.
create(Habitat, ExecutorService, ClassPath, FileFilter) - Static method in class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated. Factory for the InhabitantsParsingContextGenerator
create(Inhabitant) - Method in interface org.jvnet.hk2.component.Creator
Deprecated. Creates a new instance.
create(Class<T>, ServiceLocator, Map<String, List<String>>) - Static method in class org.jvnet.hk2.component.Creators
Deprecated. This will be implemented as a find or create
create(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
create(T) - Static method in class org.jvnet.hk2.component.Inhabitants
Deprecated. Use Inhabitants instead.
create(Class<T>, Habitat, Map<String, List<String>>) - Static method in class org.jvnet.hk2.component.Inhabitants
Deprecated. Use Inhabitants instead.
create(ServiceHandle) - Method in class org.jvnet.hk2.config.Dom
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.config.DomDescriptor
 
create(Inhabitant) - Method in class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
create(String, ServiceLocator) - Method in class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ClazzCreator
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
create(ServiceHandle<?>) - Method in interface org.jvnet.hk2.internal.Creator
Creates an instance of the given type
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.FactoryCreator
 
create(Class<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
createAndInitialize(Class<U>) - Method in interface org.glassfish.hk2.api.ServiceLocator
This method creates, injects and post-constructs an object with the given class.
createAndInitialize(Class<U>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
createAndInitialize(Class<U>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
Creates, injects and postConstructs, all in one
createAndSet(ConfigBean, Class<? extends ConfigBeanProxy>, Map<String, String>, ConfigSupport.TransactionCallBack<WriteableView>) - Static method in class org.jvnet.hk2.config.ConfigSupport
Creates a new child of the passed child and add it to the parent's live list of elements.
createAndSet(ConfigBean, Class<? extends ConfigBeanProxy>, List<ConfigSupport.AttributeChanges>, ConfigSupport.TransactionCallBack<WriteableView>) - Static method in class org.jvnet.hk2.config.ConfigSupport
Creates a new child of the passed child and add it to the parent's live list of elements.
createAndSet(ConfigBean, Class<? extends ConfigBeanProxy>, Map<String, String>) - Static method in class org.jvnet.hk2.config.ConfigSupport
Creates a new child of the passed child and add it to the parent's live list of elements.
createAndSet(ConfigBean, Class<? extends ConfigBeanProxy>, List<ConfigSupport.AttributeChanges>) - Method in class org.jvnet.hk2.config.ConfigSupport
 
createAutoDescriptor(Class<T>, ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
Creates a reified automatically generated descriptor
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(Class<T>) - Method in interface org.jvnet.hk2.config.ConfigBeanProxy
Creates a child element of this configuration element
createChild(ConfigBeanProxy, Class<T>) - Static method in class org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
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.
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
createCreator(Class<T>) - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated. Creates Creator for instantiating objects.
createCreator(Class) - Method in class org.jvnet.hk2.config.Dom
This is how we inject the configuration into the created object.
created(Object, String, MultiMap<String, String>) - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
Add configuration beans to the transaction.
created(Object, String, MultiMap<String, String>) - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
createDescriptor(String, HK2Loader, Map<String, List<String>>) - Static method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Create a descriptor from the given type name.
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() - Method in class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
 
createInhabitant(ServiceLocator, Holder<ClassLoader>, String, Map<String, List<String>>, Inhabitant<?>, Set<String>) - Static method in class com.sun.hk2.component.Inhabitants
Deprecated.  
createInhabitant(ServiceLocator, Iterator<InhabitantProviderInterceptor>, Holder<ClassLoader>, String, Map<String, List<String>>, Inhabitant<?>, InhabitantStore, Set<String>) - Static method in class com.sun.hk2.component.Inhabitants
Deprecated.  
createInhabitantsParser(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
createInhabitantsParser(ServiceLocator) - Method in interface org.glassfish.hk2.inhabitants.InhabitantsParserFactory
 
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
createProxy(Class<T>) - Method in class org.jvnet.hk2.config.Dom
Creates a strongly-typed proxy to access values in this Dom object, by using the specified interface type as the proxy type.
createProxy() - Method in class org.jvnet.hk2.config.Dom
Creates a strongly-typed proxy to access values in this Dom object,
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.
createScanner() - Method in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
 
createScanner() - Method in interface com.sun.enterprise.module.InhabitantsDescriptor
Creates an InhabitantsScanner instance capable of returning the metadata for all inhabitant.
createServiceLocator(ModulesRegistry, StartupContext, List<? extends PopulatorPostProcessor>, DescriptorFileFinder) - Method in class com.sun.enterprise.module.bootstrap.Main
 
createServiceLocator(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
createServiceLocator(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
Creates a ServiceLocator from all the modules in this registry Cal;ling this method has the same effect of calling ModulesRegistry.newServiceLocator() followed by ModulesRegistry.populateServiceLocator(String, ServiceLocator).
createServiceLocator(String) - Method in class com.sun.enterprise.module.single.StaticModulesRegistry
 
createServiceLocator(ModulesRegistry, StartupContext, List<? extends PopulatorPostProcessor>, DescriptorFileFinder) - Method in class org.jvnet.hk2.osgiadapter.HK2Main
 
createSpecificDescriptorFilter(ActiveDescriptor<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
This method creates a filter that will match one and only one descriptor.
creator - Variable in class com.sun.hk2.component.AbstractCreatorInhabitantImpl
Deprecated.  
Creator - Interface in org.glassfish.hk2.inject
Deprecated. 
Creator<T> - Interface in org.jvnet.hk2.component
Deprecated. 
Creator<T> - Interface in org.jvnet.hk2.internal
An internal interface that allows us to have the factory and class implementations
CreatorImpl<T> - Class in org.jvnet.hk2.deprecated.internal
Deprecated. 
CreatorImpl(Class<?>, ServiceLocator, Map<String, List<String>>, Descriptor) - Constructor for class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
Creators - Class in org.jvnet.hk2.component
Deprecated. 
Creators() - Constructor for class org.jvnet.hk2.component.Creators
Deprecated.  
current() - Method in interface org.glassfish.hk2.Scope
Deprecated.  
currentListeners() - Method in class org.jvnet.hk2.config.Transactions
 

D

DataType - Interface in org.jvnet.hk2.config
Denotes the type of the data a particular config element (attribute, element) should have.
DAYS - Static variable in annotation type org.jvnet.hk2.config.Units
 
deactivate(ActiveDescriptor<?>) - Method in interface org.glassfish.hk2.runlevel.Activator
Deactivate the run level service associated with given descriptor.
deactivate(ActiveDescriptor<T>) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
Deactivate the given descriptor.
deactivate(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
deactivate(Inhabitant<?>) - Method in interface org.jvnet.hk2.component.InhabitantActivator
Deprecated. Implementations are generally expected to call Inhabitant.release() at some point.
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)
Decorate - Annotation Type in org.jvnet.hk2.annotations
Deprecated. 
decorate(Habitat, DomDocument, T, ConfigModel, XMLStreamReader) - Method in interface org.jvnet.hk2.config.DomDecorator
 
decorateClassPath(String) - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
Extension point to manipulate the classpath element before it's parsed.
DECORATED_TYPE - Static variable in class com.sun.hk2.component.InhabitantsFile
Deprecated.  
DECORATED_TYPE - Static variable in class org.glassfish.hk2.inhabitants.InhabitantsFile
 
deepCopy(ConfigBeanProxy) - Method in interface org.jvnet.hk2.config.ConfigBeanProxy
Performs a deep copy of this configuration element and returns it.
deepCopy(ConfigBeanProxy, ConfigBeanProxy) - Static method in class org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
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_ASYNC_WAIT - Static variable in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
The default timeout in milliseconds (to wait for async service types).
DEFAULT_NAME - Static variable in class com.sun.enterprise.module.bootstrap.Main
 
DEFAULT_NAME - Variable in class org.jvnet.hk2.osgiadapter.HK2Main
 
DEFAULT_VALIDATION_MESSAGES - Static variable in class org.jvnet.hk2.config.MessageInterpolatorImpl
The name of the default message bundle.
DEFAULT_WAIT_SYSPROP - Static variable in class org.glassfish.hk2.classmodel.reflect.Parser
 
DefaultErrorService - Class in com.sun.enterprise.module.bootstrap
 
DefaultErrorService() - Constructor for class com.sun.enterprise.module.bootstrap.DefaultErrorService
 
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
 
deleteChild(ConfigBean, ConfigBean) - Static method in class org.jvnet.hk2.config.ConfigSupport
 
deleted(Object) - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
Marks configuration beans as having been deleted.
deleted(Collection<?>) - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
 
deleted(Collection<?>) - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
deleted(Object) - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
dependencies - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
 
descriptor - Variable in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
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, HK2Loader, int, Descriptor, 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
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
 
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
 
digAnnotation(Class<?>, Class<T>) - Static method in class org.jvnet.hk2.config.Dom
 
digAnnotation(Class<?>, Class<T>, List<Class<? extends Annotation>>) - Static method in class org.jvnet.hk2.config.Dom
 
directory - Variable in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
 
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 class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
dispose(T) - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
dispose(Environment) - Method in class org.glassfish.examples.ctm.EnvironmentFactory
 
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
 
doAnApprovedOperation() - Method in class com.mallory.application.MalloryApp
Mallory is allowed to call the AliceApp
doAuditedService(String) - Method in class com.alice.application.AliceApp
This service makes use of the auditor service directly, which should be allowed as Alice itself has the ability to use the audit service
document - Variable in class org.jvnet.hk2.config.Dom
Owner of the DOM tree.
Dom - Class in org.jvnet.hk2.config
Inhabitant that loads configuration from XML.
Dom(Habitat, DomDocument, Dom, ConfigModel, XMLStreamReader) - Constructor for class org.jvnet.hk2.config.Dom
 
Dom(Habitat, DomDocument, Dom, ConfigModel) - Constructor for class org.jvnet.hk2.config.Dom
 
Dom(Dom, Dom) - Constructor for class org.jvnet.hk2.config.Dom
Copy constructor, used to get a deep copy of the passed instance
DomDecorator<T extends Dom> - Interface in org.jvnet.hk2.config
 
DomDescriptor<T> - Class in org.jvnet.hk2.config
Created by IntelliJ IDEA.
DomDescriptor() - Constructor for class org.jvnet.hk2.config.DomDescriptor
For serializable
DomDescriptor(Dom, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>) - Constructor for class org.jvnet.hk2.config.DomDescriptor
Creates the constant descriptor
DomDocument<T extends Dom> - Class in org.jvnet.hk2.config
Represents a whole DOM tree.
DomDocument(Habitat) - Constructor for class org.jvnet.hk2.config.DomDocument
 
domNodeByTypeElements(Class) - Method in class org.jvnet.hk2.config.Dom
Picks up all node elements that are assignable to the given type, except those who are matched by other named elements in the model.
done() - Method in class org.jvnet.hk2.tracing.TracingUtilities.Node
Deprecated.  
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
 
drop(Class<?>) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Tells InhabitantsParser that if it encounters the specified component while parsing inhabitants file, simply drop it and pretend that such an inhabitant had never existed.
drop(String) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated.  
drop(Class<?>) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Tells InhabitantsParser that if it encounters the specified component while parsing inhabitants file, simply drop it and pretend that such an inhabitant had never existed.
drop(String) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
 
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.
DuckTyped - Annotation Type in org.jvnet.hk2.config
Indicates that this method on ConfigBeanProxy is a duck-typed method that are implemented by the static method on the nested static Duck class.
Dummy - Class in <Unnamed>
 
Dummy() - Constructor for class Dummy
 
dump(PrintStream) - Static method in class org.jvnet.hk2.tracing.TracingUtilities
Deprecated.  
dump(String, PrintStream) - Static method in class org.jvnet.hk2.tracing.TracingUtilities
Deprecated.  
dump(String, TracingUtilities.Node, PrintStream) - Static method in class org.jvnet.hk2.tracing.TracingUtilities
Deprecated.  
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
 
DynamicBinderFactory - Interface in org.glassfish.hk2
Deprecated. 
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
 
elapsed() - Method in class org.jvnet.hk2.tracing.TracingUtilities.Node
Deprecated.  
element(String) - Method in class org.jvnet.hk2.config.Dom
Returns the child element by name
Element - Annotation Type in org.jvnet.hk2.config
Indicates that this property or the field value must be injected from an XML element in a configuration file.
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.
emptyMap() - Static method in class org.jvnet.hk2.component.MultiMap
Deprecated. Gets the singleton read-only empty multi-map.
enableCommentOutput(boolean) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
enableDateOutput(boolean) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
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.
enroll(T) - Method in class org.jvnet.hk2.config.Transaction
Enroll a configuration object in a transaction and returns a writeable view of it
entrySet() - Method in interface org.glassfish.hk2.MultiMap
Deprecated. The complete read-only entry set.
entrySet() - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Lists up all entries.
Environment - Interface in org.glassfish.examples.ctm
Comes from xml.
EnvironmentFactory - Class in org.glassfish.examples.ctm
 
EnvironmentFactory() - Constructor for class org.glassfish.examples.ctm.EnvironmentFactory
 
EnvironmentInjector - Class in org.glassfish.examples.ctm
 
EnvironmentInjector() - Constructor for class org.glassfish.examples.ctm.EnvironmentInjector
 
EnvironmentXml - Class in org.glassfish.examples.ctm
Reads Environment from xml.
EnvironmentXml() - Constructor for class org.glassfish.examples.ctm.EnvironmentXml
 
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 com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
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.classmodel.ClassPath
Deprecated.  
equals(Object) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated.  
equals(Object) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
equals(Object) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
error_injectionException(InjectionResolver, Annotation, AnnotatedElement, Throwable) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated.  
error_InjectMethodIsNotVoid(Method) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated.  
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
es - Variable in class org.jvnet.hk2.component.InjectionManager.InjectContext
Deprecated.  
event(RunLevelControllerImpl.Worker, RunLevelControllerImpl.ListenerEvent, Throwable, boolean) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
EventPublishingInhabitant<T> - Class in com.sun.hk2.component
Deprecated. 
EventPublishingInhabitant(ServiceLocator, Descriptor) - Constructor for class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
EventPublishingInhabitant(ServiceLocator, Inhabitant<?>) - Constructor for class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
EventPublishingInhabitant(ServiceLocator, Inhabitant<?>, InhabitantListener) - Constructor for class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
EvilInjectedService - Class in com.mallory.application
 
EvilInjectedService() - Constructor for class com.mallory.application.EvilInjectedService
 
EvilService - Class in com.mallory.application
This is a service that Mallory will try to advertise, but will not be able to
EvilService() - Constructor for class com.mallory.application.EvilService
 
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(Runnable) - Method in class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
execute() - Method in class org.jvnet.hk2.config.generator.maven.ConfigGeneratorPlugin
 
execute() - Method in class org.jvnet.hk2.generator.maven.MavenInhabitantsGenerator
This method will compile the inhabitants file based on the classes just compiled
executeAll(Collection<Runnable>) - Method in class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
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.
ExistingSingletonInhabitant<T> - Class in com.sun.hk2.component
Deprecated. 
ExistingSingletonInhabitant(T) - Constructor for class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
ExistingSingletonInhabitant(Class<T>, T) - Constructor for class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
ExistingSingletonInhabitant(Class<T>, T, Map<String, List<String>>) - Constructor for class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
expandedClassPathEntries - Variable in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
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.
Factory<T> - Interface in org.glassfish.hk2
Deprecated. 
Factory<T> - Interface in org.jvnet.hk2.component
Deprecated. 
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
 
FactoryFor - Annotation Type in org.jvnet.hk2.annotations
Deprecated. 
fault - Variable in class org.glassfish.hk2.classmodel.reflect.Parser.Result
 
fetch() - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
fetch() - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
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
FileCachingClassPathAdvisor - Class in org.jvnet.hk2.component.classmodel
Deprecated. 
FileCachingClassPathAdvisor() - Constructor for class org.jvnet.hk2.component.classmodel.FileCachingClassPathAdvisor
Deprecated.  
FileCachingClassPathAdvisor(String) - Constructor for class org.jvnet.hk2.component.classmodel.FileCachingClassPathAdvisor
Deprecated.  
fileNames - Variable in class com.sun.enterprise.module.impl.CookedLibRepository
 
fillInMetadata(MultiMap<String, String>, DescriptorImpl) - Static method in class org.jvnet.hk2.deprecated.internal.Utilities
Deprecated.  
fillInMetadata(Map<String, List<String>>, DescriptorImpl) - Static method in class org.jvnet.hk2.deprecated.internal.Utilities
Deprecated.  
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(TypeDeclaration) - Static method in class com.sun.enterprise.tools.apt.ContractFinder
The entry point.
find(String) - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated. Skips until we find the value of the given key, and leaves the parser at that 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.inhabitants.KeyValuePairParser
Skips until we find the value of the given key, and leaves the parser at that point.
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(String) - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated. Finds all the values of the given key.
findAll(String) - Method in class org.glassfish.hk2.inhabitants.KeyValuePairParser
Finds all the values of the given key.
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
 
findContracts(ClassModel, Set<String>, Set<String>) - Method in class com.sun.hk2.component.InhabitantIntrospectionScanner
Deprecated.  
findContracts(ClassModel, Set<String>, Set<String>) - Method in class org.glassfish.hk2.inhabitants.InhabitantIntrospectionScanner
 
findContractsFromAnnotations(AnnotatedElement, Set<String>, Set<String>) - Method in class com.sun.hk2.component.InhabitantIntrospectionScanner
Deprecated.  
findContractsFromAnnotations(AnnotatedElement, Set<String>, Set<String>) - Method in class org.glassfish.hk2.inhabitants.InhabitantIntrospectionScanner
 
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.
findIgnoreCase(String) - Method in class org.jvnet.hk2.config.ConfigModel
Finds the ConfigModel.Property from either ConfigModel.elements or ConfigModel.attributes.
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.
findInterfaceContracts(InterfaceModel, Set<String>, Set<String>) - Method in class com.sun.hk2.component.InhabitantIntrospectionScanner
Deprecated.  
findInterfaceContracts(InterfaceModel, Set<String>, Set<String>) - Method in class org.glassfish.hk2.inhabitants.InhabitantIntrospectionScanner
 
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.glassfish.examples.ctm.TenantScopedContext
 
findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.examples.http.RequestContext
 
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<T>, ServiceHandle<?>) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
 
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
 
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
finishing(Set<URI>, Set<URI>) - Method in interface org.jvnet.hk2.component.classmodel.ClassPathAdvisor
Deprecated. Called at the completion of class-model habitat creation
finishing(Set<URI>, Set<URI>) - Method in class org.jvnet.hk2.component.classmodel.FileCachingClassPathAdvisor
Deprecated.  
finishRequest() - Method in class org.glassfish.examples.http.HttpServer
Finishes the request
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.

G

generate(ModuleMetadata) - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
 
generate(File, boolean) - Method in class com.sun.enterprise.tools.classmodel.InhabitantsGenerator
 
generate(PrintWriter) - Method in class com.sun.enterprise.tools.classmodel.InhabitantsGenerator
 
generateBundleReport(PrintStream) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
 
GeneratedServiceName - Annotation Type in org.jvnet.hk2.config
This annotation may be placed on one String method of an annotation marked with GenerateServiceFromMethod to indicate that this method contains the name the service should take.
generateExportPackageHeader(Collection<OSGiPackager.ExportedPackage>, String) - Static method in class com.sun.enterprise.module.maven.OSGiPackager
 
generateLocatorPerTenant(String) - Method in class org.glassfish.examples.ctm.TenantLocatorGenerator
 
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
 
GenerateServiceFromMethod - Annotation Type in org.jvnet.hk2.config
This annotation is put on user-supplied annotations in order to cause the hk2-inhabitant-generator tool to create descriptors with certain properties.
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) - Constructor for class org.jvnet.hk2.generator.internal.GeneratorRunner
This initializes the GeneratorRunner with the values needed to run
get(Inhabitant) - Method in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
get() - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
get(Inhabitant) - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
get(Inhabitant) - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
get() - Method in class com.sun.hk2.component.Holder.Impl
Deprecated.  
get(Inhabitant) - Method in class com.sun.hk2.component.ScopedInhabitant
Deprecated.  
get() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
get() - Method in interface org.glassfish.hk2.Factory
Deprecated. The system calls this method to obtain a reference to the component/service.
get(K) - Method in interface org.glassfish.hk2.MultiMap
Deprecated. Returns the elements indexed by the provided key
get() - Method in interface org.glassfish.hk2.Provider
Deprecated. The system calls this method to obtain a reference to the component/service.
get() - Method in interface org.glassfish.hk2.Providers
Deprecated. A shortcut for
get(Provider<T>) - Method in interface org.glassfish.hk2.ScopeInstance
Deprecated. Retrieves a stored inhabitant if present in the scope instance.
get() - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
get() - Method in interface org.jvnet.hk2.component.Creator
Deprecated. Short cut for
get() - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. Returns the instance of this inhabitant.
get(Inhabitant) - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. Returns the instance of this inhabitant.
get(K) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Returns the elements indexed by the provided key
get(Dom, Type) - Method in class org.jvnet.hk2.config.ConfigModel.Property
Gets the value from Dom in the specified type.
get(Inhabitant) - Method in class org.jvnet.hk2.config.Dom
 
get() - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorImpl
Deprecated.  
get(Inhabitant) - Method in class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
get(Inhabitant) - Method in class org.jvnet.hk2.deprecated.internal.InhabitantImpl
Deprecated.  
get() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
get() - Static method in class org.jvnet.hk2.tracing.TracingThreadLocal
Deprecated.  
getAccess() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
 
getAccess() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
 
getActivator() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
Get the best Activator.
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
 
getActiveTransaction(boolean) - Method in interface org.jvnet.hk2.config.provider.ConfigTransactionFactory
Gets the active transaction, optionally creating a new transaction if no transaction is active.
getActiveTransaction(boolean) - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionCoordinator
 
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
 
getAdvertisedContract() - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorFilter
Deprecated.  
getAdvertisedContract() - Method in class org.jvnet.hk2.deprecated.internal.MetadataIndexFilter
Deprecated.  
getAdvertisedContract() - Method in class org.jvnet.hk2.deprecated.internal.QualifierFilter
Deprecated.  
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
getAllByContract(Inhabitant<?>, ServiceLocator, Class<V>) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
getAllByContract(Class<T>) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated. Gets all the inhabitants registered under the given Contract.
getAllByContract(String) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated.  
getAllByContract(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets all the inhabitants registered under the given Contract.
getAllByContract(String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getAllByContract(Class<T>) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getAllByContract(String) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getAllByType(Inhabitant<?>, ServiceLocator, Class<V>) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
getAllByType(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets the object of the given type.
getAllDescriptorsByContract(ServiceLocator, Class) - Static method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Get all of the descriptors for the given contract type.
getAllInjectionResolvers(ServiceLocator) - Static method in class org.jvnet.hk2.component.Creators
Deprecated. Returns all currently available injection annotations
getAllModelsImplementing(Class) - Method in class org.jvnet.hk2.config.DomDocument
Calculates all @Configured interfaces subclassing the passed interface type.
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(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets service handles that can be used to get and destroy the returned services
getAllServiceHandles(Annotation, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets service handles that can be used to get and destroy the returned services
getAllServiceHandles(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets a service handle that can be used to get and destroy the returned service.
getAllServiceHandles(Type, Annotation...) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getAllServiceHandles(Filter) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getAllServiceHandles(Annotation, Annotation...) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
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
 
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 implements this contract or has this implementation
getAllServices(Type, Annotation...) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getAllServices(Filter) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getAllServices(Annotation, Annotation...) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
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
getAnnotatedElement() - Method in interface org.jvnet.hk2.component.InjectionPoint
Deprecated. The member being injected
getAnnotation(Class<V>) - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
getAnnotation(Class<?>, Class<V>, boolean) - Static method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated. FOR INTERNAL USE TO HK2
getAnnotation(String) - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
Returns an annotation model if the type is annotated with the passed annotation name
getAnnotation(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
 
getAnnotation(Class<T>) - Method in exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
getAnnotations() - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
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
 
getAnnotations() - Method in interface org.glassfish.hk2.Provider
Deprecated. The collection of annotations for this type.
getAnnotations() - Method in class org.jvnet.hk2.config.ConfigModel.Property
 
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
getArrayInjectValue(ServiceLocator, Object, Inhabitant<?>, AnnotatedElement, Type, Class<V>) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
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
 
getAttributeNames() - Method in class org.jvnet.hk2.config.ConfigModel
Returns the set of possible attributes names on this configuration model.
getAttributeNames() - Method in class org.jvnet.hk2.config.Dom
Returns the list of attributes with a value on this config instance.
getAttributes(String) - Method in class com.sun.enterprise.module.single.ManifestProxy
 
getAttributesNames(ConfigBean) - Method in class org.jvnet.hk2.config.ConfigSupport
Returns the list of attributes names by the passed ConfigBean
getAuditLogs() - Method in class org.acme.security.AuditService
Gets everything that has been logged
getBaseDescriptor() - Method in interface org.glassfish.hk2.api.Descriptor
If this descriptor is based on another descriptor (for example via the Configuration bind call) then this method will return the original basis for this descriptor.
getBaseDescriptor() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
getBaseDescriptor() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getBaseName() - Method in class com.sun.enterprise.module.common_impl.Jar
Gets the base name of the jar.
getBaseServiceLocator() - Method in class org.jvnet.hk2.config.Dom
 
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.component.Habitat
Deprecated.  
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
getByContract(Class<T>) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated. Gets the object that has the given contract.
getByContract(String) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated.  
getByContract(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets the object that has the given contract.
getByContract(String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getByContract(Class<T>) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getByContract(String) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getByType(Class<U>) - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
getByType(Class<U>) - Method in interface org.glassfish.hk2.Provider
Deprecated. Obtain a reference to the associated component/service.
getByType(Class<U>) - Method in interface org.glassfish.hk2.Providers
Deprecated. Obtain a reference to the component/service from the associated provider.
getByType(Class<T>) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated. Gets the object of the given type.
getByType(String) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated. Gets the object of the given type.
getByType(Class<U>) - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
getByType(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getByType(String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getByType(Class<T>) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getByType(String) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getByType(Class<U>) - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorImpl
Deprecated.  
getCache() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.glassfish.hk2.utilities.AliasDescriptor
 
getCache() - Method in class org.jvnet.hk2.config.Dom
 
getCache() - Method in class org.jvnet.hk2.config.DomDescriptor
 
getCache() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
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
 
getCause(Class<T>) - Method in exception org.jvnet.hk2.component.concurrent.WorkManager.ExecutionException
Deprecated.  
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 interface com.sun.hk2.component.ClassLoaderHolder
Deprecated.  
getClassLoader() - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
getClassLoader() - Method in interface org.jvnet.hk2.component.ServiceContext
Deprecated. The classloader used to load the service class.
getClassLoader() - Method in class org.jvnet.hk2.deprecated.internal.HolderHK2LoaderImpl
Deprecated.  
getClassLoader() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
getClassLoader() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
 
getClassNames() - Method in interface org.jvnet.hk2.component.InhabitantTrackerContext
Deprecated. The set of contract class names that form the initial filter condition.
getClassVisitor(URI, String) - 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
 
getComponent(Class<T>, String) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated. Loads a component that implements the given contract and has the given name.
getComponent(String, String) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated. Analogous to the following:
getComponent(Class<T>) - Method in interface org.jvnet.hk2.component.BaseServiceLocator
Deprecated.  
getComponent(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Obtains a reference to the component inside the manager.
getComponent(Class<T>, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getComponent(String, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getComponent() - Method in interface org.jvnet.hk2.component.InjectionPoint
Deprecated. The component instance being injected
getComponent(Class<T>, String) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getComponent(String, String) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getComponent(Class<T>) - Method in class org.jvnet.hk2.deprecated.internal.BaseServiceLocatorImpl
Deprecated.  
getConfig() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
 
getConfiguration() - Method in interface org.jvnet.hk2.config.ConfigBeanInterceptor
Interceptor can usually be configured, allowing for customizing how the interceptor should behave or do.
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)
getContext() - Method in class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated. Retrieves the parsing context that can be used for model generation elsewhere.
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 class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.config.Dom
 
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.
getCreator() - Method in class com.sun.hk2.component.AbstractCreatorInhabitantImpl
Deprecated.  
getCurrentRunLevel() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
The current run level state.
getCurrentRunLevel() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
getCurrentTenant() - Method in class org.glassfish.examples.ctm.TenantManager
 
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.
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
 
getDescription(boolean) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
getDescription() - Method in interface org.jvnet.hk2.config.types.Property
Gets the value of the description property.
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 class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
getDescriptor() - Method in interface org.glassfish.hk2.api.ErrorInformation
This will contain the active descriptor that is associated with this failure.
getDescriptor() - Method in interface org.glassfish.hk2.Binding
Deprecated. The Descriptor fully characterizes the attributes of this Provider.
getDescriptor(ServiceLocator, Class, String) - Static method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Get the best descriptor for the given class and name.
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
 
getDescriptorFor(Inhabitant<?>) - Static method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
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.component.Habitat
Deprecated.  
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
 
getDuckMethod(Method) - Method in class org.jvnet.hk2.config.ConfigModel
Obtains the duck method implementation from a method on the ConfigBeanProxy-derived interface.
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
 
getElement(String) - Method in class org.jvnet.hk2.config.ConfigModel
Returns the Property model for an element associated with this model or null of the element name is not known,
getElementFromXMlName(String) - Method in class org.jvnet.hk2.config.ConfigModel
 
getElementNames() - Method in class org.jvnet.hk2.config.ConfigModel
Returns the list of all posible elements names on this model
getElementNames() - Method in class org.jvnet.hk2.config.Dom
Returns the children name associated with this config instance.
getElementsNames(ConfigBean) - Method in class org.jvnet.hk2.config.ConfigSupport
Returns the list of elements names by the passed ConfigBean
getElementTypeByName(ConfigBeanProxy, String) - Static method in class org.jvnet.hk2.config.ConfigSupport
 
getEntries() - Method in class com.sun.enterprise.module.ModuleMetadata
 
getEntries() - Method in class com.sun.enterprise.module.single.ManifestProxy
 
getEntries() - Method in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated. Find all jars referenced directly and indirectly via a classpath specification typically drawn from java.class.path or surefire.test.class.path System properties.
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
 
getEvent() - Method in class org.jvnet.hk2.config.UnprocessedChangeEvent
 
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
 
getFactoryAwareImplementationClass(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
This utility will return the proper implementation class, taking into account that the descriptor may be a factory
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 class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.config.Dom
 
getFactoryLocatorId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getFactoryProvideMethod(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
This method will retrieve the provide method from a Factory
getFactoryServiceId() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.config.Dom
 
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
 
getFailureContext() - Method in exception org.jvnet.hk2.component.ComponentException
Deprecated.  
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() - 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
 
getFileEntries() - Method in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
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 interface org.jvnet.hk2.component.InhabitantTrackerContext
Deprecated. The filter to call for finer-level of matching beyond class/contract name.
getFilter() - Method in class org.jvnet.hk2.config.provider.internal.ConfigInstanceListener
 
getFilter() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
 
getFirst(K) - Method in interface org.glassfish.hk2.MultiMap
Deprecated. Gets the first value if any, or null.
getFirst(K) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated.  
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
getHabitat() - Method in class org.jvnet.hk2.config.Dom
 
getHabitats(String) - Method in class com.sun.enterprise.module.ModuleMetadata
 
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
 
getHolderInjectValue(ServiceLocator, Object, Inhabitant<?>, AnnotatedElement, Type, Class<V>, Inject) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
getImpl(ConfigBeanProxy) - Static method in class org.jvnet.hk2.config.ConfigSupport
Return the main implementation bean for a proxy.
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.config.DomDescriptor
 
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 class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.config.Dom
 
getImplementationClass() - Method in class org.jvnet.hk2.config.DomDescriptor
 
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
 
getImplName() - Method in class com.sun.hk2.component.InhabitantFileBasedParser
Deprecated.  
getImplName() - Method in interface com.sun.hk2.component.InhabitantParser
Deprecated.  
getImplName() - Method in class org.glassfish.hk2.inhabitants.InhabitantFileBasedParser
 
getImplName() - Method in interface org.glassfish.hk2.inhabitants.InhabitantParser
 
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
 
getIndentStep() - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
Deprecated. Only return the length of the indent string.
getIndexes() - Method in class com.sun.hk2.component.InhabitantFileBasedParser
Deprecated.  
getIndexes() - Method in interface com.sun.hk2.component.InhabitantParser
Deprecated.  
getIndexes() - Method in class org.glassfish.hk2.inhabitants.InhabitantFileBasedParser
 
getIndexes() - Method in interface org.glassfish.hk2.inhabitants.InhabitantParser
 
getInhabitant(Class<T>, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets a lazy reference to the component.
getInhabitant(Type, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getInhabitant() - Method in interface org.jvnet.hk2.component.InhabitantTracker
Deprecated. Returns a single inhabitant.
getInhabitant() - Method in interface org.jvnet.hk2.component.InjectionPoint
Deprecated. The inhabitant on behalf of the component being injected.
getInhabitant() - Method in interface org.jvnet.hk2.component.ServiceContext
Deprecated. The inhabitant associated with this service context (may be null).
getInhabitantByAnnotation(Class<? extends Annotation>, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets the inhabitant that has the given contract annotation and the given name.
getInhabitantByContract(String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Get the first inhabitant by contract
getInhabitantByContract(String, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getInhabitantByType(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets a lazy reference to the component.
getInhabitantByType(Type) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getInhabitantByType(String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getInhabitantFromActiveDescriptor(ActiveDescriptor<T>, ServiceLocator) - Static method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Creates an Inhabitant from an ActiveDescriptor.
getInhabitants(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets all the inhabitants for a spcial contract.
getInhabitants(Class<T>, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets all the inhabitants that has the given contract and the given name

This method defers the actual instantiation of the component until Inhabitant.get() is invoked.

getInhabitants() - Method in interface org.jvnet.hk2.component.InhabitantTracker
Deprecated. Returns the set of inhabitants qualifying.
getInhabitantsByAnnotation(Class<? extends Annotation>, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets all the inhabitants that has the given contract annotation and the given name.
getInhabitantsByContract(Type) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets all the inhabitants that has the given contract.
getInhabitantsByContract(String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getInhabitantsByContract(Type) - Method in interface org.jvnet.hk2.component.SimpleServiceLocator
Deprecated. Gets all the inhabitants that has the given contract.
getInhabitantsByContract(String) - Method in interface org.jvnet.hk2.component.SimpleServiceLocator
Deprecated.  
getInhabitantsByType(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets all the inhabitants that has the given implementation type.
getInhabitantsByType(String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Gets all the inhabitants that has the given implementation type name.
getInhabitantsByType(Class<T>) - Method in interface org.jvnet.hk2.component.SimpleServiceLocator
Deprecated. Gets all the inhabitants that has the given type.
getInhabitantsByType(String) - Method in interface org.jvnet.hk2.component.SimpleServiceLocator
Deprecated.  
getInhabitantsScanners() - Method in class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated.  
getInject() - Method in interface org.jvnet.hk2.component.InjectionPoint
Deprecated. The inject annotation (provided for convenience) to get name and/or optional flag, etc.
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 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.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.component.Habitat
Deprecated.  
getInjecteeDescriptor(Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getInjectees() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.config.Dom
 
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
 
getInjectionPoint() - Method in interface org.glassfish.hk2.Context
Deprecated. The injection point information.
getInjectionResolver(ServiceLocatorImpl, AnnotatedElement) - Static method in class org.jvnet.hk2.internal.Utilities
Returns an injection resolver for this AnnotatedElement
getInjectionResolvers(T, ServiceLocator) - Method in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated. TODO: JRW This is another one that is going to need some thought
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
getInjector() - Method in class org.jvnet.hk2.config.Dom
Gets the ConfigInjector instance that can be used to inject this DOM to a bean.
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
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
 
getIntersectionOfAll(Collection<K>) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Returns the intersection of all elements indexed by the provided keys.
getIntrospectionScanners() - Method in class org.jvnet.hk2.component.classmodel.InhabitantsFeed
Deprecated.  
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
 
getKey() - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated.  
getKey() - Method in class org.glassfish.hk2.inhabitants.KeyValuePairParser
 
getKey() - Method in class org.jvnet.hk2.config.Dom
Obtains the actual key value from this Dom.
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
 
getLastAction() - Method in class org.glassfish.examples.http.HttpEventReceiver
 
getLastId() - Method in class org.glassfish.examples.http.HttpEventReceiver
 
getLastRank() - Method in class org.glassfish.examples.http.HttpEventReceiver
 
getLeafElementNames() - Method in class org.jvnet.hk2.config.ConfigModel
Returns the list of all the leaf attribute names on this model
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
 
getLine() - Method in class com.sun.hk2.component.InhabitantFileBasedParser
Deprecated.  
getLine() - Method in interface com.sun.hk2.component.InhabitantParser
Deprecated.  
getLine() - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated. Gets the whole line.
getLine() - Method in class org.glassfish.hk2.inhabitants.InhabitantFileBasedParser
 
getLine() - Method in interface org.glassfish.hk2.inhabitants.InhabitantParser
 
getLine() - Method in class org.glassfish.hk2.inhabitants.KeyValuePairParser
Gets the whole line.
getLineNumber() - Method in class com.sun.hk2.component.InhabitantsScanner
Deprecated.  
getLineNumber() - Method in class org.glassfish.hk2.inhabitants.InhabitantsScanner
 
getListeners() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
Get all of the RunLevelListeners.
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 exception org.jvnet.hk2.config.ConfigPopulatorException
Indicates the source position of the configuration file where the problem happened.
getLocation() - Method in exception org.jvnet.hk2.config.ConfigurationException
Indicates the source position of the configuration file where the problem happened.
getLocation() - Method in class org.jvnet.hk2.config.Dom
Where was this Dom loaded from?
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.component.Habitat
Deprecated.  
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
 
getLock() - Method in class org.jvnet.hk2.config.ConfigBean
Returns the lock on this object, only one external view (usually the writeable view) can acquire the lock ensuring that the objects cannot be concurrently modified
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 class org.acme.security.ValidationServiceImpl
 
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
 
getMasterView() - Method in class org.jvnet.hk2.config.ConfigBean
We are the master view.
getMasterView() - Method in interface org.jvnet.hk2.config.ConfigView
 
getMasterView() - Method in class org.jvnet.hk2.config.WriteableView
 
getMaxSize() - Method in interface org.glassfish.examples.ctm.Environment
 
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.jvnet.hk2.config.ConfigPopulatorException
 
getMessage() - Method in exception org.jvnet.hk2.config.ConfigurationException
 
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 class com.sun.hk2.component.InhabitantFileBasedParser
Deprecated.  
getMetaData() - Method in interface com.sun.hk2.component.InhabitantParser
Deprecated.  
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.inhabitants.InhabitantFileBasedParser
 
getMetaData() - Method in interface org.glassfish.hk2.inhabitants.InhabitantParser
 
getMetadata() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
getMetadata() - Method in class org.jvnet.hk2.config.ConfigModel
 
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.
getMinSize() - Method in interface org.glassfish.examples.ctm.Environment
 
getModel() - Method in class org.jvnet.hk2.config.ConfigModel.Node
Returns the config model for this Node
getModel(Class) - Method in class org.jvnet.hk2.config.DomDocument
Deprecated. 
getModelByElementName(String) - Method in class org.jvnet.hk2.config.DomDocument
Obtains the ConfigModel from the "global" element name.
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.examples.ctm.Environment
 
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 interface org.glassfish.hk2.runlevel.RunLevelController
Get the name of this RunLevelController.
getName() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
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.component.Habitat
Deprecated.  
getName() - Method in interface org.jvnet.hk2.config.types.Property
Gets the value of the name property.
getName() - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorFilter
Deprecated.  
getName() - Method in class org.jvnet.hk2.deprecated.internal.MetadataIndexFilter
Deprecated.  
getName() - Method in class org.jvnet.hk2.deprecated.internal.QualifierFilter
Deprecated.  
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
 
getNamesFor(Inhabitant<T>, String) - Static method in class com.sun.hk2.component.Inhabitants
Deprecated. Returns the list of names the service implementation in known.
getNamesFor(Inhabitant<T>, String) - Static method in class org.jvnet.hk2.component.Inhabitants
Deprecated. Use Inhabitants instead.
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
 
getObjectName() - Method in class org.jvnet.hk2.config.ConfigBean
 
getOne(K) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Gets the first value if any, or null.
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
 
getOptionalFeature(Class<T>) - Method in class org.jvnet.hk2.config.ConfigBean
Returns an optional feature of the ConfigBean.
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.classmodel.reflect.ExtensibleType
Return the parent type instance.
getParent() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
 
getParent(ConfigBeanProxy) - Static method in class org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
getParent(ConfigBeanProxy, Class<T>) - Static method in class org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
getParent() - Method in interface org.jvnet.hk2.config.ConfigBeanProxy
Returns the parent element of this configuration element.
getParent(Class<T>) - Method in interface org.jvnet.hk2.config.ConfigBeanProxy
Returns the typed parent element of this configuration element.
getParent() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
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.
getPathElement(int) - Method in class org.glassfish.examples.http.HttpRequest
Gets the path element from the given index
getPc() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
getPkg() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
getPlannedRunLevel() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
The planned run level state.
getPlannedRunLevel() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
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.jvnet.hk2.internal.InjecteeImpl
 
getPr() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
 
getPresenceFlag() - Method in interface org.jvnet.hk2.component.InhabitantTrackerContext
Deprecated. Presence flag: true, for tracking positive presence of inhabitants false, for tracking negative presence (i.e.
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class com.sun.enterprise.tools.apt.MetainfServiceGenerator
 
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class org.jvnet.hk2.config.generator.AnnotationProcessorFactoryImpl
 
getProperty(PropertyBag, String) - Static method in class org.jvnet.hk2.config.types.PropertyBag.Duck
 
getProperty() - Method in interface org.jvnet.hk2.config.types.PropertyBag
Gets the value of the property property.
getProperty(String) - Method in interface org.jvnet.hk2.config.types.PropertyBag
 
getProperty(String) - Method in class org.jvnet.hk2.config.WriteableView
 
getProperty(String) - Method in class org.jvnet.hk2.osgiadapter.OSGiDirectoryBasedRepository
 
getProperty(String) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
 
getPropertyValue(PropertyBag, String) - Static method in class org.jvnet.hk2.config.types.PropertyBag.Duck
 
getPropertyValue(PropertyBag, String, String) - Static method in class org.jvnet.hk2.config.types.PropertyBag.Duck
 
getPropertyValue(String) - Method in interface org.jvnet.hk2.config.types.PropertyBag
Returns a property value if the bean has properties and one of its properties name is equal to the one passed.
getPropertyValue(String, String) - Method in interface org.jvnet.hk2.config.types.PropertyBag
Returns a property value if the bean has properties and one of its properties name is equal to the one passed.
getPropertyValue(String) - Method in class org.jvnet.hk2.config.WriteableView
 
getProvider(Context) - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
getProvider() - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
getProvider(Context) - Method in interface org.glassfish.hk2.Binding
Deprecated. Return a Provider optionally providing contextual information for how the component provider will be used (e.g., for contextual injection, etc).
getProvider() - Method in interface org.glassfish.hk2.Binding
Deprecated. Return a Provider with providing contextual information on how the provider will be used.
getProvider() - Method in interface org.glassfish.hk2.Providers
Deprecated. Return the "best" Provider from the collection that matches current criteria.
getProvider() - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
getProvider(Type, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getProvider(Type, String) - Method in interface org.jvnet.hk2.component.SimpleServiceLocator
Deprecated. Gets an inhabitant from its type and optionally name
getProvider() - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorImpl
Deprecated.  
getProviderByContract(ServiceLocator, Inhabitant<?>, AnnotatedElement, Type, Inject) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
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.
getProxy(Class<T>) - Method in class org.jvnet.hk2.config.ConfigBean
Creates a proxy for this view.
getProxy(Class<T>) - Method in interface org.jvnet.hk2.config.ConfigView
 
getProxy(Class<T>) - Method in class org.jvnet.hk2.config.WriteableView
 
getProxyType() - Method in class org.jvnet.hk2.config.ConfigModel
Return the proxy type for this model
getProxyType() - Method in interface org.jvnet.hk2.config.ConfigView
 
getProxyType() - Method in class org.jvnet.hk2.config.Dom
Returns the proxy type for this configuration object
getProxyType() - Method in class org.jvnet.hk2.config.WriteableView
 
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 class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.config.Dom
 
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
 
getRawURLs() - Method in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
getReason() - Method in class org.jvnet.hk2.config.NotProcessed
 
getReason() - Method in class org.jvnet.hk2.config.UnprocessedChangeEvent
 
getRecorders() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
getRecordersToRelease(int) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
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.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.jvnet.hk2.internal.InjecteeImpl
 
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
getRoot() - Method in class org.jvnet.hk2.config.DomDocument
 
getRunLevelControllerName(Descriptor) - Static method in class org.glassfish.hk2.runlevel.utilities.Utilities
Get the run level service name from the metadata of the given descriptor.
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 class org.glassfish.examples.ctm.TenantScopedContext
 
getScope() - Method in class org.glassfish.examples.http.RequestContext
 
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.RunLevelContext
 
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.internal.PerLookupContext
 
getScope() - Method in class org.jvnet.hk2.internal.SingletonContext
 
getScope() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getScopeAnnotation() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.config.Dom
 
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
 
getSerializedMetadata(Class<T>, String) - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
getSerializedMetadata(Class<T>) - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
getSerializedMetadata(Class<T>, String) - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. Obtains the serialized metadata.
getSerializedMetadata(Class<T>) - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. Obtains the metadata serialized into String.
getService() - Method in interface org.glassfish.hk2.api.ServiceHandle
Gets the underlying service object
getService(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets the best service from this locator that implements this contract or has this implementation
getService(Type, 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
This method should be called by code getting injectee's on behalf of some root object.
getService(ServiceLocator, Descriptor) - Method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Get the service from the given service locator for the given descriptor.
getService(Type, Annotation...) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getService(Type, String, Annotation...) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getService(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getService() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
 
getService(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Type, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets a service handle that can be used to get and destroy the returned service.
getServiceHandle(Type, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets a service handle that can be used to get and destroy the returned service
getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets a service handle that can be used to get and destroy the returned service.
getServiceHandle(ActiveDescriptor<T>) - Method in interface org.glassfish.hk2.api.ServiceLocator
Gets a service handle that can be used to get and destroy the returned service.
getServiceHandle(Type, Annotation...) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getServiceHandle(Type, String, Annotation...) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getServiceHandle(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Type, 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
 
getServiceLocator() - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
getServiceRanking(Inhabitant<?>, boolean) - Static method in class org.jvnet.hk2.component.Habitat
Deprecated.  
getSetterMethod(Method, U) - Method in class com.sun.hk2.component.InjectionResolver
Deprecated. Returns the setter method responsible for setting the resource identified by the passed annotation on the passed annotated method.
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
 
getSorter() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
Get the best Sorter.
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 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
 
getSubElementsTypes(ConfigBean) - Static method in class org.jvnet.hk2.config.ConfigSupport
Returns the list of sub-elements supported by a ConfigBean
getSubTypeRefs() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
getSymbolSpaceRoot(String) - Method in class org.jvnet.hk2.config.Dom
Locates the DOM that serves as the symbol space root.
getSystemId() - Method in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
 
getSystemId() - Method in interface com.sun.enterprise.module.InhabitantsDescriptor
Return the unique identifier
getSystemId() - Method in class com.sun.hk2.component.InhabitantsScanner
Deprecated.  
getSystemId() - Method in class org.glassfish.hk2.inhabitants.InhabitantsScanner
 
getTagName() - Method in class org.jvnet.hk2.config.ConfigModel
getter for tagName
getTenantMax() - Method in class org.glassfish.examples.ctm.ServiceProviderEngine
 
getTenantMin() - Method in class org.glassfish.examples.ctm.ServiceProviderEngine
 
getTenantName() - Method in class org.glassfish.examples.ctm.ServiceProviderEngine
 
getter(ConfigModel.Property, Type) - Method in class org.jvnet.hk2.config.ConfigBean
 
getter(ConfigModel.Property, Type) - Method in class org.jvnet.hk2.config.Dom
 
getter(ConfigModel.Property, Type) - Method in class org.jvnet.hk2.config.WriteableView
 
getThreeThirtyDescriptor(ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
Creates a Three Thirty constant active descriptor
getTransaction(T) - Static method in class org.jvnet.hk2.config.Transaction
Returns the transaction associated with a writable view
getTransaction() - Method in class org.jvnet.hk2.config.WriteableView
 
getTranslator() - Method in class org.jvnet.hk2.config.DomDocument
 
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
getType() - Method in interface org.jvnet.hk2.component.InjectionPoint
Deprecated. The type of the field that needs to be injected
getType() - Method in interface org.jvnet.hk2.component.ServiceContext
Deprecated. The type of the service class.
getTypeBuilder(URI) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
 
getTypeClosure(Type, String) - Static method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Returns the type closure for the given contract.
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
getTypeName() - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
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
getUnionOfAll(Collection<K>) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Returns the union of all elements indexed by the provided keys.
getUnprocessed() - Method in class org.jvnet.hk2.config.UnprocessedChangeEvents
 
getUnsatisfiedElement() - Method in exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
getUnsatisfiedName() - Method in exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
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 class org.acme.security.ValidationServiceImpl
 
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.
getValue(Object, Inhabitant<?>, AnnotatedElement, Type, Class<V>) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated. Obtains the value to inject, based on the type and org.jvnet.hk2.annotations.Inject annotation.
getValue(Object, Inhabitant<?>, AnnotatedElement, Type, Class<V>) - Method in interface com.sun.hk2.component.InjectionResolverQuery
Deprecated. Returns the value to inject in the field or method of component annotated with the annotated annotation.
getValue() - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated.  
getValue() - Method in class org.glassfish.hk2.inhabitants.KeyValuePairParser
 
getValue(Object, Inhabitant<?>, AnnotatedElement, Type, Class<V>) - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
override of InjectionResolverQuery to provide view of changes scoped to this txn context.
getValue() - Method in interface org.jvnet.hk2.config.types.Property
Gets the value of the value property.
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
 
getVariableValue(String) - Method in class org.jvnet.hk2.config.VariableResolver
Returns the value of the variable.
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
 
getWhen() - Method in class org.jvnet.hk2.config.UnprocessedChangeEvent
 
getWorkInProgressCount() - Method in class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
getWriteableView(T) - Method in class org.jvnet.hk2.config.ConfigSupport
Returns a writeable view of a configuration object
GIGABYTES - Static variable in annotation type org.jvnet.hk2.config.Units
 
go() - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
Does the work of writing out the inhabitants file to the proper location

H

habitat - Variable in class org.glassfish.examples.ctm.EnvironmentXml
 
Habitat - Class in org.jvnet.hk2.component
Deprecated. 
Habitat() - Constructor for class org.jvnet.hk2.component.Habitat
Deprecated.  
Habitat(ServiceLocator) - Constructor for class org.jvnet.hk2.component.Habitat
Deprecated.  
Habitat(Habitat, String) - Constructor for class org.jvnet.hk2.component.Habitat
Deprecated.  
habitat - Variable in class org.jvnet.hk2.config.ConfigParser
This is where we put parsed inhabitants into.
HabitatGenerator - Class in org.jvnet.hk2.generator
This is a command line (or embedded) utility that will generate habitat files based on @Service annotations.
HabitatListener - Interface in org.jvnet.hk2.component
Deprecated. 
HabitatListener.EventType - Enum in org.jvnet.hk2.component
Deprecated.  
handleElement(XMLStreamReader, DomDocument, Dom) - Method in class org.jvnet.hk2.config.ConfigParser
Parses a whole XML tree and builds a Dom tree.
handleElement(XMLStreamReader, DomDocument, Dom, ConfigModel) - Method in class org.jvnet.hk2.config.ConfigParser
Parses a whole XML tree and builds a Dom tree, by using the given model for the top-level element.
handleErrors(NarrowResults, LinkedList<ErrorService>) - Static method in class org.jvnet.hk2.internal.Utilities
Calls the list of error services for the list of errors
handleInjectable(Object, Object) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated.  
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 com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
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.classmodel.ClassPath
Deprecated.  
hashCode() - Method in class org.jvnet.hk2.component.MultiMap
Deprecated.  
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
 
hasNext() - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated.  
hasNext() - Method in class org.glassfish.hk2.inhabitants.KeyValuePairParser
 
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
 
HK2_CLASS_PATH_ADVISOR_CACHE_FILE - Static variable in class org.jvnet.hk2.component.classmodel.FileCachingClassPathAdvisor
Deprecated.  
HK2_REPOSITORIES - Static variable in class org.jvnet.hk2.osgiadapter.Constants
List of HK2 module repository URIs.
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
 
HK2Loader - Interface in org.glassfish.hk2.api
This class is responsible for loading classes, and different implementations can be used for different descriptors.
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
 
Hk2ThreadContext - Class in com.sun.hk2.component
Deprecated. 
Hk2ThreadContext() - Constructor for class com.sun.hk2.component.Hk2ThreadContext
Deprecated.  
Holder<T> - Interface in com.sun.hk2.component
Deprecated. 
Holder.Impl<T> - Class in com.sun.hk2.component
Deprecated. Holder implementation that doesn't do any deferred computation, where the value is given in the constructor.
Holder.Impl(T) - Constructor for class com.sun.hk2.component.Holder.Impl
Deprecated.  
HolderHK2LoaderImpl - Class in org.jvnet.hk2.deprecated.internal
Deprecated. 
HolderHK2LoaderImpl(Holder<ClassLoader>) - Constructor for class org.jvnet.hk2.deprecated.internal.HolderHK2LoaderImpl
Deprecated.  
HOURS - Static variable in annotation type org.jvnet.hk2.config.Units
 
HttpEventReceiver - Class in org.glassfish.examples.http
This receiver will receive a specific kind of HttpRequest where the elements of the request have these types: The rank of the request is an integer The id of the request is a long The requested action is a String
HttpEventReceiver() - Constructor for class org.glassfish.examples.http.HttpEventReceiver
 
HttpParameter - Annotation Type in org.glassfish.examples.http
This is a special annotation that can be used to pull out the specific information from the HttpRequest
HttpRequest - Class in org.glassfish.examples.http
This is not a true HttpRequest, but is just here for illustration purposes.
HttpRequest() - Constructor for class org.glassfish.examples.http.HttpRequest
 
HttpServer - Class in org.glassfish.examples.http
 
HttpServer() - Constructor for class org.glassfish.examples.http.HttpServer
 

I

identifyCyclicDependency(ModuleImpl, Logger) - Static method in class com.sun.enterprise.module.impl.Utils
 
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
See ImportPolicy.
ImportPolicy - Interface in com.sun.enterprise.module
Modules that wish to programmatically control their list of imports can implement this interface.
in(Scope) - Method in interface org.glassfish.hk2.ContractLocator
Deprecated. Qualify this ContractLocator to identify services that are scoped scope.
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 Scope>) - Method in interface org.glassfish.hk2.ResolvedBinder
Deprecated. Ascribe a scope to this Binder, terminating the builder-like process.
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.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.
in(Scope) - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
in(Scope) - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorImpl
Deprecated.  
IndentingXMLStreamWriter - Class in org.jvnet.hk2.config
 
IndentingXMLStreamWriter(XMLStreamWriter) - Constructor for class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
Index - Annotation Type in org.jvnet.hk2.annotations
Marks the index property of the Contract annotations.
INDEX_KEY - Static variable in class com.sun.hk2.component.InhabitantsFile
Deprecated.  
INDEX_KEY - Static variable in class org.glassfish.hk2.inhabitants.InhabitantsFile
 
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
 
Inhabitant<T> - Interface in org.jvnet.hk2.component
Deprecated. 
InhabitantActivator - Interface in org.jvnet.hk2.component
Deprecated. 
InhabitantAnnotation - Annotation Type in org.jvnet.hk2.annotations
Meta-annotation indicating that the annotation designates a resident service of a org.glassfish.hk2.Services.
inhabitantChanged(HabitatListener.EventType, Habitat, Inhabitant<?>) - Method in interface org.jvnet.hk2.component.HabitatListener
Deprecated. Called when the habitat has changed.
inhabitantChanged(InhabitantListener.EventType, Inhabitant<?>) - Method in interface org.jvnet.hk2.component.InhabitantListener
Deprecated. Called when the inhabitant has changed.
InhabitantFileBasedParser - Class in com.sun.hk2.component
Deprecated. 
InhabitantFileBasedParser(KeyValuePairParser) - Constructor for class com.sun.hk2.component.InhabitantFileBasedParser
Deprecated.  
InhabitantFileBasedParser - Class in org.glassfish.hk2.inhabitants
InhabitantParser implementation based on the inhabitant file format.
InhabitantFileBasedParser(KeyValuePairParser) - Constructor for class org.glassfish.hk2.inhabitants.InhabitantFileBasedParser
 
InhabitantFilter - Interface in org.jvnet.hk2.component
Deprecated. 
InhabitantImpl<T> - Class in org.jvnet.hk2.deprecated.internal
Deprecated. 
InhabitantImpl(ActiveDescriptor<T>, ServiceLocator) - Constructor for class org.jvnet.hk2.deprecated.internal.InhabitantImpl
Deprecated.  
inhabitantIndexChanged(HabitatListener.EventType, Habitat, Inhabitant<?>, String, String, Object) - Method in interface org.jvnet.hk2.component.HabitatListener
Deprecated. Called when the habitat index has changed.
InhabitantIntrospectionScanner - Class in com.sun.hk2.component
Deprecated. 
InhabitantIntrospectionScanner(ParsingContext) - Constructor for class com.sun.hk2.component.InhabitantIntrospectionScanner
Deprecated.  
InhabitantIntrospectionScanner - Class in org.glassfish.hk2.inhabitants
Inhabitant scanner based on introspection information rather than statically generated inhabitant file
InhabitantIntrospectionScanner(ParsingContext) - Constructor for class org.glassfish.hk2.inhabitants.InhabitantIntrospectionScanner
 
InhabitantListener - Interface in org.jvnet.hk2.component
Deprecated. 
InhabitantListener.EventType - Enum in org.jvnet.hk2.component
Deprecated.  
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
 
InhabitantParser - Interface in com.sun.hk2.component
Deprecated. 
InhabitantParser - Interface in org.glassfish.hk2.inhabitants
Abstraction of inhabitant meta-data retrieval capability.
InhabitantProviderInterceptor - Interface in org.jvnet.hk2.component
Deprecated. 
InhabitantRequested - Interface in org.jvnet.hk2.component
Deprecated. 
Inhabitants - Class in com.sun.hk2.component
Deprecated. 
Inhabitants() - Constructor for class com.sun.hk2.component.Inhabitants
Deprecated.  
Inhabitants - Class in org.jvnet.hk2.component
Deprecated. Use Inhabitants instead.
Inhabitants() - Constructor for class org.jvnet.hk2.component.Inhabitants
Deprecated.  
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.
InhabitantsDescriptor - Class in com.sun.enterprise.tools
Inhabitants descriptor as a map from the class name to its line.
InhabitantsDescriptor() - Constructor for class com.sun.enterprise.tools.InhabitantsDescriptor
 
InhabitantsDescriptor(File) - Constructor for class com.sun.enterprise.tools.InhabitantsDescriptor
 
InhabitantsFeed - Class in org.jvnet.hk2.component.classmodel
Deprecated. 
InhabitantsFeed(InhabitantsParser) - Constructor for class org.jvnet.hk2.component.classmodel.InhabitantsFeed
Deprecated.  
InhabitantsFile - Class in com.sun.hk2.component
Deprecated. 
InhabitantsFile() - Constructor for class com.sun.hk2.component.InhabitantsFile
Deprecated.  
InhabitantsFile - Class in org.glassfish.hk2.inhabitants
Inhabitants file.
InhabitantsFile() - Constructor for class org.glassfish.hk2.inhabitants.InhabitantsFile
 
InhabitantsFilter - Class in com.sun.enterprise.tools.classmodel
Provides ability to filter an inhabitants file to only include what is designated by a specified classpath.
InhabitantsFilter() - Constructor for class com.sun.enterprise.tools.classmodel.InhabitantsFilter
 
InhabitantsGenerator - Class in com.sun.enterprise.tools.apt
Generates /META-INF/inhabitants/*
InhabitantsGenerator(AnnotationProcessorEnvironment, DescriptorList) - Constructor for class com.sun.enterprise.tools.apt.InhabitantsGenerator
 
InhabitantsGenerator - Class in com.sun.enterprise.tools.classmodel
Generates /META-INF/inhabitants/* based on comma-delimited list of jars and directories passed in as arguments.
InhabitantsGenerator(InhabitantsDescriptor, ClassPath, ClassPath) - Constructor for class com.sun.enterprise.tools.classmodel.InhabitantsGenerator
Construction with all of the parameters needed to generate.
InhabitantsParser - Class in com.sun.hk2.component
Deprecated. 
InhabitantsParser(ServiceLocator) - Constructor for class com.sun.hk2.component.InhabitantsParser
Deprecated.  
InhabitantsParser - Class in org.glassfish.hk2.inhabitants
Parses /META-INF/inhabitants and populate Habitat.
InhabitantsParser(ServiceLocator) - Constructor for class org.glassfish.hk2.inhabitants.InhabitantsParser
 
InhabitantsParserFactory - Interface in org.glassfish.hk2.inhabitants
 
InhabitantsParsingContextGenerator - Class in org.jvnet.hk2.component.classmodel
Deprecated. 
InhabitantsParsingContextGenerator(ExecutorService, ClassPath, FileFilter) - Constructor for class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated.  
InhabitantsScanner - Class in com.sun.hk2.component
Deprecated. 
InhabitantsScanner(InputStream, String) - Constructor for class com.sun.hk2.component.InhabitantsScanner
Deprecated.  
InhabitantsScanner - Class in org.glassfish.hk2.inhabitants
Scans the stream that follows the /META-INF/inhabitants/* format.
InhabitantsScanner(InputStream, String) - Constructor for class org.glassfish.hk2.inhabitants.InhabitantsScanner
 
InhabitantsSorter - Class in com.sun.enterprise.tools.classmodel
Provides ability to sort an inhabitants file.
InhabitantsSorter() - Constructor for class com.sun.enterprise.tools.classmodel.InhabitantsSorter
 
InhabitantStore - Interface in com.sun.hk2.component
Deprecated. 
InhabitantStore - Interface in org.glassfish.hk2.inhabitants
Contract abstracting the storage of inhabitants into a backing store (which is usually the habitat in most situations).
InhabitantTracing - Class in org.jvnet.hk2.tracing
Deprecated. 
InhabitantTracing() - Constructor for class org.jvnet.hk2.tracing.InhabitantTracing
Deprecated.  
InhabitantTracker - Interface in org.jvnet.hk2.component
Deprecated. 
InhabitantTracker.Callback - Interface in org.jvnet.hk2.component
Deprecated. The callback is called when there is an event changing one of the tracked inhabitants.
InhabitantTrackerContext - Interface in org.jvnet.hk2.component
Deprecated. 
init(String, String) - Method in class com.sun.enterprise.module.common_impl.ModuleId
 
initializationCompleted() - Method in class org.jvnet.hk2.config.Dom
 
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(T, Inhabitant) - Method in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
initialize(T, Inhabitant) - Method in class com.sun.hk2.component.ConstructorCreator
Deprecated.  
initialize(String) - Method in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
initialize(T, Inhabitant) - Method in interface org.jvnet.hk2.component.Creator
Deprecated. Performs initialization of object, such as dependency injection.
initialize(T, Inhabitant) - Method in class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
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.
initialized() - Method in class org.jvnet.hk2.component.Habitat
Deprecated. FOR INTERNAL USE ONLY
initializeServiceLocator(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
inject(ServiceLocator, T, Inhabitant<?>) - Method in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated. Performs resource injection on the given instance from the given habitat.
inject(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
This will analyze the given object and inject into its fields and methods.
inject(Class<T>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Instantiate the passed type and injects all the org.jvnet.hk2.annotations.Inject annotated fields and methods
inject(Object) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
inject(Object, InjectionResolver...) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated. Initializes the component by performing injection.
inject(Object, Inhabitant<?>, InjectionResolver...) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated. Initializes the component by performing injection.
inject(Object, Inhabitant<?>, ExecutorService, InjectionResolver...) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated. Initializes the component by performing injection.
inject(Object, Class, InjectionResolver...) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated. Initializes the component by performing injection.
inject(Dom, T) - Method in class org.jvnet.hk2.config.ConfigInjector
Reads values from Dom and inject them into the given target object.
inject(Object) - Method in class org.jvnet.hk2.config.Dom
Performs injection to the given object.
inject(Dom, Object) - Method in class org.jvnet.hk2.config.NoopConfigInjector
 
inject(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
Injectable - Interface in org.jvnet.hk2.component
Deprecated. 
injectAttribute(Dom, String, T) - Method in class org.jvnet.hk2.config.ConfigInjector
Injects a single property of the given attribute name.
injectAttribute(Dom, String, Object) - Method in class org.jvnet.hk2.config.NoopConfigInjector
 
injectedInto(Object) - Method in interface org.jvnet.hk2.component.Injectable
Deprecated. notification of injection into a component
Injectee - Interface in org.glassfish.hk2.api
An Injectee represents the point of injection.
InjecteeImpl - Class in org.jvnet.hk2.internal
 
injectElement(Dom, String, T) - Method in class org.jvnet.hk2.config.ConfigInjector
Injects a single property of the given element name.
injectElement(Dom, String, Object) - Method in class org.jvnet.hk2.config.NoopConfigInjector
 
InjectInjectionResolver - Class in com.sun.hk2.component
Deprecated. 
InjectInjectionResolver(ServiceLocator) - Constructor for class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
injectInto(Dom, Object) - Method in class org.jvnet.hk2.config.Dom
 
InjectionManager - Class in org.jvnet.hk2.component
Deprecated. 
InjectionManager() - Constructor for class org.jvnet.hk2.component.InjectionManager
Deprecated.  
InjectionManager.InjectClass - Class in org.jvnet.hk2.component
Deprecated. Prototype for the multi-threaded version of inject().
InjectionManager.InjectClass(Class, InjectionManager.InjectContext) - Constructor for class org.jvnet.hk2.component.InjectionManager.InjectClass
Deprecated.  
InjectionManager.InjectContext - Class in org.jvnet.hk2.component
Deprecated.  
InjectionManager.InjectContext(Object, Inhabitant<?>, Class, ExecutorService, InjectionResolver[]) - Constructor for class org.jvnet.hk2.component.InjectionManager.InjectContext
Deprecated.  
InjectionManager.InjectField - Class in org.jvnet.hk2.component
Deprecated.  
InjectionManager.InjectField(InjectionManager.InjectClass, Field, Annotation, InjectionResolver) - Constructor for class org.jvnet.hk2.component.InjectionManager.InjectField
Deprecated.  
InjectionManager.InjectFields - Class in org.jvnet.hk2.component
Deprecated.  
InjectionManager.InjectFields(InjectionManager.InjectClass) - Constructor for class org.jvnet.hk2.component.InjectionManager.InjectFields
Deprecated.  
InjectionManager.InjectMethod - Class in org.jvnet.hk2.component
Deprecated.  
InjectionManager.InjectMethod(InjectionManager.InjectClass, Method, Annotation, InjectionResolver) - Constructor for class org.jvnet.hk2.component.InjectionManager.InjectMethod
Deprecated.  
InjectionManager.InjectMethods - Class in org.jvnet.hk2.component
Deprecated.  
InjectionManager.InjectMethods(InjectionManager.InjectClass) - Constructor for class org.jvnet.hk2.component.InjectionManager.InjectMethods
Deprecated.  
InjectionPoint - Interface in org.glassfish.hk2.inject
Deprecated. 
InjectionPoint - Interface in org.jvnet.hk2.component
Deprecated. 
InjectionResolver<U extends Annotation> - Class in com.sun.hk2.component
Deprecated. 
InjectionResolver(Class<U>) - Constructor for class com.sun.hk2.component.InjectionResolver
Deprecated. Construct a resolver with a particular injection type
InjectionResolver<T> - Interface in org.glassfish.hk2.api
This class allows users to provide a custom injection target for any annotation (including @Inject).
InjectionResolverQuery - Interface in com.sun.hk2.component
Deprecated. 
InjectionTarget - Annotation Type in org.jvnet.hk2.config
Used on ConfigInjector to indicate the target class of the injection.
injector - Variable in class org.jvnet.hk2.config.ConfigModel
Reference to the ConfigInjector used to inject values to objects of this model.
inOrder() - Method in class org.jvnet.hk2.tracing.InhabitantTracing
Deprecated.  
inParent() - Method in interface org.glassfish.hk2.BinderFactory
Deprecated. Return the parent binder factory instance which can be used to bind services for wider visibility outside of this module definition.
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
 
insertAfter(Dom, String, Dom) - Method in class org.jvnet.hk2.config.Dom
Inserts a new Dom node right after the given DOM element.
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
 
interpolate(String, MessageInterpolator.Context) - Method in class org.jvnet.hk2.config.MessageInterpolatorImpl
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.jvnet.hk2.config.MessageInterpolatorImpl
Runs the message interpolation according to algorithm specified in JSR 303.
interrupt() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
Causes this RunLevelController to attempt to stop any in-flight proceedTo() operation.
interrupt() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
IntrospectionScanner - Interface in com.sun.hk2.component
Deprecated. 
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)
invoke(Object, Method, Object[]) - Method in class org.jvnet.hk2.config.Dom
InvocationHandler implementation that allows strongly-typed access to the configuration.
invoke(Object, String, Class[], Object[]) - Method in class org.jvnet.hk2.config.Dom
Another version of the Dom.invoke(Object, Method, Object[]), but instead of Method object, it takes the method name and argument types.
invoke(Object, Method, Object[]) - Method in class org.jvnet.hk2.config.WriteableView
 
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 class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
isActive() - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
isActive() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
isActive() - Method in class com.sun.hk2.component.ScopedInhabitant
Deprecated.  
isActive() - Method in class org.glassfish.examples.ctm.TenantScopedContext
 
isActive() - Method in class org.glassfish.examples.http.RequestContext
 
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 interface org.glassfish.hk2.Bindings
Deprecated. Indicates whether or not this Bindings instance is active.
isActive() - Method in class org.glassfish.hk2.internal.PerThreadContext
 
isActive() - Method in interface org.glassfish.hk2.Provider
Deprecated. Returns true if the component has been instantiated.
isActive() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 
isActive() - Method in class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
isActive() - Method in class org.jvnet.hk2.deprecated.internal.InhabitantImpl
Deprecated.  
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
isCacheSet() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.glassfish.hk2.utilities.AliasDescriptor
 
isCacheSet() - Method in class org.jvnet.hk2.config.Dom
 
isCacheSet() - Method in class org.jvnet.hk2.config.DomDescriptor
 
isCacheSet() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
isCacheSet() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
isCacheSet() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
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
isCollection() - Method in class org.jvnet.hk2.config.ConfigModel.Property
Is multiple values allowed?
isConstructorParameterIndicator() - Method in class org.glassfish.examples.http.AlternateInjectResolver
 
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
 
isContract(AnnotatedElement) - Method in class com.sun.hk2.component.InhabitantIntrospectionScanner
Deprecated.  
isContract(AnnotatedElement) - Method in class org.glassfish.hk2.inhabitants.InhabitantIntrospectionScanner
 
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.
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
 
isEnabled() - Static method in class org.jvnet.hk2.tracing.TracingUtilities
Deprecated.  
isField() - Method in exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
isFilteredInhabitant(InhabitantParser) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Returns true if this inhabitant should be ignored.
isFilteredInhabitant(String) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Returns true if this inhabitant should be ignored.
isFilteredInhabitant(InhabitantParser) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Returns true if this inhabitant should be ignored.
isFilteredInhabitant(String) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Returns true if this inhabitant should be ignored.
isFinal(Member) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if the underlying member is abstract
isInitialized() - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
isInterface() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
 
isLeaf() - Method in class org.jvnet.hk2.config.ConfigModel.Node
 
isLeaf() - Method in class org.jvnet.hk2.config.ConfigModel.Property
 
isLoggable(Level) - Static method in class com.sun.enterprise.module.common_impl.LogHelper
 
isMethod() - Method in exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
isMethodParameterIndicator() - Method in class org.glassfish.examples.http.AlternateInjectResolver
 
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(AnnotatedElement, Inject) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
isOptional(AnnotatedElement, U) - Method in class com.sun.hk2.component.InjectionResolver
Deprecated. Returns true if the resolution of this injection identified by the passed annotation instance is optional
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.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
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 class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.config.Dom
This ensures no-one tried to reify this descriptor, which has an impl class the interface
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.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.
isVisited() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
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 com.sun.hk2.component.InhabitantIntrospectionScanner
Deprecated.  
iterator() - Method in class com.sun.hk2.component.InhabitantsScanner
Deprecated.  
iterator() - Method in class org.glassfish.hk2.inhabitants.InhabitantIntrospectionScanner
 
iterator() - Method in class org.glassfish.hk2.inhabitants.InhabitantsScanner
 
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
 
join(Transaction) - Method in interface org.jvnet.hk2.config.Transactor
Enter a new Transaction, this method should return false if this object is already enlisted in another transaction, or cannot be enlisted with the passed transaction.
join(Transaction) - Method in class org.jvnet.hk2.config.WriteableView
Enter a new Transaction, this method should return false if this object is already enlisted in another transaction, or cannot be enlisted with the passed transaction.
justCreate(Class<T>, ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
Just creates the thing, doesn't try to do anything else
justInject(Object, ServiceLocatorImpl) - 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.testing.junit.internal.JustInTimeInjectionResolverImpl
 
justPostConstruct(Object) - Static method in class org.jvnet.hk2.internal.Utilities
Post constructs the given object
justPreDestroy(Object) - Static method in class org.jvnet.hk2.internal.Utilities
Pre Destroys the given object

K

KEY - Static variable in class org.jvnet.hk2.config.ConfigMetadata
The name of the property used as a key for exposing inhabitants, as well as resolving references.
key - Variable in class org.jvnet.hk2.config.ConfigModel
If this model has any property that works as a key.
KEYED_AS - Static variable in class org.jvnet.hk2.config.ConfigMetadata
If the target type is keyed, the FQCN that defines the key field.
keyedAs - Variable in class org.jvnet.hk2.config.ConfigModel
Fully-qualified name under which this type is indexed.
keySet() - Method in interface org.glassfish.hk2.MultiMap
Deprecated. Returns the keys of type K.
keySet() - Method in class org.jvnet.hk2.component.MultiMap
Deprecated.  
KeyValuePairParser - Class in com.sun.hk2.component
Deprecated. 
KeyValuePairParser() - Constructor for class com.sun.hk2.component.KeyValuePairParser
Deprecated.  
KeyValuePairParser(String) - Constructor for class com.sun.hk2.component.KeyValuePairParser
Deprecated.  
KeyValuePairParser - Class in org.glassfish.hk2.inhabitants
Parses a string like key=value,key=value,key=value.
KeyValuePairParser() - Constructor for class org.glassfish.hk2.inhabitants.KeyValuePairParser
 
KeyValuePairParser(String) - Constructor for class org.glassfish.hk2.inhabitants.KeyValuePairParser
 
KILOBYTES - Static variable in annotation type org.jvnet.hk2.config.Units
 

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
 
LazyInhabitant<T> - Class in com.sun.hk2.component
Deprecated. 
LazyInhabitant(ServiceLocator, HK2Loader, String, Map<String, List<String>>) - Constructor for class com.sun.hk2.component.LazyInhabitant
Deprecated.  
LazyInhabitant(ServiceLocator, HK2Loader, String, Map<String, List<String>>, Inhabitant<?>) - Constructor for class com.sun.hk2.component.LazyInhabitant
Deprecated.  
lead() - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
lead() - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
lead() - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. If this inhabitant is a companion to another inhabitant (called "lead"), This method returns that inhabitant.
leafElement(String) - Method in class org.jvnet.hk2.config.Dom
Picks up one leaf-element value.
leafElements(String) - Method in class org.jvnet.hk2.config.Dom
Picks up all leaf-element values of the given name.
lifecycleEvent(InstanceLifecycleEvent) - Method in interface org.glassfish.hk2.api.InstanceLifecycleListener
This method will be called when any lifecycle event occurs.
lifecycleEvent(InstanceLifecycleEvent) - Method in class org.jvnet.hk2.config.provider.internal.ConfigInstanceListener
 
LifecyclePolicy - Interface in com.sun.enterprise.module
Modules that wish to invoke special logic when it is loaded, started or stopped should implement this interface.
LIFECYLE_POLICY - Static variable in class com.sun.enterprise.module.ManifestConstants
See LifecyclePolicy.
link(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
 
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(File) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
Loads an existing file.
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() - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
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.jvnet.hk2.deprecated.internal.HolderHK2LoaderImpl
Deprecated.  
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
 
loader - Variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
loadExistingMetaInfFiles() - Method in class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
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.
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
 
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
lockTimeOutInSeconds - Static variable in class org.jvnet.hk2.config.ConfigSupport
 
log(String) - Method in class org.glassfish.examples.http.Logger
This just prints the string to stdout.
logger - Variable in class com.sun.enterprise.module.bootstrap.PlatformMain
 
logger - Static variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
 
logger - Static variable in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
Logger - Class in org.glassfish.examples.http
This is just an example of another service a method might want to inject
Logger() - Constructor for class org.glassfish.examples.http.Logger
 
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
 

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.classmodel.InhabitantsFilter
Requires Constants.PARAM_INHABITANT_SOURCE_FILE, Constants.PARAM_INHABITANT_TARGET_FILE, Constants.PARAM_INHABITANTS_SOURCE_FILES, and Constants.PARAM_INHABITANTS_SORTED to be passed.
main(String[]) - Static method in class com.sun.enterprise.tools.classmodel.InhabitantsGenerator
 
main(String[]) - Static method in class com.sun.enterprise.tools.classmodel.InhabitantsSorter
Requires Constants.PARAM_INHABITANT_SOURCE_FILE and Constants.PARAM_INHABITANT_TARGET_FILE to be passed.
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
 
make(Habitat, XMLStreamReader, T, ConfigModel) - Method in class org.jvnet.hk2.config.DomDocument
 
makeMe(Constructor<?>, Object[]) - Static method in class org.jvnet.hk2.internal.Utilities
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
 
MalloryApp - Class in com.mallory.application
This naughty service will attempt to do many things it is not allowed to do
MalloryApp() - Constructor for class com.mallory.application.MalloryApp
 
manage(Inhabitant<?>, Inhabitant<?>) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
manage(Inhabitant<?>, Iterable<?>) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated.  
ManagedComponentProvider<T> - Interface in org.glassfish.hk2
Deprecated. 
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(String) - Method in class com.sun.enterprise.tools.classmodel.CodeSourceFilter
 
matches(Descriptor) - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
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
 
matches(Inhabitant<?>) - Method in interface org.jvnet.hk2.component.InhabitantFilter
Deprecated.  
matches(Descriptor) - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorFilter
Deprecated.  
matches(Descriptor) - Method in class org.jvnet.hk2.deprecated.internal.MetadataIndexFilter
Deprecated.  
matches(Descriptor) - Method in class org.jvnet.hk2.deprecated.internal.QualifierFilter
Deprecated.  
MavenInhabitantsGenerator - Class in org.jvnet.hk2.generator.maven
Calls the generator with maven
MavenInhabitantsGenerator() - Constructor for class org.jvnet.hk2.generator.maven.MavenInhabitantsGenerator
 
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
 
MEGABYTES - Static variable in annotation type org.jvnet.hk2.config.Units
 
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
Deprecated.  
MessageInterpolatorImpl - Class in org.jvnet.hk2.config
 
MessageInterpolatorImpl() - Constructor for class org.jvnet.hk2.config.MessageInterpolatorImpl
 
Messager - Interface in com.sun.enterprise.tools
Abstraction for a Messager
metadata() - Method in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
metadata() - Method in class com.sun.hk2.component.AbstractCreatorInhabitantImpl
Deprecated.  
metadata() - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
metadata() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
metadata() - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
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.
metadata() - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. Gets the metadata associated with this inhabitant.
metadata() - Method in class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
metadata() - Method in class org.jvnet.hk2.deprecated.internal.InhabitantImpl
Deprecated.  
MetadataIndexFilter - Class in org.jvnet.hk2.deprecated.internal
Deprecated. 
MetadataIndexFilter(Class<?>, Map<String, List<String>>) - Constructor for class org.jvnet.hk2.deprecated.internal.MetadataIndexFilter
Deprecated.  
MetainfServiceGenerator - Class in com.sun.enterprise.tools.apt
AnnotationProcessorFactory implementation to generate META-INF/services by scanning Service.
MetainfServiceGenerator() - Constructor for class com.sun.enterprise.tools.apt.MetainfServiceGenerator
 
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_ACTUAL - Static variable in annotation type org.jvnet.hk2.config.GenerateServiceFromMethod
This is the key in the metadata that will contain the actual type of the List return type of the method where the user-supplied annotation has been placed
METHOD_NAME - Static variable in class com.sun.hk2.component.InhabitantsFile
Deprecated.  
METHOD_NAME - Static variable in class org.glassfish.hk2.inhabitants.InhabitantsFile
 
METHOD_NAME - Static variable in annotation type org.jvnet.hk2.config.GenerateServiceFromMethod
This is the key in the metadata that will contain the name of the method where the user-supplied annotation has been placed
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
 
MILLISECONDS - Static variable in annotation type org.jvnet.hk2.config.Units
 
MINUTES - Static variable in annotation type org.jvnet.hk2.config.Units
 
model - Variable in class org.jvnet.hk2.config.Dom
Model drives the interpretation of this DOM.
ModelClassVisitor - Class in org.glassfish.hk2.classmodel.reflect.impl
ASM class visitor, used to build to model
ModelClassVisitor(ParsingContext, URI, String) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
 
models - Variable in class org.jvnet.hk2.config.DomDocument
 
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(AbstractModulesRegistryImpl) - 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> - Interface in org.glassfish.hk2
Deprecated. 
MultiMap<K,V> - Class in org.jvnet.hk2.component
Deprecated. 
MultiMap() - Constructor for class org.jvnet.hk2.component.MultiMap
Deprecated. Creates an empty multi-map with default concurrency controls
MultiMap(Map<K, List<V>>, boolean) - Constructor for class org.jvnet.hk2.component.MultiMap
Deprecated. Creates a multi-map backed by the given store.
MultiMap(MultiMap<K, V>) - Constructor for class org.jvnet.hk2.component.MultiMap
Deprecated. Copy constructor.
Multiple - Annotation Type in org.jvnet.hk2.annotations
Deprecated. 

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 interface org.glassfish.hk2.Binder
Deprecated. Names a binding that will be used to register the service in the registry.
named(String) - Method in interface org.glassfish.hk2.ContractLocator
Deprecated. Qualify this ContractLocator to identify services that are named 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.DescriptorBuilder
The name for this descriptor object.
named(String) - Method in class org.jvnet.hk2.component.ContractLocatorImpl
Deprecated.  
named(String) - Method in class org.jvnet.hk2.deprecated.internal.ContractLocatorImpl
Deprecated.  
named(String) - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
NamedBinder<U> - Interface in org.glassfish.hk2
Deprecated. 
NamedImpl - Class in org.glassfish.hk2.utilities
 
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
 
newInstance(Object[]) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFileLoaderFactory
a factory method to create ClassFileLoader instance.
newList(Collection<? extends V>) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Creates an optionally populated list to be used as an entry in the map.
newModule(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
Factory method for creating new instances of Module.
newModule(ModuleDefinition) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
 
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 Habitat
newServiceLocator(ServiceLocator, String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
Create a new Habitat optionally providing a parent Services as well as a name.
newServiceLocator() - Method in interface com.sun.enterprise.module.ModulesRegistry
Creates an uninitialized ServiceLocator
newValueObject(Class<T>) - Method in interface org.glassfish.hk2.inject.Creator
Deprecated. Creates a new value object which will be instantiated using the empty parameter constructor.
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
 
nodeByTypeElement(Class<T>) - Method in class org.jvnet.hk2.config.Dom
 
nodeByTypeElements(Class<T>) - Method in class org.jvnet.hk2.config.Dom
 
nodeElement(String) - Method in class org.jvnet.hk2.config.Dom
Picks up one node-element value.
nodeElements(String) - Method in class org.jvnet.hk2.config.Dom
Picks up all node-elements that have the given element name.
NOOP - Static variable in interface org.jvnet.hk2.config.Translator
Translator that does nothing.
NoopConfigInjector - Class in org.jvnet.hk2.config
Used for bringing in ConfigBeanProxy to the habitat.
NoopConfigInjector() - Constructor for class org.jvnet.hk2.config.NoopConfigInjector
 
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
notify(InhabitantListener.EventType) - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
NotProcessed - Class in org.jvnet.hk2.config
An explanation of a change could not be processed.
NotProcessed(String) - Constructor for class org.jvnet.hk2.config.NotProcessed
 

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.
ObservableBean - Interface in org.jvnet.hk2.config
Implementation of a @Configured object can optionally fire configuration change events when it's mutated.
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
 
onBehalfOf - Variable in class org.jvnet.hk2.component.InjectionManager.InjectContext
Deprecated.  
onCancelled(RunLevelController, int, boolean) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
Called when an RunLevelController implementation's proceedTo() operation has been canceled for some reason.
onError(RunLevelController, Throwable, boolean) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
Called when a service throws an exception during lifecycle orchestration.
onFailure(ErrorInformation) - Method in class com.sun.enterprise.module.bootstrap.DefaultErrorService
 
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(RunLevelController) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
Called when the RunLevelController advances in some tangible way.
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 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.acme.security - package org.acme.security
 
org.glassfish.examples.ctm - package org.glassfish.examples.ctm
 
org.glassfish.examples.http - package org.glassfish.examples.http
 
org.glassfish.hk2 - package org.glassfish.hk2
 
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.deprecated.utilities - package org.glassfish.hk2.deprecated.utilities
 
org.glassfish.hk2.extension - package org.glassfish.hk2.extension
 
org.glassfish.hk2.inhabitants - package org.glassfish.hk2.inhabitants
 
org.glassfish.hk2.inject - package org.glassfish.hk2.inject
 
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.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.component.classmodel - package org.jvnet.hk2.component.classmodel
 
org.jvnet.hk2.component.concurrent - package org.jvnet.hk2.component.concurrent
 
org.jvnet.hk2.config - package org.jvnet.hk2.config
 
org.jvnet.hk2.config.generator - package org.jvnet.hk2.config.generator
 
org.jvnet.hk2.config.generator.maven - package org.jvnet.hk2.config.generator.maven
 
org.jvnet.hk2.config.provider - package org.jvnet.hk2.config.provider
 
org.jvnet.hk2.config.provider.internal - package org.jvnet.hk2.config.provider.internal
 
org.jvnet.hk2.config.types - package org.jvnet.hk2.config.types
 
org.jvnet.hk2.deprecated.internal - package org.jvnet.hk2.deprecated.internal
 
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.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
 
org.jvnet.hk2.tracing - package org.jvnet.hk2.tracing
 
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
OSGiInhabitantsParser - Class in org.jvnet.hk2.osgiadapter
Parses /META-INF/inhabitants and populate Habitat.
OSGiInhabitantsParser(ServiceLocator, BundleContext) - Constructor for class org.jvnet.hk2.osgiadapter.OSGiInhabitantsParser
 
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
PARAMETERIZED_TYPE - Static variable in class com.sun.hk2.component.InhabitantsFile
Deprecated.  
PARAMETERIZED_TYPE - Static variable in class org.glassfish.hk2.inhabitants.InhabitantsFile
 
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() - Method in class org.jvnet.hk2.config.ConfigBean
 
parent() - Method in class org.jvnet.hk2.config.Dom
If this DOM is a child of another DOM, the parent pointer.
PARENT_CONFIGURED - Static variable in annotation type org.jvnet.hk2.config.GenerateServiceFromMethod
This is the key in the metadata that will contain the fully qualified class name of the class marked Configured that contains this annotation
PARENT_CONFIGURED - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
Must be the same value as from the GenerateServiceFromMethod value
parse(Iterable<InhabitantParser>, Holder<ClassLoader>) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Parses the inhabitants file (which is represented by InhabitantsParser).
parse(ParsingContext, Holder<ClassLoader>) - Method in interface com.sun.hk2.component.IntrospectionScanner
Deprecated. Called by the introspection framework with the class model context.
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.
parse(Iterable<InhabitantParser>, HK2Loader) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Parses the inhabitants file (which is represented by InhabitantsScanner).
parse(Collection<File>) - Method in class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated. Add the collection of files to the current InhabitantsGenerator context.
parse(File) - Method in class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated. Eventually we can perform optimizations here instead of a pass-thru to parseAlways.
parse(XMLStreamReader) - Method in class org.jvnet.hk2.config.ConfigParser
 
parse(XMLStreamReader, DomDocument) - Method in class org.jvnet.hk2.config.ConfigParser
 
parse(XMLStreamReader, DomDocument, Dom) - Method in class org.jvnet.hk2.config.ConfigParser
 
parse(URL) - Method in class org.jvnet.hk2.config.ConfigParser
Parses the given source as a config file, and adds resulting Doms into Habitat as Inhabitants.
parse(URL, DomDocument) - Method in class org.jvnet.hk2.config.ConfigParser
 
parse(URL, DomDocument, Dom) - Method in class org.jvnet.hk2.config.ConfigParser
 
parse(ParsingContext, Holder<ClassLoader>) - Method in class org.jvnet.hk2.config.ConfiguredScanner
 
parseAlways(Parser, File) - Method in class org.jvnet.hk2.component.classmodel.InhabitantsParsingContextGenerator
Deprecated.  
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.
parseIndex(String, StringBuilder) - Static method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Returns the contract name given a raw index entry.
parseIndex(String, StringBuilder) - Static method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Returns the contract name given a raw index entry.
parseInhabitants(Module, String, ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
parseInhabitants(Module, String, ServiceLocator) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
 
parseInhabitants(Module, String, ServiceLocator) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
 
parseInhabitants(Module, String, ServiceLocator) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
 
parseInhabitants(Module, String, ServiceLocator) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
 
parseNext() - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated.  
parseNext() - Method in class org.glassfish.hk2.inhabitants.KeyValuePairParser
 
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
 
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
 
PATH - Static variable in class com.sun.hk2.component.InhabitantsFile
Deprecated.  
PATH - Static variable in class org.glassfish.hk2.inhabitants.InhabitantsFile
 
performOn(T) - Method in interface org.jvnet.hk2.config.ConfigSupport.TransactionCallBack
 
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
 
pop() - Method in class org.jvnet.hk2.tracing.InhabitantTracing
Deprecated.  
populate(ServiceLocator, DescriptorFileFinder, 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
populate(InhabitantsParsingContextGenerator) - Method in class org.jvnet.hk2.component.classmodel.InhabitantsFeed
Deprecated.  
populateConfig(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
 
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
 
populateConfig(ServiceLocator) - Method in class org.jvnet.hk2.config.ConfigurationPopulator
 
populateExtraInhabitantMetaData(Map<String, List<String>>, AnnotatedElement) - Static method in class com.sun.hk2.component.InhabitantIntrospectionScanner
Deprecated. Retrieves the "extra" meta data from drilling into each annotation's methods.
populateExtraInhabitantMetaData(MultiMap<String, String>, AnnotatedElement) - Static method in class org.glassfish.hk2.inhabitants.InhabitantIntrospectionScanner
Retrieves the "extra" meta data from drilling into each annotation's methods.
populateServiceLocator(String, ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
Creates a ServiceLocator from all the modules in this registry
populateServiceLocator(String, ServiceLocator) - Method in interface com.sun.enterprise.module.ModulesRegistry
Populates a ServiceLocator from all the modules in this registry.
Populator - Interface in org.jvnet.hk2.config
Populates Habitat.
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() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
postConstruct(Object) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
postConstruct() - Method in class org.jvnet.hk2.config.Transactions
 
postConstruct(Object) - 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) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
preDestroy() - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionCoordinator
 
preDestroy() - Method in class org.jvnet.hk2.config.Transactions
 
preDestroy(Object) - 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.
prepare() - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
Locks changes, calls prepare.
prepare() - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
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
PrimitiveDataType - Class in org.jvnet.hk2.config
Represents a Java primitive (and its wrapper) data 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
 
printThrowable(Throwable) - Static method in class org.glassfish.hk2.utilities.reflection.Logger
Prints a throwable to stdout
printThrowable(Throwable) - Static method in class org.jvnet.hk2.deprecated.internal.Utilities
Deprecated.  
proceedTo(int) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
Causes this RunLevelController to move to the specified run level for all RunLevel instances (identified by RunLevelControllerIndicator), orchestrating the appropriate lifecycle events.
proceedTo(int) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
proceedTo(Integer, boolean) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
Proceed to the given run level.
process(DescriptorImpl) - Method in class com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
 
process(TypeDeclaration) - Method in class com.sun.enterprise.tools.apt.InhabitantMetadataProcessor
 
process() - Method in class com.sun.enterprise.tools.apt.InhabitantsGenerator
 
process() - Method in class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
Annotation processor entry point, we are using a visitor pattern the visit only the class declaration.
process(InhabitantsDescriptor, InhabitantsDescriptor, CodeSourceFilter) - Static method in class com.sun.enterprise.tools.classmodel.InhabitantsFilter
Builds the outDescriptor based on filtered inDescriptor contents.
process(DescriptorImpl) - Method in class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
Uses the given classloader to load the class from the descriptor
process(DescriptorImpl) - Method in interface org.glassfish.hk2.bootstrap.PopulatorPostProcessor
This method can be used to alter the descriptor read in.
process() - Method in class org.jvnet.hk2.config.generator.ConfigInjectorGenerator
 
process(DescriptorImpl) - Method in class org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
 
processHttpRequest() - Method in class org.glassfish.examples.http.RequestProcessor
This implementation processes the HttpRequest and returns its HttpEventReceiver (mainly so that it can be properly tested)
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.
Property - Interface in org.jvnet.hk2.config.types
Property type definition.
PropertyBag - Interface in org.jvnet.hk2.config.types
Base interface for those configuration objects that has nested <property> elements.
PropertyBag.Duck - Class in org.jvnet.hk2.config.types
 
PropertyBag.Duck() - Constructor for class org.jvnet.hk2.config.types.PropertyBag.Duck
 
PropertyInjector - Class in org.jvnet.hk2.config.types
 
PropertyInjector() - Constructor for class org.jvnet.hk2.config.types.PropertyInjector
 
provide() - Method in class org.glassfish.examples.ctm.EnvironmentFactory
This method creates environments based on the current tenant.
provide() - Method in interface org.glassfish.hk2.api.Factory
This method will create instances of the type of this factory.
Provider<T> - Interface in org.glassfish.hk2
Deprecated. 
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.
Providers<T> - Interface in org.glassfish.hk2
Deprecated. 
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.
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
 
proxyType(T) - Static method in class org.jvnet.hk2.config.ConfigSupport
Returns the type of configuration object this config proxy represents.
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
 
push(Inhabitant) - Method in class org.jvnet.hk2.tracing.InhabitantTracing
Deprecated.  
put(String, String) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
put(E) - Method in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue
 
put(Provider<T>, T) - Method in interface org.glassfish.hk2.ScopeInstance
Deprecated. Stores a inhabitant component instance.
putAll(String, Collection<String>, Collection<String>, String, Object) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 

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.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
 
QUALIFIER_KEY - Static variable in class com.sun.hk2.component.InhabitantsFile
Deprecated.  
QUALIFIER_KEY - Static variable in class org.glassfish.hk2.inhabitants.InhabitantsFile
 
QualifierFilter - Class in org.jvnet.hk2.deprecated.internal
Deprecated. 
QualifierFilter(String, String) - Constructor for class org.jvnet.hk2.deprecated.internal.QualifierFilter
Deprecated.  

R

Rank - Annotation Type in org.glassfish.hk2.api
This annotation is used to provide the initial rank of a service marked with Service.
rawAttribute(String) - Method in class org.jvnet.hk2.config.Dom
Obtians the attribute value without variable expansion.
rawLeafElement(String) - Method in class org.jvnet.hk2.config.Dom
Picks up one leaf-element value without variable expansion.
rawLeafElements(String) - Method in class org.jvnet.hk2.config.Dom
Picks up all leaf-element values of the given name, without variable expansion.
read(InputStream) - Method in class com.sun.enterprise.module.single.ManifestProxy
 
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.
readValue(ConfigBean, String, Object) - Method in interface org.jvnet.hk2.config.ConfigBeanInterceptor
Notification of an attribute read
real - Variable in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated. Real Inhabitant object.
receiveRequest(int, long, String, Logger) - Method in class org.glassfish.examples.http.HttpEventReceiver
This method will get called back with the information filled in from the request, either from the Alternate injection resolver or from the system provided three-thirty resolver
recordActivation(ActiveDescriptor<?>) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
Record the activation the run level service associated with the given descriptor.
recordActivation(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
reference(Dom, String, Class<T>) - Method in class org.jvnet.hk2.config.ConfigInjector
Resolves a reference to the given type by the given id.
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.component.Habitat
Deprecated.  
reifyDescriptor(Descriptor) - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
reifyDescriptor(Descriptor, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
reifyDescriptor(Descriptor) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
Releasable - Interface in org.glassfish.hk2
Deprecated. 
release() - Method in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
release() - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
release() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
release() - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
release() - Method in class com.sun.hk2.component.ScopedInhabitant
Deprecated.  
release() - Method in interface org.glassfish.hk2.Releasable
Deprecated. Release the component/service if active.
release() - Method in interface org.glassfish.hk2.ScopeInstance
Deprecated. release the backend storage and call PreDestroy.preDestroy() on all instantiated components that implement the PreDestroy interface.
release() - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. Called to orderly shutdown ServiceLocator.
release() - Method in interface org.jvnet.hk2.component.InhabitantTracker
Deprecated. Releases / closes this tracker.
release() - Method in class org.jvnet.hk2.config.Dom
 
release() - Method in class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
release() - Method in class org.jvnet.hk2.deprecated.internal.InhabitantImpl
Deprecated.  
releaseCache() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.AliasDescriptor
 
releaseCache() - Method in class org.jvnet.hk2.config.Dom
 
releaseCache() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
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(Object) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
remove(Inhabitant<?>) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated.  
remove(Inhabitant<?>) - Method in interface com.sun.hk2.component.InhabitantStore
Deprecated. Removes an inhabitant
remove(ServiceLocator, Filter) - Static method in class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated. Unbind the descriptor(s) found by the given filter from the given service locator.
remove(Inhabitant<?>) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
 
remove(Inhabitant<?>) - Method in interface org.glassfish.hk2.inhabitants.InhabitantStore
Removes an inhabitant
remove(Inhabitant<?>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Removes an inhabitant
remove(K) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Removes an key value from the map
remove(K, V) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Removes an key value pair from the map
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
removeAllByType(Class<?>) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Removes all inhabitants for a particular type
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
removeChild(Dom) - Method in class org.jvnet.hk2.config.Dom
Removes an existing NodeChild
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
 
removeImport(ModuleImpl) - Method in class com.sun.enterprise.module.impl.ModuleImpl
 
removeIndex(String, String) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated.  
removeIndex(String, Object) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated.  
removeIndex(String, String) - Method in interface com.sun.hk2.component.InhabitantStore
Deprecated. Removes a named Inhabitant index for a specific contract and name
removeIndex(String, Object) - Method in interface com.sun.hk2.component.InhabitantStore
Deprecated. Removes an Inhabitant index for a specific service or inhabitant
removeIndex(String, String) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
 
removeIndex(String, Object) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
 
removeIndex(String, String) - Method in interface org.glassfish.hk2.inhabitants.InhabitantStore
Removes a named Inhabitant index for a specific contract and name
removeIndex(String, Object) - Method in interface org.glassfish.hk2.inhabitants.InhabitantStore
Removes an Inhabitant index for a specific service or inhabitant
removeIndex(String, String) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Removes a NamedInhabitant for a specific contract
removeIndex(String, Object) - Method in class org.jvnet.hk2.component.Habitat
Deprecated. Removes a Contracted service
removeInhabitantListener(InhabitantListener) - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
removeLeafElement(String, String) - Method in class org.jvnet.hk2.config.Dom
 
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(ConfigListener) - Method in class org.jvnet.hk2.config.Dom
 
removeListener(ConfigListener) - Method in interface org.jvnet.hk2.config.ObservableBean
Remove a listener
removeListener(ModuleChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
removeListener(RepositoryChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
 
removeListenerForType(Class, ConfigListener) - Method in class org.jvnet.hk2.config.Transactions
removes a listener for a particular config type
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
 
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.
removeTransactionsListener(TransactionListener) - Method in class org.jvnet.hk2.config.Transactions
Removes an existing listener for transaction events
removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.jvnet.hk2.config.ConstrainedBeanListener
 
replace(Class<?>, Class<?>) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated. Tells InhabitantsParser that if it encounters the specified component while parsing inhabitants file, ignore the one in the inhabitants file and instead insert the specified 'new' component.
replace(String, Class<?>) - Method in class com.sun.hk2.component.InhabitantsParser
Deprecated.  
replace(Class<?>, Class<?>) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
Tells InhabitantsParser that if it encounters the specified component while parsing inhabitants file, ignore the one in the inhabitants file and instead insert the specified 'new' component.
replace(String, Class<?>) - Method in class org.glassfish.hk2.inhabitants.InhabitantsParser
 
replaceChild(Dom, String, Dom) - Method in class org.jvnet.hk2.config.Dom
Replaces an existing NodeChild with another one.
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
 
RequestContext - Class in org.glassfish.examples.http
This is the request scope context.
RequestContext() - Constructor for class org.glassfish.examples.http.RequestContext
 
RequestProcessor - Class in org.glassfish.examples.http
This is a class that processes an event as it comes.
RequestProcessor() - Constructor for class org.glassfish.examples.http.RequestProcessor
 
RequestScope - Annotation Type in org.glassfish.examples.http
The request scope is a proxiable scope, and changes from request to request
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 class org.glassfish.examples.http.AlternateInjectResolver
 
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
 
ResolvedBinder<T> - Interface in org.glassfish.hk2
Deprecated. 
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
 
resolveReference(String, String) - Method in class org.jvnet.hk2.config.Dom
Recursively decends the DOM tree and finds a DOM that has the given key and the type name.
RESOURCE_NAME - 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
 
RetryableException - Exception in org.jvnet.hk2.config
RetryableException indicates that an operation failed to execute property but could be successful in a later attempt
RetryableException() - Constructor for exception org.jvnet.hk2.config.RetryableException
 
rewind() - Method in class com.sun.hk2.component.InhabitantFileBasedParser
Deprecated.  
rewind() - Method in interface com.sun.hk2.component.InhabitantParser
Deprecated.  
rewind() - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated. Moves the parser to the head of the key/value pair, to reparse the same string.
rewind() - Method in class org.glassfish.hk2.inhabitants.InhabitantFileBasedParser
 
rewind() - Method in interface org.glassfish.hk2.inhabitants.InhabitantParser
 
rewind() - Method in class org.glassfish.hk2.inhabitants.KeyValuePairParser
Moves the parser to the head of the key/value pair, to reparse the same string.
rollback() - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
Cancels the transaction, locking it out from further changes.
rollback() - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
rollback() - Method in class org.jvnet.hk2.config.Transaction
Rollbacks all participants to this transaction.
root - Variable in class com.sun.enterprise.module.bootstrap.PlatformMain
 
rootLocation - Variable in class com.sun.enterprise.module.impl.CookedLibRepository
 
rootNode - Static variable in class org.jvnet.hk2.tracing.TracingUtilities
Deprecated.  
roundComplete(RoundCompleteEvent) - Method in class com.sun.enterprise.tools.apt.InhabitantsGenerator
Defer the output till the very end, because otherwise we'll end up writing files multiple times, which APT doesn't like.
roundComplete(RoundCompleteEvent) - Method in class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
Notification of round complete, I use this to actually write the service file content and close the file.
run(String[]) - Method in class com.sun.enterprise.module.bootstrap.Main
 
run(ConfigParser) - Method in class org.glassfish.examples.ctm.EnvironmentXml
 
run() - Method in class org.jvnet.hk2.component.InjectionManager.InjectClass
Deprecated.  
run() - Method in class org.jvnet.hk2.component.InjectionManager.InjectField
Deprecated.  
run() - Method in class org.jvnet.hk2.component.InjectionManager.InjectFields
Deprecated.  
run() - Method in class org.jvnet.hk2.component.InjectionManager.InjectMethod
Deprecated.  
run() - Method in class org.jvnet.hk2.component.InjectionManager.InjectMethods
Deprecated.  
run(ConfigBeanProxy...) - Method in interface org.jvnet.hk2.config.ConfigCode
Runs the following command passing the configration object.
run(ConfigParser) - Method in interface org.jvnet.hk2.config.Populator
 
run(T) - Method in interface org.jvnet.hk2.config.SingleConfigCode
Runs the following command passing the configration object.
RunLevel - Annotation Type in org.glassfish.hk2.runlevel
Defines a run/start level.
RUNLEVEL_CONTROLLER_DEFAULT_NAME - Static variable in interface org.glassfish.hk2.runlevel.RunLevelController
The default run level service name.
RUNLEVEL_CONTROLLER_NAME_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevelControllerIndicator
The metadata key for the target RunLevelController name.
RUNLEVEL_MODE_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
The metadata key for run level mode.
RUNLEVEL_MODE_NON_VALIDATING - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
Services set to have a non-validating run level mode will be activated by their associated run level service or through injection into another service.
RUNLEVEL_MODE_VALIDATING - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
Services set to have a validating run level mode will be activated and deactivated by their associated run level service but may also be activated through injection into another service.
RUNLEVEL_VAL_IMMEDIATE - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
The immediate run level.
RUNLEVEL_VAL_INITIAL - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
The initial run level.
RUNLEVEL_VAL_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
The metadata key for run level value.
RunLevelContext - Class in org.glassfish.hk2.runlevel.internal
Run level context.
RunLevelContext() - Constructor for class org.glassfish.hk2.runlevel.internal.RunLevelContext
 
RunLevelController - Interface in org.glassfish.hk2.runlevel
Implementations of this contract are responsible for orchestration lifecycle events (i.e., start levels) in Hk2.
RunLevelControllerImpl - Class in org.glassfish.hk2.runlevel.utilities
The default RunLevelController implementation for Hk2.
RunLevelControllerImpl() - Constructor for class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
RunLevelControllerImpl.Interrupt - Exception in org.glassfish.hk2.runlevel.utilities
 
RunLevelControllerIndicator - Annotation Type in org.glassfish.hk2.runlevel
Identifies the RunLevelController target for the RunLevel annotated service.
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
 
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.deprecated.internal.Utilities
Deprecated.  
Scope - Interface in org.glassfish.hk2
Deprecated. 
ScopedInhabitant<T> - Class in com.sun.hk2.component
Deprecated. 
ScopedInhabitant(Creator<T>, Scope) - Constructor for class com.sun.hk2.component.ScopedInhabitant
Deprecated.  
ScopeInstance - Interface in org.glassfish.hk2
Deprecated. 
scrub(Object) - Static method in class com.sun.hk2.component.InhabitantIntrospectionScanner
Deprecated.  
scrub(Object) - Static method in class org.glassfish.hk2.inhabitants.InhabitantIntrospectionScanner
 
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)
SECONDS - Static variable in annotation type org.jvnet.hk2.config.Units
 
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.
SERVICE_NAME - Static variable in class org.jvnet.hk2.osgiadapter.OSGiInhabitantsParser
When an HK2 service is defined with a name (using the name attribute of Service annotation, then the corresponding OSGi service is registered with the following property name.
ServiceAnnotationProcessor - Class in com.sun.enterprise.tools.apt
This class is proccessing the @Service annotation and generates META-INF/services style text file for each interface annotated with @Contract
ServiceAnnotationProcessor(AnnotationProcessorEnvironment) - Constructor for class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
Creates a new instance of ServiceAnnotationProcessor
ServiceContext - Interface in org.jvnet.hk2.component
Deprecated. 
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 - Variable in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
serviceLocator - Variable in class com.sun.hk2.component.InhabitantsParser
Deprecated.  
ServiceLocator - Interface in org.glassfish.hk2.api
ServiceLocator is the registry for HK2 services
serviceLocator - Variable in class org.glassfish.hk2.inhabitants.InhabitantsParser
 
ServiceLocator<T> - Interface in org.glassfish.hk2
Deprecated. 
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, ServiceLocator) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorImpl
Called by the Generator, and hence must be a public method
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
 
ServiceProvider - Annotation Type in org.jvnet.hk2.annotations
Deprecated. 
ServiceProviderEngine - Class in org.glassfish.examples.ctm
In the example, this code uses the Environment object, which sometimes will be from Tenant1, and other times from Tenant2.
set(String) - Method in class com.sun.hk2.component.KeyValuePairParser
Deprecated. Resets the parser to parse the given string that looks like "key=value,key=value,..."
set(T) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
 
set(String) - Method in class org.glassfish.hk2.inhabitants.KeyValuePairParser
Resets the parser to parse the given string that looks like "key=value,key=value,..."
set(K, Collection<? extends V>) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Replaces all the existing values associated with the key by the given value.
set(K, V) - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Replaces all the existing values associated with the key by the given single value.
set(Dom, Object) - Method in class org.jvnet.hk2.config.ConfigModel.Property
Sets the value to Dom.
setBaseDescriptor(Descriptor) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the base descriptor to be associated with this descriptor
setBundle(Bundle) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
 
setCache(T) - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.glassfish.hk2.utilities.AliasDescriptor
 
setCache(Object) - Method in class org.jvnet.hk2.config.Dom
 
setCache(T) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
setCache(T) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
setClassLoaderContext(ClassLoader) - Method in class org.jvnet.hk2.component.classmodel.InhabitantsFeed
Deprecated.  
setComment(String) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
setCompanions(Collection<Inhabitant>) - Method in class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
setCompanions(Collection<Inhabitant>) - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. This method is only meant to be invoked by ServiceLocator.
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
setCurrentTenant(String) - Method in class org.glassfish.examples.ctm.TenantManager
Sets the current tenant to this tenant
setDescription(String) - Method in interface org.jvnet.hk2.config.types.Property
Sets the value of the description property.
setDescriptorType(DescriptorType) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the descriptor type
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
 
setImplementation(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the implementation
setImplName(String) - Method in class com.sun.hk2.component.InhabitantFileBasedParser
Deprecated.  
setImplName(String) - Method in interface com.sun.hk2.component.InhabitantParser
Deprecated.  
setImplName(String) - Method in class org.glassfish.hk2.inhabitants.InhabitantFileBasedParser
 
setImplName(String) - Method in interface org.glassfish.hk2.inhabitants.InhabitantParser
 
setImportedPkgs(Set<PackageAnalyser.PackageRequirement>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
setIndentStep(int) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
Deprecated. Should use the version that takes string.
setIndentStep(String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
setInhabitant(Inhabitant) - Method in interface org.jvnet.hk2.component.InhabitantRequested
Deprecated. Sets the inhabitant instance wrapping this instance.
setLeafElements(String, String...) - Method in class org.jvnet.hk2.config.Dom
Updates leaf-element values.
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
 
setMasterView(ConfigView) - Method in class org.jvnet.hk2.config.ConfigBean
 
setMasterView(ConfigView) - Method in interface org.jvnet.hk2.config.ConfigView
 
setMasterView(ConfigView) - Method in class org.jvnet.hk2.config.WriteableView
 
setMaxSize(int) - Method in interface org.glassfish.examples.ctm.Environment
 
setMd(ModuleDefinition) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
 
setMinSize(int) - Method in interface org.glassfish.examples.ctm.Environment
 
setName(String) - Method in interface org.glassfish.examples.ctm.Environment
 
setName(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the name this descriptor should have
setName(String) - Method in interface org.jvnet.hk2.config.types.Property
Sets the value of the name property.
setName(String) - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
 
setNameMethodName(String) - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
 
setNodeElements(String, Dom...) - Method in class org.jvnet.hk2.config.Dom
Updates node-element values.
setObjectName(ObjectName) - Method in class org.jvnet.hk2.config.ConfigBean
 
setParent(TypeProxy<?>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
 
setParentClassLoader(ClassLoader) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
Sets the classloader parenting the class loaders created by the modules associated with this registry.
setParentClassLoader(ClassLoader) - Method in interface com.sun.enterprise.module.ModulesRegistry
 
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.
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
 
setScope(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the scope this descriptor should have
setServiceId(Long) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
Sets the service id for this descriptor
setServiceLocator(ServiceLocator) - Method in class com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
 
setServiceLocator(ServiceLocator) - Method in class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
 
setServiceLocator(ServiceLocator) - Method in interface org.glassfish.hk2.bootstrap.PopulatorPostProcessor
 
setServiceLocator(ServiceLocator) - Method in class org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
 
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
 
setter(ConfigModel.Property, Object) - Method in class org.jvnet.hk2.config.ConfigBean
 
setter(ConfigModel.Property, Object) - Method in class org.jvnet.hk2.config.Dom
 
setter(ConfigModel.Property, Object, Type) - Method in class org.jvnet.hk2.config.WriteableView
 
setTranslator(Translator) - Method in class org.jvnet.hk2.config.DomDocument
 
setValue(String) - Method in interface org.jvnet.hk2.config.types.Property
Sets the value of the value property.
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 class org.glassfish.examples.ctm.TenantScopedContext
 
shutdown() - Method in class org.glassfish.examples.http.RequestContext
 
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.RunLevelContext
 
shutdown() - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
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
 
SimpleServiceLocator - Interface in org.jvnet.hk2.component
Deprecated. 
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.
SingleConfigCode<T extends ConfigBeanProxy> - Interface in org.jvnet.hk2.config
SimpleConfigCode is code snippet that can be used to apply some configuration changes to one configuration object.
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 interface org.glassfish.hk2.MultiMap
Deprecated. Returns the size of the map.
size() - Method in class org.jvnet.hk2.component.MultiMap
Deprecated. Returns the size of the map
size() - Method in class org.jvnet.hk2.config.UnprocessedChangeEvents
 
sort(List<ActiveDescriptor<?>>) - Method in interface org.glassfish.hk2.runlevel.Sorter
Sort the given list of run level service descriptors.
sortAndDispatch(PropertyChangeEvent[], Changed, Logger) - Static method in class org.jvnet.hk2.config.ConfigSupport
sort events and dispatch the changes.
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(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.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
 
starting(ClassPath) - Method in interface org.jvnet.hk2.component.classmodel.ClassPathAdvisor
Deprecated. Called at the start of class-model habitat creation
starting(ClassPath) - Method in class org.jvnet.hk2.component.classmodel.FileCachingClassPathAdvisor
Deprecated.  
startRequest(String, String, String) - Method in class org.glassfish.examples.http.HttpServer
This method starts an httpRequest, with all the values from that request
startRequest() - Method in class org.glassfish.examples.http.RequestContext
Starts a request
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() - 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.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
 
stopRequest() - Method in class org.glassfish.examples.http.RequestContext
Stops a request (including properly disposing all the previous request objects)
stripMarkers(String) - Static method in class org.jvnet.hk2.config.WriteableView
remove @ or <> eg "@foo" => "foo" or "" => "foo"
submit(Callable<V>) - Method in class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
submitAll(Collection<Callable<V>>) - Method in class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
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
 
supportedAnnotationTypes() - Method in class com.sun.enterprise.tools.apt.MetainfServiceGenerator
 
supportedAnnotationTypes() - Method in class org.jvnet.hk2.config.generator.AnnotationProcessorFactoryImpl
 
supportedOptions() - Method in class com.sun.enterprise.tools.apt.MetainfServiceGenerator
 
supportedOptions() - Method in class org.jvnet.hk2.config.generator.AnnotationProcessorFactoryImpl
 
supportsNullCreation() - Method in class org.glassfish.examples.ctm.TenantScopedContext
 
supportsNullCreation() - Method in class org.glassfish.examples.http.RequestContext
 
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.RunLevelContext
 
supportsNullCreation() - Method in class org.jvnet.hk2.internal.PerLookupContext
 
supportsNullCreation() - Method in class org.jvnet.hk2.internal.SingletonContext
 
syncDoInject(Object, Inhabitant<?>, Class, InjectionResolver...) - Method in class org.jvnet.hk2.component.InjectionManager
Deprecated. Initializes the component by performing injection.
SYS_PROP_TR - Static variable in interface org.jvnet.hk2.config.Translator
A translator that does translation from the system properties.
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

TAG_SYS_PROP - Static variable in class org.jvnet.hk2.component.classmodel.FileCachingClassPathAdvisor
Deprecated.  
TARGET - Static variable in class org.jvnet.hk2.config.ConfigMetadata
Fully qualified name of the target class that an injector works with.
TARGET_CONTRACTS - Static variable in class org.jvnet.hk2.config.ConfigMetadata
Contracts that the target type implements.
TARGET_TYPE - Static variable in class com.sun.hk2.component.InhabitantsFile
Deprecated. Used as metadata for indentifying the type on which a InhabitantAnnotation was annotated.
TARGET_TYPE - Static variable in class org.glassfish.hk2.inhabitants.InhabitantsFile
Used as metadata for indentifying the type on which a InhabitantAnnotation was annotated.
targets - Variable in class org.jvnet.hk2.component.InjectionManager.InjectContext
Deprecated.  
targetTypeName - Variable in class org.jvnet.hk2.config.ConfigModel
Fully-qualified name of the target type that this injector works on.
TenantLocatorGenerator - Class in org.glassfish.examples.ctm
This is the class that creates the service locator for each known tenant.
TenantLocatorGenerator() - Constructor for class org.glassfish.examples.ctm.TenantLocatorGenerator
 
TenantManager - Class in org.glassfish.examples.ctm
This class manages all information about all tenants, and also keeps track of the currently active tenant.
TenantManager() - Constructor for class org.glassfish.examples.ctm.TenantManager
 
TenantScoped - Annotation Type in org.glassfish.examples.ctm
This is the scope annotation for the TenantScoped.
TenantScopedContext - Class in org.glassfish.examples.ctm
 
TenantScopedContext() - Constructor for class org.glassfish.examples.ctm.TenantScopedContext
 
test - package test
 
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
 
tLocal - Static variable in class org.jvnet.hk2.tracing.TracingThreadLocal
Deprecated.  
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(String) - Method in interface org.glassfish.hk2.NamedBinder
Deprecated. Have this instance resolve to a particular target implementation class name.
to(Class<? extends T>) - Method in interface org.glassfish.hk2.NamedBinder
Deprecated. Resolve this binder to a particular target implementation class type.
to(TypeLiteral<T>) - Method in interface org.glassfish.hk2.NamedBinder
Deprecated. Resolve this binder to a particular parameterized type.
to(Type) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
A contract to be associated with this descriptor object.
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
Deprecated.  
toDom(Object) - Method in class org.jvnet.hk2.config.ConfigModel.Node
Coerce the given type to Dom.
toFactory(Factory<T>) - Method in interface org.glassfish.hk2.NamedBinder
Deprecated. Have this instance resolve to a particular target factory implementation.
toFactory(Class<? extends Factory<? extends T>>) - Method in interface org.glassfish.hk2.NamedBinder
Deprecated. Have this instance resolve to a particular target factory class type.
toFactory(TypeLiteral<? extends Factory<? extends T>>) - Method in interface org.glassfish.hk2.NamedBinder
Deprecated. Have this instance resolve to a particular target type literal factory.
toInstance(T) - Method in interface org.glassfish.hk2.NamedBinder
Deprecated. Have this instance resolve to a particular singleton implementation instance.
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
 
toProperty(Method) - Method in class org.jvnet.hk2.config.ConfigModel
Obtain XML names (like "abc-def") from strings like "getAbcDef" and "hasAbcDef".
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.classmodel.CodeSourceFilter
 
toString() - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
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 class com.sun.hk2.component.AbstractInhabitantImpl
Deprecated.  
toString() - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
toString() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
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.utilities.RunLevelControllerImpl
 
toString() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
 
toString() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
 
toString() - Method in class org.jvnet.hk2.component.classmodel.ClassPath
Deprecated.  
toString() - Method in class org.jvnet.hk2.component.Habitat
Deprecated.  
toString() - Method in class org.jvnet.hk2.component.MultiMap
Deprecated.  
toString() - Method in class org.jvnet.hk2.config.UnprocessedChangeEvent
 
toString() - Method in class org.jvnet.hk2.config.UnprocessedChangeEvents
 
toString() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
 
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.InjecteeImpl
 
toString() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
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
 
TracingThreadLocal - Class in org.jvnet.hk2.tracing
Deprecated. 
TracingThreadLocal() - Constructor for class org.jvnet.hk2.tracing.TracingThreadLocal
Deprecated.  
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 - Class in org.jvnet.hk2.tracing
Deprecated. 
TracingUtilities() - Constructor for class org.jvnet.hk2.tracing.TracingUtilities
Deprecated.  
TracingUtilities.Loader - Interface in com.sun.enterprise.module.common_impl
 
TracingUtilities.Node - Class in org.jvnet.hk2.tracing
Deprecated.  
TracingUtilities.Node(Inhabitant) - Constructor for class org.jvnet.hk2.tracing.TracingUtilities.Node
Deprecated.  
Transaction - Class in org.jvnet.hk2.config
Simple transaction mechanism for config-api objects
Transaction() - Constructor for class org.jvnet.hk2.config.Transaction
 
transactionCommited(List<PropertyChangeEvent>) - Method in interface org.jvnet.hk2.config.TransactionListener
Notification of a transaction with the list of property changes.
TransactionFailure - Exception in org.jvnet.hk2.config
Simple transaction failure exception
TransactionFailure(String) - Constructor for exception org.jvnet.hk2.config.TransactionFailure
Constructs a new exception with the specified detail message and cause.
TransactionFailure(String, Throwable) - Constructor for exception org.jvnet.hk2.config.TransactionFailure
Constructs a new exception with the specified detail message and cause.
TransactionListener - Interface in org.jvnet.hk2.config
Listener interface for objects interested in transaction events on the config beans.
Transactions - Class in org.jvnet.hk2.config
Transactions is a singleton service that receives transaction notifications and dispatch these notifications asynchronously to listeners.
Transactions() - Constructor for class org.jvnet.hk2.config.Transactions
 
Transactor - Interface in org.jvnet.hk2.config
Any object that want to be part of a configuration transaction should implement this interface.
transform(T) - Method in interface org.jvnet.hk2.config.Transformer
Returns a different view of the source object.
Transformer - Interface in org.jvnet.hk2.config
Transfomer can transform a source object into a destination object, usually providing a different view of the original object.
translate(String) - Method in interface org.jvnet.hk2.config.Translator
 
translate(String) - Method in class org.jvnet.hk2.config.VariableResolver
 
translatePrimitiveType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
Converts the type to its java form, or returns the original
TranslationException - Exception in org.jvnet.hk2.config
Indicates a failure in Translator.translate(String).
TranslationException(String) - Constructor for exception org.jvnet.hk2.config.TranslationException
 
TranslationException(String, Throwable) - Constructor for exception org.jvnet.hk2.config.TranslationException
 
Translator - Interface in org.jvnet.hk2.config
Used to perform string pre-processing on values found in the configuration file.
trimPrefix(String) - Method in class org.jvnet.hk2.config.ConfigModel
 
tryToAdvertiseAService() - Method in class com.mallory.application.MalloryApp
Mallory cannot advertise the EvilService
tryToGetTheAuditServiceMyself() - Method in class com.mallory.application.MalloryApp
Mallory cannot however lookup the AuditService himself!
tryToInstantiateAServiceWithABadInjectionPoint() - Method in class com.mallory.application.MalloryApp
Tries to instantiate a service with an illegal injection point
tryToUnAdvertiseAService() - Method in class com.mallory.application.MalloryApp
Mallory cannot un-advertise ServiceLocator!
type - Variable in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
type() - Method in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
type() - Method in class com.sun.hk2.component.AbstractCreatorInhabitantImpl
Deprecated.  
type() - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
type() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
type - Variable in class com.sun.hk2.component.InjectionResolver
Deprecated.  
type() - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
type(HK2Loader) - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
Type - Interface in org.glassfish.hk2.classmodel.reflect
A type defines java type which can be an interface or a class.
type() - Method in interface org.glassfish.hk2.Provider
Deprecated. The class type of the implementation.
type(Type) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
 
type() - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. Type of the inhabitant.
type - Variable in class org.jvnet.hk2.component.InjectionManager.InjectContext
Deprecated.  
type() - Method in class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
type() - Method in class org.jvnet.hk2.deprecated.internal.InhabitantImpl
Deprecated.  
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
 
typeName() - Method in class com.sun.hk2.component.AbstractCreatorImpl
Deprecated.  
typeName() - Method in class com.sun.hk2.component.AbstractCreatorInhabitantImpl
Deprecated.  
typeName() - Method in class com.sun.hk2.component.EventPublishingInhabitant
Deprecated.  
typeName() - Method in class com.sun.hk2.component.ExistingSingletonInhabitant
Deprecated.  
typeName() - Method in class com.sun.hk2.component.LazyInhabitant
Deprecated.  
typeName() - Method in interface org.jvnet.hk2.component.Inhabitant
Deprecated. The short-cut for type().getName() but this allows us to defer loading the actual types.
typeName() - Method in class org.jvnet.hk2.deprecated.internal.CreatorImpl
Deprecated.  
typeName() - Method in class org.jvnet.hk2.deprecated.internal.InhabitantImpl
Deprecated.  
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.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
 
Units - Annotation Type in org.jvnet.hk2.config
Units annotation to be used on @Configured interfaces.
UnprocessedChangeEvent - Class in org.jvnet.hk2.config
Carries the PropertyChangeEvent and the reason it could not be processed.
UnprocessedChangeEvent(PropertyChangeEvent, String) - Constructor for class org.jvnet.hk2.config.UnprocessedChangeEvent
 
UnprocessedChangeEvents - Class in org.jvnet.hk2.config
Collects change events that could not be processed.
UnprocessedChangeEvents(List<UnprocessedChangeEvent>) - Constructor for class org.jvnet.hk2.config.UnprocessedChangeEvents
 
UnprocessedChangeEvents(UnprocessedChangeEvent) - Constructor for class org.jvnet.hk2.config.UnprocessedChangeEvents
 
unprocessedTransactedEvents(List<UnprocessedChangeEvents>) - Method in interface org.jvnet.hk2.config.TransactionListener
Nofication of unprocessed events by ConfigListener, usually requiring a server restart.
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.jvnet.hk2.component
Deprecated. 
UnsatisfiedDependencyException(AnnotatedElement) - Constructor for exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
UnsatisfiedDependencyException(AnnotatedElement, Annotation) - Constructor for exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
UnsatisfiedDependencyException(AnnotatedElement, Annotation, Throwable) - Constructor for exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
UnsatisfiedDependencyException(Type, Class<?>, Annotation, Throwable) - Constructor for exception org.jvnet.hk2.component.UnsatisfiedDependencyException
Deprecated.  
unSort() - Method in class org.jvnet.hk2.internal.IndexedListData
Called by a SystemDescriptor when its ranking has changed
unwrap(ConfigBeanProxy) - Static method in class org.jvnet.hk2.config.Dom
Unwraps the proxy and returns the underlying Dom object.
updated(InhabitantTracker, Habitat, boolean) - Method in interface org.jvnet.hk2.component.InhabitantTracker.Callback
Deprecated. Called when there is a modification to the set of inhabitants of some kind.
updated(Object, PropertyChangeEvent) - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
Mark configuration beans as having been updated (note that name and metadata cannot change here).
updated(Collection<?>) - Method in interface org.jvnet.hk2.config.provider.ConfigTransaction
 
updated(Collection<?>) - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
updated(Object, PropertyChangeEvent) - Method in class org.jvnet.hk2.config.provider.internal.ConfigTransactionImpl
 
URLDescriptorFileFinder - Class in org.glassfish.hk2.bootstrap.impl
 
URLDescriptorFileFinder(URL) - Constructor for class org.glassfish.hk2.bootstrap.impl.URLDescriptorFileFinder
 
USER_VALIDATION_MESSAGES - Static variable in class org.jvnet.hk2.config.MessageInterpolatorImpl
The name of the user-provided message bundle as defined in the specification.
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.deprecated.utilities
Deprecated. 
Utilities() - Constructor for class org.glassfish.hk2.deprecated.utilities.Utilities
Deprecated.  
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.deprecated.internal
Deprecated. 
Utilities() - Constructor for class org.jvnet.hk2.deprecated.internal.Utilities
Deprecated.  
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(Object, Inhabitant<?>, V) - Method in class com.sun.hk2.component.InjectInjectionResolver
Deprecated. Verifies the injection does not violate any integrity rules.
validate(ValidationInformation) - Method in class org.acme.security.ValidatorImpl
 
validate(ValidationInformation) - Method in interface org.glassfish.hk2.api.Validator
This method is called whenever it has been determined that a validating class is to be injected into an injection point, or when a descriptor is being looked up explicitly with the API, or a descriptor is being bound or unbound into the registry.
validate(String) - Method in interface org.jvnet.hk2.config.DataType
Checks if given value can be had by the abstract data type represented by this implementation.
validate(String) - Method in class org.jvnet.hk2.config.PrimitiveDataType
 
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.
ValidationException - Exception in org.jvnet.hk2.config
 
ValidationException() - Constructor for exception org.jvnet.hk2.config.ValidationException
 
ValidationException(String) - Constructor for exception org.jvnet.hk2.config.ValidationException
 
ValidationException(Throwable) - Constructor for exception org.jvnet.hk2.config.ValidationException
 
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.
ValidationServiceImpl - Class in org.acme.security
An implementation of the security service that uses permission checks for everything
ValidationServiceImpl() - Constructor for class org.acme.security.ValidationServiceImpl
 
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.
ValidatorImpl - Class in org.acme.security
This is the true validator, and will run against every lookup and injection.
ValidatorImpl() - Constructor for class org.acme.security.ValidatorImpl
 
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.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.classmodel.reflect.Member.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jvnet.hk2.component.HabitatListener.EventType
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jvnet.hk2.component.InhabitantListener.EventType
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jvnet.hk2.config.Changed.TYPE
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.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.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.jvnet.hk2.component.HabitatListener.EventType
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jvnet.hk2.component.InhabitantListener.EventType
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jvnet.hk2.config.Changed.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jvnet.hk2.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
 
VariableResolver - Class in org.jvnet.hk2.config
Translator that does variable resolution in the Ant style.
VariableResolver() - Constructor for class org.jvnet.hk2.config.VariableResolver
 
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
 
visit(int, int, String, String, String, String[]) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ModelClassVisitor
 
visit(AbstractInhabitantImpl<?>, String, Set<String>, Iterator<InhabitantProviderInterceptor>, InhabitantStore) - Method in interface org.jvnet.hk2.component.InhabitantProviderInterceptor
Deprecated. Called by the framework to either decorate the inhabitant, or even intercept and replace the created inhabitant.
visit(AbstractInhabitantImpl<?>, String, Set<String>, Iterator<InhabitantProviderInterceptor>, InhabitantStore) - Method in class org.jvnet.hk2.config.provider.internal.ConfigInhabitantProvider
 
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
 
visitClassDeclaration(ClassDeclaration) - Method in class org.jvnet.hk2.config.generator.ConfigInjectorGenerator
For each class annotated with Configured.
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
 
visitInterfaceDeclaration(InterfaceDeclaration) - Method in class org.jvnet.hk2.config.generator.ConfigInjectorGenerator
For each ConfigBeanProxy annotated with Configured.
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

waitForDrain() - Method in class org.jvnet.hk2.config.Transactions
 
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
 
WorkManager - Class in org.jvnet.hk2.component.concurrent
Deprecated. 
WorkManager(Executor) - Constructor for class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
WorkManager(Executor, int) - Constructor for class org.jvnet.hk2.component.concurrent.WorkManager
Deprecated.  
WorkManager.ExecutionException - Exception in org.jvnet.hk2.component.concurrent
Deprecated.  
WorkManager.ExecutionException(Throwable) - Constructor for exception org.jvnet.hk2.component.concurrent.WorkManager.ExecutionException
Deprecated.  
WorkManager.ExecutionException(WorkManager.ExecutionException) - Constructor for exception org.jvnet.hk2.component.concurrent.WorkManager.ExecutionException
Deprecated.  
WorkManager.ExecutionException(List<Exception>) - Constructor for exception org.jvnet.hk2.component.concurrent.WorkManager.ExecutionException
Deprecated.  
wrapByScope(Class<T>, Creator<T>, ServiceLocator) - Static method in class com.sun.hk2.component.Inhabitants
Deprecated. Creates a Inhabitant by wrapping Creator to handle scoping right.
wrapByScope(Creator<T>, ServiceLocator, Class<? extends Scope>) - Static method in class com.sun.hk2.component.Inhabitants
Deprecated.  
write(OutputStream) - Method in class com.sun.enterprise.module.single.ManifestProxy
 
write(File, Messager, String) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
Writes the descriptor to a file.
write(File) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
write(PrintWriter) - Method in class com.sun.enterprise.tools.InhabitantsDescriptor
 
WriteableView - Class in org.jvnet.hk2.config
A WriteableView is a view of a ConfigBean object that allow access to the setters of the ConfigBean.
WriteableView(ConfigBeanProxy) - Constructor for class org.jvnet.hk2.config.WriteableView
 
writeCData(String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeCharacters(String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeEndElement() - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeInhabitantsFile(File, InhabitantsDescriptor, boolean) - Static method in class com.sun.enterprise.tools.classmodel.InhabitantsFilter
Writes the inhabitants file to disk.
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
writeStartDocument() - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeStartDocument(String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeStartElement(String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.jvnet.hk2.config.IndentingXMLStreamWriter
 
writeTo(String, XMLStreamWriter) - Method in class org.jvnet.hk2.config.Dom
Writes back this element.
writeTo(XMLStreamWriter) - Method in class org.jvnet.hk2.config.DomDocument
Writes back the whole DOM tree as an XML document.

X

xmlName - Variable in class org.jvnet.hk2.config.ConfigModel.Property
 
xmlName() - Method in class org.jvnet.hk2.config.ConfigModel.Property
XML name of the property, like "abc-def".
XMLStreamException2 - Exception in org.jvnet.hk2.config
To fix the problem in StAX API where exceptions are not properly chained.
XMLStreamException2(String) - Constructor for exception org.jvnet.hk2.config.XMLStreamException2
 
XMLStreamException2(Throwable) - Constructor for exception org.jvnet.hk2.config.XMLStreamException2
 
XMLStreamException2(String, Throwable) - Constructor for exception org.jvnet.hk2.config.XMLStreamException2
 
XMLStreamException2(String, Location, Throwable) - Constructor for exception org.jvnet.hk2.config.XMLStreamException2
 
XMLStreamException2(String, Location) - Constructor for exception org.jvnet.hk2.config.XMLStreamException2
 

_

__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.
_apply(ConfigCode, ConfigBeanProxy...) - Method in class org.jvnet.hk2.config.ConfigSupport
Executes some logic on some config beans protected by a transaction.
_deleteChild(ConfigBean, WriteableView, ConfigBean) - Static method in class org.jvnet.hk2.config.ConfigSupport
Unprotected child deletion, caller must start a transaction before calling this method.

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

Copyright © 2013 Oracle Corporation. All Rights Reserved.