- AbstractActiveDescriptor<T> - Class in org.glassfish.hk2.utilities
-
This class can be used as a starting point for those writing their own
ActiveDescriptor.
- AbstractActiveDescriptor() - Constructor for class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
For serialization
- AbstractActiveDescriptor(Descriptor) - Constructor for class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Creates a NON reified ActiveDescriptor based on a copy of the given
baseDescriptor.
- AbstractActiveDescriptor(Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorType, DescriptorVisibility, int, Boolean, String, Map<String, List<String>>) - Constructor for class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
This constructor must be called with the information about
this descriptor
- AbstractAdapter - Class in org.glassfish.hk2.classmodel.reflect.util
-
Common archive adapter implementation
- AbstractAdapter() - Constructor for class org.glassfish.hk2.classmodel.reflect.util.AbstractAdapter
-
- AbstractAnnotationVisitorImpl - Class in org.jvnet.hk2.generator.internal
-
This just makes the main-line code less messy
- AbstractAnnotationVisitorImpl() - Constructor for class org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
-
- AbstractBinder - Class in org.glassfish.hk2.utilities.binding
-
Skeleton implementation of injection binder with convenience methods for
binding definitions.
- AbstractBinder() - Constructor for class org.glassfish.hk2.utilities.binding.AbstractBinder
-
- AbstractClassVisitorImpl - Class in org.jvnet.hk2.generator.internal
-
- AbstractClassVisitorImpl() - Constructor for class org.jvnet.hk2.generator.internal.AbstractClassVisitorImpl
-
- AbstractFactory - Class in com.sun.enterprise.module.common_impl
-
- AbstractFactory() - Constructor for class com.sun.enterprise.module.common_impl.AbstractFactory
-
- AbstractInhabitantsGeneratorMojo - Class in org.jvnet.hk2.generator.maven
-
Abstract Mojo for inhabitant generator
- AbstractInhabitantsGeneratorMojo() - Constructor for class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
- AbstractMethodVisitorImpl - Class in org.jvnet.hk2.generator.internal
-
This in only here to keep the main-line code less messy
- AbstractMethodVisitorImpl() - Constructor for class org.jvnet.hk2.generator.internal.AbstractMethodVisitorImpl
-
- AbstractModulesRegistryImpl - Class in com.sun.enterprise.module.common_impl
-
The Modules Registry maintains the registry of all available module.
- AbstractModulesRegistryImpl(ModulesRegistry) - Constructor for class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- AbstractOSGiModulesRegistryImpl - Class in org.jvnet.hk2.osgiadapter
-
- AbstractOSGiModulesRegistryImpl(BundleContext) - Constructor for class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- AbstractRepositoryImpl - Class in com.sun.enterprise.module.common_impl
-
- AbstractRepositoryImpl(String, URI) - Constructor for class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- Activator - Class in com.oracle.sdp.management
-
Installs the services
- Activator() - Constructor for class com.oracle.sdp.management.Activator
-
- ActiveDescriptor<T> - Interface in org.glassfish.hk2.api
-
An ActiveDescriptor contains information about a Descriptor after it has been reified.
- ActiveDescriptorBuilder - Interface in org.glassfish.hk2.utilities
-
The active descriptor build is for building up a
non-reified ActiveDescriptor.
- ActiveDescriptorBuilderImpl - Class in org.glassfish.hk2.internal
-
- ActiveDescriptorBuilderImpl(Class<?>) - Constructor for class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
-
- activeLink(Class<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
- adapt(U) - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
-
- adapter(Collection<TypeProxy<U>>) - Static method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- AdapterIterator<T,U> - Class in com.sun.enterprise.module.common_impl
-
Iterator
implementation that works as a filter to another iterator.
- AdapterIterator(Iterator<? extends U>) - Constructor for class com.sun.enterprise.module.common_impl.AdapterIterator
-
- add(Module) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Add a new module to this registry.
- add(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Registers a new DefaultModuleDefinition in this registry.
- add(ModuleDefinition, boolean) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- add(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- add(ModuleDefinition) - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Adds a new module
- add(List<URI>) - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
-
- add(Object) - Method in class com.sun.enterprise.module.maven.TokenListBuilder
-
- add(ModuleDefinition) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Registers a new DefaultModuleDefinition in this registry.
- add(ModuleDefinition, boolean) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Registers a new DefaultModuleDefinition in this registry.
- add(K, V) - Method in class org.jvnet.hk2.component.MultiMap
-
Adds one more key-value pair.
- add(Module) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
-
- addActiveDescriptor(ActiveDescriptor<T>) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This allows third party systems to add reified active descriptors to the system.
- addActiveDescriptor(ActiveDescriptor<T>, boolean) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This allows third party systems to add reified active descriptors to the system.
- addActiveDescriptor(Class<T>) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This adds an active descriptor to the system based completely on the analysis
of the given class.
- addActiveDescriptor(ActiveDescriptor<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This allows third party systems to add reified active descriptors to the system.
- addActiveDescriptor(ActiveDescriptor<T>, boolean) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
- addActiveDescriptor(Class<T>) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This adds an active descriptor to the system based completely on the analysis
of the given class.
- addActiveDescriptor(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
-
- addActiveDescriptor(ActiveDescriptor<T>, boolean) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
-
- addActiveDescriptor(Class<T>) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
-
- addAdvertisedContract(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Adds an advertised contract to the set of contracts advertised by this descriptor
- addBinding(BindingBuilder<?>, DynamicConfiguration) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Add a binding represented by the binding builder to the HK2 dynamic configuration.
- addBinding(BindingBuilder<?>, DynamicConfiguration, HK2Loader) - Static method in class org.glassfish.hk2.utilities.binding.BindingBuilderFactory
-
Add a binding represented by the binding builder to the HK2 dynamic configuration.
- addContractType(Type) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Adds an advertised contract to the set of contracts advertised by this descriptor
- addDefaultValue(String, Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
-
- addDelegate(ClassLoader) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
- addDependency(ModuleDependency) - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
-
- addDescriptor(SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.IndexedListData
-
- addDescriptors(String, Collection<Descriptor>) - Method in class com.sun.enterprise.module.ModuleMetadata
-
- added(URI) - Method in interface com.sun.enterprise.module.RepositoryChangeListener
-
A new libary jar file was added to the repository.
- addError(Throwable) - Method in exception org.glassfish.hk2.api.MultiException
-
Adds an error to an existing exception
- addExcludedClass(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
- addExcludedClass(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
-
- addExcludedPackage(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
- addExcludedPackage(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
-
- addExcludedPattern(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
- addExcludedPattern(String) - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
-
- addFieldRef(FieldModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- addImplementation(ClassModel) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- addImport(ModuleDependency) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Create and add a new module to this module's list of
imports.
- addImport(Module) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
- addImport(Module) - Method in interface com.sun.enterprise.module.Module
-
- addImport(ModuleDependency) - Method in interface com.sun.enterprise.module.Module
-
Create and add a new module to this module's list of
imports.
- addImport(Module) - Method in class com.sun.enterprise.module.single.ProxyModule
-
- addImport(ModuleDependency) - Method in class com.sun.enterprise.module.single.ProxyModule
-
- addImport(Module) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- addImport(ModuleDependency) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- addLibrary(URI) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- addListener(RepositoryChangeListener) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Add a listener to changes happening to this repository.
- addListener(RepositoryChangeListener) - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
-
- addListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Add a new module change listener
- addListener(ModuleChangeListener) - Method in interface com.sun.enterprise.module.Module
-
Add a new module change listener
- addListener(RepositoryChangeListener) - Method in interface com.sun.enterprise.module.Repository
-
Add a listener to changes happening to this repository.
- addListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.single.ProxyModule
-
- addListener(ServiceLocatorListener) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Adds a service listener to the unordered set of listeners that
will be notified when named listeners are added or removed
from the system.
- addListener(ServiceLocatorListener) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
-
- addListener(ModuleChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- addListener(RepositoryChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
-
- addMetadata(Map<String, List<String>>) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Adds all of the entries from this map to the existing descriptor's
metadata.
- addMetadata(String, String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Adds a value to the list of values associated with this key
- addMetadata(Map<String, List<String>>, String, String) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Adds a value to the list of values associated with this key
- addModuleChangeListener(ModuleChangeListener, OSGiModuleImpl) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- addMultiException(MultiException) - Method in class org.jvnet.hk2.internal.Collector
-
- addObr(URI) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
-
- addOneConstant(ServiceLocator, Object) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method adds one existing object to the given service locator.
- addOneConstant(ServiceLocator, Object, String, Type...) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method adds one existing object to the given service locator.
- addOneDescriptor(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
It is very often the case that one wishes to add a single descriptor to
a service locator.
- addOneDescriptor(ServiceLocator, Descriptor, boolean) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
It is very often the case that one wishes to add a single descriptor to
a service locator.
- addPublicInterface(String) - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
-
- addQualifier(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Adds the given string to the list of qualifiers
- addQualifierAnnotation(Annotation) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Adds the given string to the list of qualifiers
- addRepository(Repository, int) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Add a new Repository
to this registry.
- addRepository(Repository) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Add a new Repository
to this registry.
- addRepository(Repository, int) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Add a new Repository
to this registry.
- addRepository(Repository) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Add a new Repository
to this registry.
- addRepository(Repository, int) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
-
- addRepository(Repository) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
-
- addRepositoryFactory(RepositoryFactory) - Method in class com.sun.enterprise.module.RepositoryFactories
-
Add a new RepositoryFactory
to the list of
repository factories.
- addSubHandle(ServiceHandleImpl<?>) - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
-
Add a sub handle to this for proper destruction
- addSubTypeRef(Type) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- addThrowable(Throwable) - Method in class org.jvnet.hk2.internal.Collector
-
Adds a throwable to the list of throwables in this collector
- addUnbindFilter(Filter) - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This filter will added to the list of filters in this Configuration that will
determine which Descriptors will be removed from the system.
- addUnbindFilter(Filter) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This filter will added to the list of filters in this Configuration that will
determine which Descriptors will be removed from the system.
- addUnbindFilter(Filter) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
-
- addURL(URL) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
Appends the specified URL to the list of URLs to search
for classes and resources.
- addValue(String, Object) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
-
- AliasDescriptor<T> - Class in org.glassfish.hk2.utilities
-
A descriptor class that serves as an alias for another descriptor.
- AliasDescriptor(ServiceLocator, ActiveDescriptor<T>, String, String) - Constructor for class org.glassfish.hk2.utilities.AliasDescriptor
-
Construct an AliasDescriptor.
- allAnnotatedTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationType
-
Returns an unmodifiable collection of annotated element with
this annotation
- allAnnotatedTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
-
- allFilter() - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns a filter of type Descriptor that matches
all descriptors
- allImplementations() - Method in class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl
-
- allImplementations() - Method in interface org.glassfish.hk2.classmodel.reflect.InterfaceModel
-
Returns an unmodifiable collection of all classes implementing this
interface.
- allSubTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Returns all the children subtypes (including grand children) of
this type.
- allSubTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
- analyse() - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
-
Analyse dependency of a module.
- analyse(PackageAnalyser.Bundle) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
-
Analyse the dependency of a bundle and updates it in the given bundle object.
- analyseWirings() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
-
Analyse package wiring between bundles.
- analyzeWith(String) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
-
- analyzeWith(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
-
- analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
Call this if the descriptor should be analyzed with the
ClassAnalyzer
service of the given name
- analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
- analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
- analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
- analyzeWith(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
Call this if the descriptor should be analyzed with the
ClassAnalyzer
service of the given name
- andLoadWith(HK2Loader) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
-
- andLoadWith(HK2Loader) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
-
- andLoadWith(HK2Loader) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
Call this if this descriptor should be loaded with the given HK2Loader
- andLoadWith(HK2Loader) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
Call this if this descriptor should be loaded with the given HK2Loader
- AnnotatedElement - Interface in org.glassfish.hk2.classmodel.reflect
-
An annotated element is a java declaration that can be annotated.
- AnnotatedElementImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of an annotated element
- AnnotatedElementImpl(String) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
-
- AnnotationLiteral<T extends Annotation> - Class in org.glassfish.hk2.api
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class org.glassfish.hk2.api.AnnotationLiteral
-
- AnnotationModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Models an annotation instance
- AnnotationModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Model a annotation instance
- AnnotationModelImpl(AnnotatedElement, AnnotationType) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
-
- annotationType() - Method in class org.glassfish.hk2.api.AnnotationLiteral
-
- AnnotationType - Interface in org.glassfish.hk2.classmodel.reflect
-
Represents an annotation
- AnnotationTypeImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of an annotation model
- AnnotationTypeImpl(String, TypeProxy<Type>) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
-
- ArchiveAdapter - Interface in org.glassfish.hk2.classmodel.reflect
-
adapter for reading archive style structure
- ArchiveAdapter.Entry - Class in org.glassfish.hk2.classmodel.reflect
-
Definition of an archive entry
- ArchiveAdapter.EntryTask - Interface in org.glassfish.hk2.classmodel.reflect
-
defines the notion of an archive entry task which is a task
aimed to be run on particular archive entry.
- ArchiveAdapter.Selector - Interface in org.glassfish.hk2.classmodel.reflect
-
- ArchiveSelector - Interface in org.glassfish.hk2.classmodel.reflect
-
An archive selector allows the user to select if an archive
should be parsed by the parser engine.
- archiveSelector(ArchiveSelector) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Sets the archive selector that can selects which jar should be parsed
during the parsing activity.
- argsToMap(String[]) - Static method in class com.sun.enterprise.module.bootstrap.ArgumentManager
-
- argsToMap(List<String>) - Static method in class com.sun.enterprise.module.bootstrap.ArgumentManager
-
- ArgumentManager - Class in com.sun.enterprise.module.bootstrap
-
API -- For now sticking with the draft1 API and behavior
This class will be handy for fixing error detection of bad input as below.
- array(Object[]) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
- AsyncRunLevelContext - Class in org.glassfish.hk2.runlevel.internal
-
- attributes - Variable in class com.sun.enterprise.module.single.ManifestProxy
-
- AutoActiveDescriptor<T> - Class in org.jvnet.hk2.internal
-
- AutoActiveDescriptor(Class<?>, Creator<T>, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, int, Boolean, String, Map<String, List<String>>) - Constructor for class org.jvnet.hk2.internal.AutoActiveDescriptor
-
- awaitTermination() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
-
- awaitTermination(int, TimeUnit) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
-
- CacheEntry - Interface in org.glassfish.hk2.utilities.cache
-
This can be used to remove a specific cache entry from the cache,
for better control of the caching release semantics
- CacheKey - Class in org.jvnet.hk2.internal
-
This is the cache key, which encapsulates very specific lookup queries.
- CacheKey(Type, String, Annotation...) - Constructor for class org.jvnet.hk2.internal.CacheKey
-
- cancel(boolean) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
-
- cancel() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- cancel() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
If there is a current procedure in process this method will get it
and cancel it
- cancel(boolean) - Method in interface org.glassfish.hk2.runlevel.RunLevelFuture
-
The cancel method attempts to cancel the current running
job (if the job is not already completed or already cancelled).
- canLoadResources() - Method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
-
- cast(Object) - Static method in class org.jvnet.hk2.internal.Utilities
-
Casts this thing to the given type
- changed(Module) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Modules can notify their registry that they have changed (classes,
resources,etc...).
- changed(Module) - Method in interface com.sun.enterprise.module.ModuleChangeListener
-
a module has detected that one or more of its resources (classes, jar...)
has changed and should be reloaded.
- check(TypeElement, MultiMap<String, String>) - Method in class com.sun.enterprise.tools.apt.InhabitantMetadataProcessor
-
- checkFactoryType(Class<?>, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Checks to be sure the Factory class is ok
- checkLookupType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Checks that the incoming lookup type is not improper in some way
- CLASS_PATH - Static variable in class com.sun.enterprise.module.ManifestConstants
-
List of other jar files in this module.
- CLASS_PATH_ID - Static variable in class com.sun.enterprise.module.ManifestConstants
-
List of other jar files in this module.
- ClassAnalyzer - Interface in org.glassfish.hk2.api
-
When HK2 automatically analyzes a class to find the constructor, fields,
initializer methods and postConstruct and preDestroy methods it uses this
service to analyze the class.
- ClassFile - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
-
This represents the information available in a Java .class file.
- ClassFileLoader - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
-
This is loader for ClassFile similar to what ClassLoader is for class in
Java.
- ClassFileLoaderFactory - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
-
A factory for ClassFileLoader so that we can control the creation of
ClassFileLoaders.
- ClassFileLoaderFactory() - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFileLoaderFactory
-
- ClassLoaderBasedResourceFinder - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
-
- ClassLoaderBasedResourceFinder(ClassLoader) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClassLoaderBasedResourceFinder
-
- ClassLoaderProxy - Class in com.sun.enterprise.module.impl
-
ClassLoaderProxy capable of loading classes from itself but also from other class loaders
- ClassLoaderProxy(URL[], ClassLoader) - Constructor for class com.sun.enterprise.module.impl.ClassLoaderProxy
-
Creates a new instance of ClassLoader
- ClassModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Model that represents a class
- ClassModelActivator - Class in org.glassfish.hk2.classmodel.reflect.util
-
Created with IntelliJ IDEA.
- ClassModelActivator() - Constructor for class org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
-
- ClassModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of a class model
- ClassModelImpl(String, TypeProxy<Type>, TypeProxy) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
-
- classPath - Variable in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
- ClassPathBasedModulesRegistry - Class in com.sun.enterprise.module.single
-
Implements a modules registry based on a class-path style of module
description using a single class loader (capable of loading the entire
class-path)
- ClassPathBasedModulesRegistry(ClassLoader, String) - Constructor for class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
-
- ClasspathDescriptorFileFinder - Class in org.glassfish.hk2.bootstrap.impl
-
- ClasspathDescriptorFileFinder(ClassLoader) - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
-
- ClasspathDescriptorFileFinder(ClassLoader, String) - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
-
- ClasspathDescriptorFileFinder() - Constructor for class org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
-
- ClassVisitorImpl - Class in org.jvnet.hk2.generator.internal
-
- ClassVisitorImpl(Utilities, boolean, File) - Constructor for class org.jvnet.hk2.generator.internal.ClassVisitorImpl
-
Creates this with the config to add to if this is a service
- ClassVisitorImpl - Class in org.jvnet.hk2.testing.junit.internal
-
- ClassVisitorImpl(DynamicConfiguration, boolean) - Constructor for class org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl
-
Creates this with the config to add to if this is a service
- clazz(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Makes a nice, pretty class (without the package name)
- ClazzCreator<T> - Class in org.jvnet.hk2.internal
-
- clear() - Method in class com.sun.enterprise.module.single.ManifestProxy
-
- clear() - Method in class org.jvnet.hk2.internal.IndexedListData
-
- clearMetadata() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes all metadata values
- clearNonVisitedEntries() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
- CLINIT_DESC - Static variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
-
- CLINIT_NAME - Static variable in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
-
- clone() - Method in class org.jvnet.hk2.component.MultiMap
-
Creates a copy of the map that contains the exact same key and value set.
- close() - Method in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
-
Called to close this log handler.
- close() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
-
- close() - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
-
- close() - Method in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
-
- close() - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
-
- ClosureCompiler - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
-
This is single most important interface of the apiscan package.
- ClosureCompilerImpl - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
-
This is single most important class of the apiscan package.
- ClosureCompilerImpl(ClassFileLoader) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
- ClosureCompilerImpl(ClosureCompilerImplBase) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
I don't expect this constructor to be used.
- ClosureCompilerImplBase - Class in com.sun.enterprise.tools.verifier.apiscan.classfile
-
This is the base class for classes that actually implement ClosureCompiler
interface, i.e.
- ClosureCompilerImplBase(ClassFileLoader) - Constructor for class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
-
- collection(Collection<?>) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
- Collector - Class in org.jvnet.hk2.internal
-
This class collects errors, and can then also produce a MultiException
from those errors if necessary
- Collector() - Constructor for class org.jvnet.hk2.internal.Collector
-
- com.oracle.faux.sdp - package com.oracle.faux.sdp
-
- com.oracle.sdp.management - package com.oracle.sdp.management
-
- com.oracle.test.contracts - package com.oracle.test.contracts
-
- com.sun.enterprise.module - package com.sun.enterprise.module
-
- com.sun.enterprise.module.bootstrap - package com.sun.enterprise.module.bootstrap
-
- com.sun.enterprise.module.common_impl - package com.sun.enterprise.module.common_impl
-
- com.sun.enterprise.module.impl - package com.sun.enterprise.module.impl
-
- com.sun.enterprise.module.maven - package com.sun.enterprise.module.maven
-
- com.sun.enterprise.module.single - package com.sun.enterprise.module.single
-
- com.sun.enterprise.tools - package com.sun.enterprise.tools
-
- com.sun.enterprise.tools.apt - package com.sun.enterprise.tools.apt
-
- com.sun.enterprise.tools.classmodel - package com.sun.enterprise.tools.classmodel
-
- com.sun.enterprise.tools.verifier.apiscan.classfile - package com.sun.enterprise.tools.verifier.apiscan.classfile
-
- com.sun.enterprise.tools.verifier.hk2 - package com.sun.enterprise.tools.verifier.hk2
-
- com.sun.enterprise.tools.visualizer.hk2 - package com.sun.enterprise.tools.visualizer.hk2
-
- commit() - Method in interface org.glassfish.hk2.api.DynamicConfiguration
-
This causes the configuration to get committed.
- commit() - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
This causes the configuration to get committed.
- commit() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
-
- CommonModelRegistry - Class in org.glassfish.hk2.classmodel.reflect.util
-
- compare(Descriptor, Descriptor) - Method in class org.jvnet.hk2.internal.DescriptorComparator
-
- compare(ServiceHandle<?>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceHandleComparator
-
- compareTo(PackageAnalyser.PackageCapability) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
-
- CompositeEnumeration - Class in com.sun.enterprise.module.common_impl
-
We need a compound enumeration so that we can aggregate the results from
various delegates.
- CompositeEnumeration(List<Enumeration<URL>>) - Constructor for class com.sun.enterprise.module.common_impl.CompositeEnumeration
-
- config(ParsingConfig) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Sets the parsing config that can be used to select which types should
be exhaustively visited (fields + methods visits) or not.
- ConfigPopulator - Interface in org.glassfish.hk2.bootstrap
-
- configure() - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Implement to provide binding definitions using the exposed binding
methods.
- configure() - Method in class org.jvnet.hk2.guice.bridge.api.HK2IntoGuiceBridge
-
- configure(DynamicConfiguration) - Method in interface org.jvnet.hk2.testing.junit.HK2TestModule
-
Allows the test to easily configure their test
- configureManifest(MavenProject, MavenArchiveConfiguration, File) - Method in class com.sun.enterprise.module.maven.Packager
-
- configureOSGiManifest(MavenProject, MavenArchiveConfiguration, File) - Method in class com.sun.enterprise.module.maven.OSGiPackager
-
Reads information from the POM and the artifact archive to configure
the OSGi manifest entries.
- ConstantActiveDescriptor<T> - Class in org.glassfish.hk2.internal
-
- ConstantActiveDescriptor() - Constructor for class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
For serializable
- ConstantActiveDescriptor(T, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, Boolean, String, Map<String, List<String>>) - Constructor for class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
Creates the constant descriptor
- ConstantActiveDescriptor<T> - Class in org.jvnet.hk2.internal
-
- ConstantActiveDescriptor(T, long) - Constructor for class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
Creates a constant active descriptor with the given locator ID
- ConstantActiveDescriptor(T, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, int, Boolean, String, long, Map<String, List<String>>) - Constructor for class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
Constructor with more control over the fields of the descriptor
- Constants - Class in com.sun.enterprise.tools.classmodel
-
- Constants() - Constructor for class com.sun.enterprise.tools.classmodel.Constants
-
- Constants - Class in org.jvnet.hk2.internal
-
- Constants() - Constructor for class org.jvnet.hk2.internal.Constants
-
- Constants - Class in org.jvnet.hk2.osgiadapter
-
- Constants() - Constructor for class org.jvnet.hk2.osgiadapter.Constants
-
- constructor(Constructor<?>) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Make a nice pretty string out of the constructor and all its
parameters
- contains(K, V) - Method in class org.jvnet.hk2.component.MultiMap
-
Checks if the map contains the given key(s), also extending the search
to including the sub collection.
- containsKey(ActiveDescriptor<?>) - Method in interface org.glassfish.hk2.api.Context
-
Determines if this context has a value for the given key
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.internal.PerThreadContext
-
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
- containsKey(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Checks if the map contains the given key.
- containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
-
- containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
-
- containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
-
- Context<T> - Interface in org.glassfish.hk2.api
-
An implementation of this must be put into the system in order to
create contextual instances of services.
- ContextDuplicatePostProcessor - Class in com.sun.enterprise.module.bootstrap
-
This class will weed out and duplicate implementations of anything populated into the
locator.
- ContextDuplicatePostProcessor() - Constructor for class com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
-
- Contract - Annotation Type in org.jvnet.hk2.annotations
-
Marker annotation to allow implementations to be discovered from
the contract they implement.
- ContractFinder - Class in com.sun.enterprise.tools.apt
-
Given a
TypeElement
,
find all super-types that have
Contract
,
including ones pointed by
ContractProvided
.
- ContractsProvided - Annotation Type in org.jvnet.hk2.annotations
-
An explicit list of contracts provided.
- converter - Variable in class com.sun.enterprise.module.maven.OsgiVersionMojo
-
- convertToExternalClassName(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
-
- convertToInternalClassName(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
-
- CookedLibRepository - Class in com.sun.enterprise.module.impl
-
- CookedLibRepository(String) - Constructor for class com.sun.enterprise.module.impl.CookedLibRepository
-
Creates a new instance of CookedLibRepository
- CookedModuleDefinition - Class in com.sun.enterprise.module.impl
-
- CookedModuleDefinition(File, Attributes) - Constructor for class com.sun.enterprise.module.impl.CookedModuleDefinition
-
Creates a new instance of CookedModuleDefinitionefinition
- create(File) - Static method in class com.sun.enterprise.module.common_impl.Jar
-
- create(ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
Creates an instance of the ActiveDescriptor.
- create(Class<T>) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method will analyze the given class, and create it if can.
- create(Class<T>, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method will analyze the given class, and create it if can.
- create(String) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Creates (or finds) a ServiceLocator.
- create(String, ServiceLocator) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Creates or finds a ServiceLocator.
- create(String, ServiceLocator, ServiceLocatorGenerator) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Creates or finds a ServiceLocator.
- create(String, ServiceLocator) - Method in interface org.glassfish.hk2.extension.ServiceLocatorGenerator
-
Creates the ServiceLocator that will be used to
generate the ServiceLocators
- create(ServiceHandle<?>) - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
- create(String) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
-
- create(String, ServiceLocator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
-
- create(String, ServiceLocator, ServiceLocatorGenerator) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
-
- create(ServiceHandle<?>) - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
- create(String, ServiceLocator) - Method in class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
-
- create(ServiceHandle<?>) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceServiceHk2Bean
-
- create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
-
- create(ServiceHandle<?>, SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.ClazzCreator
-
- create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
- create(ServiceHandle<?>, SystemDescriptor<?>) - Method in interface org.jvnet.hk2.internal.Creator
-
Creates an instance of the given type
- create(ServiceHandle<?>, SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.FactoryCreator
-
- create(Class<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- create(Class<T>, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- create(String, HK2TestModule...) - Static method in class org.jvnet.hk2.testing.junit.HK2TestUtilities
-
- create(String, ServiceLocator, HK2TestModule...) - Static method in class org.jvnet.hk2.testing.junit.HK2TestUtilities
-
Will create a ServiceLocator after doing test-specific bindings from the TestModule
- createAndInitialize(Class<U>) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method creates, injects and post-constructs an object with the given
class.
- createAndInitialize(Class<U>, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method creates, injects and post-constructs an object with the given
class.
- createAndInitialize(Class<U>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Creates, injects and postConstructs, all in one
- createAndInitialize(Class<U>, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Creates, injects and postConstructs, all in one
- createAutoDescriptor(Class<T>, ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
-
Creates a reified automatically generated descriptor
- createCache(int) - Static method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Creates a cache with the given maximum cache size
- createChild() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
- createChild() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
- createChild() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- createConstantDescriptor(T) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This creates a descriptor that will always return the given object.
- createConstantDescriptor(T, String, Type...) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This creates a descriptor that will always return the given object.
- createContractFilter(String) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns an indexed filter that will return all descriptors that
have contract as an advertised contract
- createDescriptorFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This returns a DescriptorImpl based on the given class.
- createDynamicConfiguration() - Method in interface org.glassfish.hk2.api.DynamicConfigurationService
-
Creates a dynamic configuration that can be used to add or remove values
to the system
- createDynamicConfiguration(ServiceLocator) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
- createDynamicConfiguration() - Method in class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
-
- createModuleId(String, String) - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
-
- createModuleId(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
-
- createModuleId(String, String) - Method in class com.sun.enterprise.module.impl.HK2Factory
-
- createModuleId(ModuleDefinition) - Method in class com.sun.enterprise.module.impl.HK2Factory
-
- createModuleId(String, String) - Method in class org.jvnet.hk2.osgiadapter.OSGiFactoryImpl
-
- createModuleId(ModuleDefinition) - Method in class org.jvnet.hk2.osgiadapter.OSGiFactoryImpl
-
- createModulesRegistry() - Method in class com.sun.enterprise.module.common_impl.AbstractFactory
-
- createModulesRegistry() - Method in class com.sun.enterprise.module.impl.HK2Factory
-
- createModulesRegistry() - Method in class org.jvnet.hk2.osgiadapter.HK2Main
-
- createModulesRegistry() - Method in class org.jvnet.hk2.osgiadapter.OSGiFactoryImpl
-
- createNameAndContractFilter(String, String) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns an indexed filter that will return all descriptors that
have the given name and given contract
- createNameFilter(String) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
Returns an indexed filter that will return all descriptors that
have the given name
- createRepository(Repository, String, URI) - Method in class com.sun.enterprise.module.RepositoryFactory
-
Creates a new Repository
with a parent (for delegating
module resolutions) and a name.
- createRepository(String, URI) - Method in class com.sun.enterprise.module.RepositoryFactory
-
Creates a new Repository
.
- createService(ActiveDescriptor<T>, Injectee, ServiceLocatorImpl, ServiceHandle<T>, Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
- createServiceLocator(ModulesRegistry, StartupContext, List<PopulatorPostProcessor>, DescriptorFileFinder) - Method in class com.sun.enterprise.module.bootstrap.Main
-
- createServiceLocator(ServiceLocator, String, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- createServiceLocator(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- createServiceLocator() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- createServiceLocator() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Creates the default
ServiceLocator
from all the modules in this registry
Calling this method has the same effect of calling
#createServiceLocator("default")
- createServiceLocator(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Creates a
ServiceLocator
from all the modules in this registry
Cal;ling this method has the same effect of calling
ModulesRegistry.newServiceLocator()
followed by
#populateServiceLocator(String, org.glassfish.hk2.api.ServiceLocator, java.util.List
.
- createServiceLocator(ServiceLocator, String, List<PopulatorPostProcessor>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
- createServiceLocator(String) - Method in class com.sun.enterprise.module.single.StaticModulesRegistry
-
- createServiceLocator(ModulesRegistry, StartupContext, List<PopulatorPostProcessor>, DescriptorFileFinder) - Method in class org.jvnet.hk2.osgiadapter.HK2Main
-
- createSpecificDescriptorFilter(Descriptor) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This method creates a filter that will match one and only one descriptor.
- Creator<T> - Interface in org.jvnet.hk2.internal
-
An internal interface that allows us to have the
factory and class implementations
- CurrentlyRunningException - Exception in org.glassfish.hk2.runlevel
-
This exception is thrown by proceedTo if there is currently a
job being run when proceedTo is called
- CurrentlyRunningException() - Constructor for exception org.glassfish.hk2.runlevel.CurrentlyRunningException
-
- CurrentlyRunningException(RunLevelFuture) - Constructor for exception org.glassfish.hk2.runlevel.CurrentlyRunningException
-
- CurrentTaskFuture - Class in org.glassfish.hk2.runlevel.internal
-
- CurrentTaskFuture.DownAllTheWay - Class in org.glassfish.hk2.runlevel.internal
-
- generate(ModuleMetadata) - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- generateBundleReport(PrintStream) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
-
- generateExportPackageHeader(Collection<OSGiPackager.ExportedPackage>, String) - Static method in class com.sun.enterprise.module.maven.OSGiPackager
-
- GenerateMethodAnnotationData - Class in org.jvnet.hk2.generator.internal
-
- GenerateMethodAnnotationData(String, HashSet<String>, String) - Constructor for class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- GenerateMethodAnnotationData(GenerateMethodAnnotationData) - Constructor for class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- generateRequireBundleHeader(List<OSGiPackager.BundleDependency>) - Method in class com.sun.enterprise.module.maven.OSGiPackager
-
- generateWiringReport(Collection<PackageAnalyser.PackageCapability>, Collection<PackageAnalyser.Wire>, PrintStream) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser
-
- GeneratorRunner - Class in org.jvnet.hk2.generator.internal
-
- GeneratorRunner(String, String, String, boolean, String, boolean, String) - Constructor for class org.jvnet.hk2.generator.internal.GeneratorRunner
-
This initializes the GeneratorRunner with the values needed to run
- get() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- get() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
-
- get(long, TimeUnit) - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
-
- get(K) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
-
- get(K) - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Returns the value associated with the given key.
- get(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Returns the elements indexed by the provided key
- get() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
-
- getAccess() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getAccess() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- getActiveDescriptor() - Method in interface org.glassfish.hk2.api.InstanceLifecycleEvent
-
The active descriptor that is being used for the operation.
- getActiveDescriptor() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
Returns the ActiveDescriptor associated with this service handle
- getActiveDescriptor() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
-
- getActiveDescriptor() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
-
- getActualTypeArguments() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
-
- getAdvertisedContract() - Method in interface org.glassfish.hk2.api.IndexedFilter
-
If this returns non-null then this index will
be used to limit the set of Descriptors that
will be passed to the matches method.
- getAdvertisedContract() - Method in class org.glassfish.hk2.internal.IndexedFilterImpl
-
- getAdvertisedContract() - Method in class org.glassfish.hk2.internal.SpecificFilterImpl
-
- getAdvertisedContracts() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the base class name of the contracts that
this service describes.
- getAdvertisedContracts() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getAdvertisedContracts() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getAdvertisedTypesFromClass(Type, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getAdvertisedTypesFromObject(Object, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getAllQualifiers(AnnotatedElement, String, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the full set of qualifier annotations on this class
- getAllReferencedClassNames() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getAllReferencedClassNamesInInternalForm() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getAllServiceHandles(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a list of
ServiceHandle
that can be used to get and destroy services
associated with descriptors that match the provided criteria
- getAllServiceHandles(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a list of
ServiceHandle
that can be used to get and destroy services
associated with descriptors that match the provided criteria
- getAllServiceHandles(Annotation, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a list of
ServiceHandle
that can be used to get and destroy services
associated with descriptors that match the provided criteria
- getAllServiceHandles(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
- getAllServiceHandles(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getAllServiceHandles(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getAllServiceHandles(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getAllServiceHandles(Annotation, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getAllServiceLocators() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- getAllServices(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the all the services from this locator that implements
this contract or has this implementation
- getAllServices(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the all the services from this locator that implements
this contract or has this implementation
- getAllServices(Annotation, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the all the services from this locator that has the given
qualifier or qualifiers
- getAllServices(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the all the services from this locator that matches the
Filter
- getAllServices(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getAllServices(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getAllServices(Annotation, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getAllServices(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getAllTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
- getAllTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.Types
-
Returns a unmodifiable list of collected types obtained during the parsing activity
- getAnnotation(String) - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Returns an annotation model if the type is annotated with the
passed annotation name
- getAnnotation(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
-
- getAnnotations() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Returns a unmodifiable set of annotations that are present on this
annotated element.
- getAnnotations() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
-
- getAnnotationsOfInterest() - Method in interface org.glassfish.hk2.classmodel.reflect.util.ParsingConfig
-
Returns a list of annotations that should trigger an exhaustive visit
of the annotated type.
- getArguments() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
-
Return the properties that constitues this context.
- getArgumentTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
-
- getArgumentTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.MethodModel
-
Returns the parameter types as string
- getAssociatedContracts(File, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Gets the contracts associated with the name passed in
- getAssociatedException() - Method in interface org.glassfish.hk2.api.ErrorInformation
-
This will contain the associated exception or exceptions that caused
the failure.
- getAssociatedException() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
-
- getAttributes(String) - Method in class com.sun.enterprise.module.single.ManifestProxy
-
- getAutoAnalyzerName(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the analyzer name from the Service annotation
- getBaseName() - Method in class com.sun.enterprise.module.common_impl.Jar
-
Gets the base name of the jar.
- getBestDescriptor(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the descriptor that best matches this filter, taking ranking
and service id into account
- getBestDescriptor(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getBootstrapFile() - Method in class com.sun.enterprise.module.bootstrap.Main
-
We need to determine which jar file has been used to load this class
Using the getResourceURL we can get this information, after that, it is
just a bit of detective work to get the file path for the jar file.
- getBundle() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getBy(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
- getBy(Class<T>, String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
- getBy(String) - Method in interface org.glassfish.hk2.classmodel.reflect.Types
-
Returns a Type instance given a name
- getBy(Class<T>, String) - Method in interface org.glassfish.hk2.classmodel.reflect.Types
-
Returns a Model instance given a name
- getCache() - Method in interface org.glassfish.hk2.api.SingleCache
-
This can be used for scopes that will only every be created once.
- getCache() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
- getCache() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- getCache() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
- getCache() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getCandidate() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
The candidate descriptor for this operation
- getCandidate() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
-
- getClassAnalysisName() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the name of the ClassAnalysis
service that
should be used to discover the constructors, initialization methods,
field and postConstruct and preDestory methods.
- getClassAnalysisName() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getClassAnalysisName() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getClassAnalyzer(ServiceLocatorImpl, String, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the class analyzer with the given name
- getClassFromType(Type) - Static method in class org.jvnet.hk2.guice.bridge.internal.GuiceToHk2JITResolver
-
- getClassLoader() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Return the ClassLoader
instance associated with this module.
- getClassLoader() - Method in interface com.sun.enterprise.module.Module
-
Return the ClassLoader
instance associated with this module.
- getClassLoader() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getClassLoader() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getClassLoader() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
-
- getClassVisitor(URI, String) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
-
- getClassVisitor(URI, String, boolean) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
-
- getClosure() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
-
- getClosure() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompiler
-
- getClosure() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
- getConfig() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
-
- getConstructor(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the constructor that it to be used when constructing this
service
- getConstructor(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
-
- getConstructor(Class<T>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the constructor given the implClass and analyzer.
- getConstructorInjectees(Constructor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns all the injectees for a constructor
- getContext(Class<T>) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
- getContext() - Method in class org.glassfish.hk2.classmodel.reflect.Parser
-
- getContexts() - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
- getContracts() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- getContractsFromClass(Class<?>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getContractTypes() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
The set of types that this ActiveDescriptor must produce.
- getContractTypes() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- getContractTypes() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
- getContractTypes() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getCreationTime() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
-
Returns the time at which this StartupContext instance was created.
- getCurrentFuture() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
- getCurrentJob() - Method in exception org.glassfish.hk2.runlevel.CurrentlyRunningException
-
- getCurrentProceeding() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- getCurrentProceeding() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
This method will return the current proceedTo that the RunLevelController
is working on, or it will return null if the controller is not currently
moving up or down
- getCurrentRunLevel() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- getCurrentRunLevel() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
The current run level state.
- getDeclaringType() - Method in interface org.glassfish.hk2.classmodel.reflect.FieldModel
-
Returns the declaring type of this field, which is a class.
- getDeclaringType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
-
- getDeclaringType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
-
- getDeclaringType() - Method in interface org.glassfish.hk2.classmodel.reflect.Member
-
return the type declaring this member
- getDeclaringType() - Method in interface org.glassfish.hk2.classmodel.reflect.MethodModel
-
Returns the class or interface model this method belongs to.
- getDefaultClassAnalyzerName() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the name of the default class analyzer service
- getDefaultClassAnalyzerName() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getDefaultLogger() - Static method in class com.sun.enterprise.module.common_impl.LogHelper
-
- getDefaultNameFromMethod(Method, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the default name if one can be found.
- getDefaultValues() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationType
-
Returns an unmodifiable collection of annotation default values.
- getDefaultValues() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
-
- getDefiningURIs() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
-
- getDefiningURIs() - Method in interface org.glassfish.hk2.classmodel.reflect.Type
-
Returns the defining URIs
- getDelegates() - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
- getDependencies() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the list of module dependencies
- getDependencies() - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
-
- getDependencies() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the list of this module's dependencies.
- getDependencies() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getDependencies() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- getDescriptor() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getDescriptor() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- getDescriptor() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
-
- getDescriptor() - Method in interface org.glassfish.hk2.api.ErrorInformation
-
This will contain the active descriptor that is associated
with this failure.
- getDescriptor() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
Get the descriptor being aliased.
- getDescriptor() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
-
- getDescriptorFilter() - Static method in class org.glassfish.hk2.internal.StarFilter
-
- getDescriptors() - Method in class com.sun.enterprise.module.ModuleMetadata
-
- getDescriptors(String) - Method in class com.sun.enterprise.module.ModuleMetadata
-
- getDescriptors(Filter) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the list of descriptors that match the given filter
- getDescriptors(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getDescriptorType() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns CLASS if this is a class descriptor
and FACTORY if this is a descriptor describing
a factory for a type, in which case the
implClass should point to the implementation
class of the factory
- getDescriptorType() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getDescriptorType() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getDescriptorVisibility() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the visibility of this descriptor.
- getDescriptorVisibility() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getDescriptorVisibility() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getElement() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationModel
-
Returns the annotated element with this annotation instance
- getElement() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
-
- getEntries() - Method in class com.sun.enterprise.module.ModuleMetadata
-
- getEntries() - Method in class com.sun.enterprise.module.single.ManifestProxy
-
- getEntry(String) - Method in class com.sun.enterprise.module.ModuleMetadata
-
- getErrors() - Method in exception org.glassfish.hk2.api.MultiException
-
Gets all the errors associated with this MultiException
- getErrorType() - Method in interface org.glassfish.hk2.api.ErrorInformation
-
Gets the type of error that has occurred.
- getErrorType() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
-
- getEventType() - Method in interface org.glassfish.hk2.api.InstanceLifecycleEvent
-
Gets the type of even this describes.
- getEventType() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
-
- getExceptions() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getExceptions() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- getExportedPkgs() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- getExporter() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
-
- getFactories() - Method in class com.sun.enterprise.module.RepositoryFactories
-
Returns an interator of registered ReposistoryFactory
- getFactoryAsAFactory() - Method in interface org.glassfish.hk2.api.FactoryDescriptors
-
This returns the factory as a factory for some other type.
- getFactoryAsAFactory() - Method in class org.glassfish.hk2.internal.FactoryDescriptorsImpl
-
- getFactoryAsAService() - Method in interface org.glassfish.hk2.api.FactoryDescriptors
-
This returns the factory as a service itself.
- getFactoryAsAService() - Method in class org.glassfish.hk2.internal.FactoryDescriptorsImpl
-
- getFactoryFor(String) - Method in class com.sun.enterprise.module.RepositoryFactories
-
Returns a RespositoryFactory
factory instance
capable of creating Repository
repositories of
the provided type
- getFactoryLocatorId() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
If this ActiveDescriptor has DescriptorType of PROVIDE_METHOD then
this field will return the ServiceId of its associated Factory
service.
- getFactoryLocatorId() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- getFactoryLocatorId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getFactoryProductionType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method returns the type produced by a factory class
- getFactoryProvideMethod(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method will retrieve the provide method from a Factory
- getFactoryServiceId() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
If this ActiveDescriptor has DescriptorType of PROVIDE_METHOD then
this field will return the ServiceId of its associated Factory
service.
- getFactoryServiceId() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- getFactoryServiceId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getFailed() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
-
- getFailed() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompiler
-
- getFailed() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
- getFieldInjectees(Field) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the injectees for a field
- getFieldModel(String, TypeProxy, ExtensibleType) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
-
- getFieldModel(String, TypeProxy, ExtensibleType) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
-
- getFields(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the set of initializer fields to be used when initializing
this service
- getFields() - Method in interface org.glassfish.hk2.classmodel.reflect.ClassModel
-
Returns an unmodifiable collection of fields models that represent
all the declared fields of this classes.
- getFields() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
-
- getFields(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
-
- getFilter() - Method in interface org.glassfish.hk2.api.InstanceLifecycleListener
-
This returns a filter that tells the system whether a particular descriptor should be handled by this lifecycle
listener.
- getFilter() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
On a LOOKUP operation the
Filter
that was used in the
lookup operation.
- getFilter() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
-
- getFirstThingInList(List<T>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the first thing found in the set
- getFirstTypeArgument(Type) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the first type argument if this is a parameterized
type, otherwise it returns Object.class
- getGeneratedDescriptor() - Method in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
-
Gets the generated descriptor created by this visitor
- getGuiceBridge() - Static method in class org.jvnet.hk2.guice.bridge.api.GuiceBridge
-
- getHandle() - Method in interface org.glassfish.hk2.api.IterableProvider
-
Rather than getting the service directly with get (in which
case the returned service cannot be disposed of) this method
will instead return a service handle for the current best service.
- getHandle() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
-
- getHolder(String) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
-
- getHolder(String, Class<T>) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
-
- getHolder(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
- getHolder(String, Class<T>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesCtr
-
- getHolder(String) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
-
- getHolder(String, Class<T>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
-
- getImplementation() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the fully qualified class
name of the implementation
class.
- getImplementation() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
- getImplementation() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
- getImplementation() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getImplementation() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- getImplementation() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
-
- getImplementation() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
- getImplementation() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getImplementationClass() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
The implementation class that should be used
to generate new instances of this descriptor.
- getImplementationClass() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
- getImplementationClass() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
- getImplementationClass() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceServiceHk2Bean
-
- getImplementationClass() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
-
- getImplementationClass() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
- getImplementationClass() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getImplementations() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- getImportedPkgs() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- getImporter() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
-
- getImportPolicyClassName() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the class name implementing the
ImportPolicy
interface for this module or
null if there is no such implementation
- getImportPolicyClassName() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the import policy class name.
- getImportPolicyClassName() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getImportPolicyClassName() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- getImports() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns the list of imported modules
- getImports() - Method in interface com.sun.enterprise.module.Module
-
Returns the list of imported modules.
- getImports() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getImports() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getImports() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
-
- getInitFields(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the initializer fields from the given class and analyzer.
- getInitializerMethods(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the set of initializer method to be used when initializing
this service
- getInitializerMethods(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
-
- getInitMethods(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the initializer methods from the given class and analyzer.
- getInjectee() - Method in interface org.glassfish.hk2.api.ErrorInformation
-
This will contain information about the Injectee that was being
injected into when the error occurred.
- getInjectee() - Method in exception org.glassfish.hk2.api.UnsatisfiedDependencyException
-
Returns the injectee that is unsatisfied
- getInjectee() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
On a LOOKUP operation if the lookup is being performed due to an
injection point (as opposed to a lookup via the API) then this
method will return a non-null
Injectee
that is the injection
point that would be injected into
- getInjectee() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
-
- getInjectee() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
-
- getInjecteeClass() - Method in interface org.glassfish.hk2.api.Injectee
-
Returns the parent class for this injectee.
- getInjecteeClass() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- getInjecteeClass() - Method in class org.jvnet.hk2.internal.InjecteeImpl
-
- getInjecteeDescriptor(Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method will first find a descriptor for this injectee, and then
reify that descriptor.
- getInjecteeDescriptor(Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getInjectees() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
Returns the full list of Injectees this class has.
- getInjectees() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- getInjectees() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
- getInjectees() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
-
- getInjectees() - Method in class org.jvnet.hk2.internal.ClazzCreator
-
- getInjectees() - Method in interface org.jvnet.hk2.internal.Creator
-
Returns all the injectees needed prior
to creating this object
- getInjectees() - Method in class org.jvnet.hk2.internal.FactoryCreator
-
- getInjectees() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getInjectionResolver(ServiceLocatorImpl, Injectee) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns an injection resolver for the injectee
- getInjectionResolver(ServiceLocatorImpl, AnnotatedElement) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns an injection resolver for this AnnotatedElement.
- getInjectionResolverType(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Will return the class of the injection resolver annotation type, or null if
no injection resolver annotation can be found
- getInputStream() - Method in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
-
- getInstance() - Static method in class com.sun.enterprise.module.common_impl.AbstractFactory
-
- getInstance() - Static method in class com.sun.enterprise.module.RepositoryFactories
-
Return the instance holding registered repository factories
- getInstance() - Static method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
This will return a factory where the ServiceLocatorGenerator
is discovered from the META-INF/services of the process
- getInstance() - Static method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
-
- getInterfaces() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Returns an unmodifiable list of interfaces implemented or extended by
this type.
- getInterfaces() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
- getInterfacesForProxy(Set<Type>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns all the interfaces the proxy must implement
- getInternalName() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getInternalNameOfSuperClass() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getInternalNamesOfInterfaces() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getJarLocations() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Returns the plain jar files installed in this repository.
- getJarLocations() - Method in interface com.sun.enterprise.module.Repository
-
Returns the plain jar files installed in this repository.
- getJarLocations() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
-
- getKnownInjectees() - Method in interface org.glassfish.hk2.api.InstanceLifecycleEvent
-
A map from the Injectee to the object actually used
in the production, if known.
- getKnownInjectees() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
-
- getLifecycleListeners() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
- getLifecycleObject() - Method in interface org.glassfish.hk2.api.InstanceLifecycleEvent
-
The object that is being described by this event.
- getLifecycleObject() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
-
- getLifecyclePolicyClassName() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the class name implementing the
LifecyclePolicy
interface for this module or
null if there is no such implementation
- getLifecyclePolicyClassName() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the lifecycle policy class name.
- getLifecyclePolicyClassName() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getLifecyclePolicyClassName() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- getLoader() - Method in interface org.glassfish.hk2.api.Descriptor
-
This returns the loader that should be used when
classloading this descriptor.
- getLoader() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getLoader() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getLocation() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- getLocation() - Static method in class com.sun.enterprise.module.common_impl.TracingUtilities
-
- getLocation() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Returns the repository location
- getLocation() - Method in interface com.sun.enterprise.module.Repository
-
Returns the repository location
- getLocation() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
-
- getLocations() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the list of URI locations forming the classpath for this module.
- getLocations() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
A Module is implemented by one to many jar files.
- getLocations() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getLocations() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- getLocator() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
-
- getLocatorDescriptor(ServiceLocator) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns a constant ActiveDescriptor for the basic ServiceLocator
- getLocatorId() - Method in interface org.glassfish.hk2.api.Descriptor
-
This returns the id of the ServiceLocator which this descriptor
is registered with.
- getLocatorId() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This returns the unique locator ID for this locator.
- getLocatorId() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getLocatorId() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
- getLocatorId() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getLocatorId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getLogger() - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
- getLogger() - Static method in class org.glassfish.hk2.utilities.reflection.Logger
-
Gets the singleton instance of the Logger
- getLookupFilter() - Method in interface org.glassfish.hk2.api.ValidationService
-
This filter will be run at least once per descriptor at the point that the descriptor
is being looked up, either with the
ServiceLocator
API or due to
an @Inject resolution.
- getMainAttributes() - Method in class com.sun.enterprise.module.single.ManifestProxy
-
- getManifest() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the manifest file from the module's implementation jar file
- getManifest() - Method in class com.sun.enterprise.module.common_impl.Jar
-
- getManifest() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the manifest file for the main module jar file
- getManifest() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getManifest() - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter
-
Returns the manifest instance for the archive.
- getManifest() - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
-
- getManifest() - Method in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
-
- getManifest() - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
-
- getManifest() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- getMaxCacheSize() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
-
- getMaxCacheSize() - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Returns the maximum number of entries that will be stored in this cache
- getMaximumUseableThreads() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- getMaximumUseableThreads() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Returns the current number of maximum useable threads
- getMd() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- getMemberType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
-
- getMemberType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
-
- getMemberType() - Method in interface org.glassfish.hk2.classmodel.reflect.Member
-
returns the type of the member
- getMessage() - Method in exception org.glassfish.hk2.api.MultiException
-
- getMetadata() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
- getMetadata() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Gets the metadata of this module.
- getMetadata() - Method in interface com.sun.enterprise.module.Module
-
Gets the metadata of this module.
- getMetadata() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Gets the metadata that describes various components and services in this module.
- getMetadata() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getMetadata() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getMetadata() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns all of the metadata associated
that this object should be registered
with or looked up by
- getMetadata() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getMetadata() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getMetadata() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- getMetadata() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getMetadataKey(String, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
- getMetadataValues(Annotation, Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.BuilderHelper
-
This is a helper method that gets the metadata values from the
Metadata
annotations found in an annotation.
- getMethod(MethodRef) - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getMethod() - Method in interface org.glassfish.hk2.classmodel.reflect.Parameter
-
Parameters of a method are ordered based on the method
declaration.
- getMethodInjectees(Method) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns all the injectees for a constructor
- getMethods() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getMethods() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
-
- getMethods() - Method in interface org.glassfish.hk2.classmodel.reflect.Type
-
Returns an unmodifiable collection of methods that are declared
in this type.
- getModuleDefinition() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns the module definition for this module instance
- getModuleDefinition() - Method in interface com.sun.enterprise.module.Module
-
Returns the module definition for this module instance
- getModuleDefinition() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getModuleDefinition() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getModules() - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Returns the list of shared Modules registered in this instance.
- getModules(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- getModules() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns the list of shared Modules registered in this instance.
- getModules(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns the list of shared Modules registered in this instance whose name
matches the given name
- getModules(String) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
-
- getModules() - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
-
- getModules(String) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
-
- getModules() - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
-
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>, URL[]) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Returns a ClassLoader capable of loading classes from a set of modules identified
by their module definition and also load new urls.
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Returns a ClassLoader capable of loading classes from a set of modules identified
by their module definition
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns a ClassLoader capable of loading classes from a set of modules identified
by their module definition
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>, URL[]) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns a ClassLoader capable of loading classes from a set of modules identified
by their module definition and also load new urls.
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>, URL[]) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
Returns a ClassLoader capable of loading classes from a set of modules identified
by their module definition and also load new urls.
- getModulesClassLoader(ClassLoader, Collection<ModuleDefinition>) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
Returns a ClassLoader capable of loading classes from a set of modules identified
by their module definition
- getModulesProvider(Class) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Returns a collection of Module containing at least one implementation
of the passed service interface class.
- getModulesProvider(Class) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns a collection of Module containing at least one implementation
of the passed service interface class.
- getName() - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
Returns the platform name associated with this main.
- getName() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- getName() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the name of the module
- getName() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Returns the repository name
- getName() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Short-cut for getModuleDefinition().getName()
.
- getName() - Method in interface com.sun.enterprise.module.Module
-
Short-cut for getModuleDefinition().getName()
.
- getName() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the module name, usually this is the same name as
the jar file name containing the module's implementation.
- getName() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns the module name
- getName() - Method in interface com.sun.enterprise.module.Repository
-
Returns the repository name
- getName() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getName() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getName() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getName() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getName() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- getName() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
-
- getName() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- getName() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
-
- getName() - Method in interface org.glassfish.hk2.api.Descriptor
-
The name of this descriptor.
- getName() - Method in interface org.glassfish.hk2.api.IndexedFilter
-
If this returns non-null then this name will
be used to limit the set of Descriptors that
will be passed to the matches method.
- getName() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Returns the name of this ServiceLocator
- getName() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Annotated element have a name, which vary depending on the actual
subclass type.
- getName() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
-
- getName() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- getName() - Method in interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
-
Returns the name where parameter types are enclosed in < >
comma separated, like declaration in source java files.
- getName() - Method in class org.glassfish.hk2.internal.IndexedFilterImpl
-
- getName() - Method in class org.glassfish.hk2.internal.SpecificFilterImpl
-
- getName() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getName(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the name that should be associated with this class
- getName() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- getName() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getName() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getName() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- getName() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getName() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
-
- getNameFromAllQualifiers(Set<Annotation>, AnnotatedElement) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the name from the &46;Named qualifier in this set of qualifiers
- getNameMethodName() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- getNameOfSuperClass() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getNamesOfInterfaces() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getNativeMethods() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
-
- getNativeMethods() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
- getNativeMethods() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
-
- getNoSwap() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
- getNoSwap() - Method in class org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
-
- getNoSwap() - Method in class org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
-
- getOne(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Gets the first value if any, or null.
- getOneMetadataField(Descriptor, String) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Gets one value from a metadata field from the given descriptor
- getOneMetadataField(ServiceHandle<?>, String) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Gets one value from a metadata field from the given service handle
- getOperation() - Method in interface org.glassfish.hk2.api.ValidationInformation
-
The operation that is to be performed, one of
BIND - The candidate descriptor is being added to the system
UNBIND - The candidate descriptor is being removed from the system
LOOKUP - The candidate descriptor is being looked up
- getOperation() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
-
- getOutputDirectory() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
- getOutputDirectory() - Method in class org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
-
- getOutputDirectory() - Method in class org.jvnet.hk2.generator.maven.TestInhabitantsGeneratorMojo
-
- getOwnerType() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
-
- getOwningClass() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getOwningClass() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- getOwningClassName() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
-
- getOwningClassNameInternal() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.MethodRef
-
- getPackageAdmin() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- getPackageName() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- getPackageName(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImplBase
-
- getPackageName(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
-
- getParameterizedInterfaces() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
- getParameterizedInterfaces() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
- getParameterTypes() - Method in class org.glassfish.hk2.api.TypeLiteral
-
- getParametizedTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
-
Returns the type parameters in order.
- getParent() - Method in interface org.glassfish.hk2.api.Injectee
-
If this Injectee is in a constructor this will return the
constructor being injected into.
- getParent() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the parent service locator for this locator
- getParent() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Return the parent type instance.
- getParent() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
- getParent() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- getParent() - Method in class org.jvnet.hk2.internal.InjecteeImpl
-
- getParent() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getParentClassLoader() - Method in class com.sun.enterprise.module.bootstrap.Main
-
- getParentClassLoader() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Returns the parent class loader parenting the class loaders created
by modules associated with this registry.
- getParentClassLoader() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
- getParentClassLoader() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
Returns the parent class loader parenting the class loaders created
by modules associated with this registry.
- getPc() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
-
- getPkg() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
-
- getPlatformMainServiceName() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
-
- getPosition() - Method in interface org.glassfish.hk2.api.Injectee
-
If this Injectee is a constructor or method parameter, this will
return the index of the parameter.
- getPosition() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- getPosition() - Method in class org.jvnet.hk2.internal.InjecteeImpl
-
- getPostConstruct(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the post construct from the analyzer, checking output
- getPostConstructMethod(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the postConstruct method of the class
- getPostConstructMethod(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
-
- getPr() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Wire
-
- getPreDestroy(Class<?>, ClassAnalyzer, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Gets the preDestroy from the analyzer, checking output
- getPreDestroyMethod(Class<T>) - Method in interface org.glassfish.hk2.api.ClassAnalyzer
-
Will return the preDestroy method of the class
- getPreDestroyMethod(Class<T>) - Method in class org.jvnet.hk2.internal.DefaultClassAnalyzer
-
- getProperty(String) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
-
- getProposedLevel() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
-
- getProposedLevel() - Method in interface org.glassfish.hk2.runlevel.RunLevelFuture
-
This gets the level that this future job is attempting
to get to
- getProvidersClass(Class<T>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- getProvidersClass(Class<T>) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
- getProvidersClass(String) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
- getProvidersClass(Class<T>) - Method in interface com.sun.enterprise.module.Module
-
- getProvidersClass(String) - Method in interface com.sun.enterprise.module.Module
-
- getProvidersClass(Class<T>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
- getProvidersClass(Class<T>) - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getProvidersClass(String) - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getProvidersClass(Class<T>) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getProvidersClass(String) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getProvidingModule(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- getProvidingModule(String) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
- getProvidingModule(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Gets the
Module
that provides the provider of the given name.
- getPublicInterfaces() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the list of classes and packages that have been designated as
public interfaces of this module.
- getPublicInterfaces() - Method in class com.sun.enterprise.module.impl.CookedModuleDefinition
-
- getPublicInterfaces() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns a list of public interfaces for this module.
- getPublicInterfaces() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getPublicInterfaces() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- getQualifierAnnotations() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
The full set of qualifiers that this ActiveDescriptor
provides
- getQualifierAnnotations() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- getQualifierAnnotations() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
- getQualifierAnnotations(AnnotatedElement) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifier annotations from the object
- getQualifierAnnotations() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getQualifiers() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns all of the annotation classes
that this object should be registered
with or looked up by
- getQualifiers() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getQualifiers() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getQualifiersFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifiers from the object
- getQualifiersFromObject(Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifiers from the object
- getRanking() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the ranking of this descriptor.
- getRanking() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getRanking() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getRawClass(Type) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Given the type parameter gets the raw type represented
by the type, or null if this has no associated raw class
- getRawInterface() - Method in interface org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
-
Returns the raw interface for this parameterized type
- getRawType() - Method in class org.glassfish.hk2.api.TypeLiteral
-
- getRawType(Type) - Static method in class org.glassfish.hk2.api.TypeLiteral
-
- getRawType() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
-
- getReferencedClasses() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getReferencedClasses() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- getReferencedMethods() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getReferencedMethods() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- getReferences() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
-
- getReferences() - Method in interface org.glassfish.hk2.classmodel.reflect.Type
-
Returns a unmodifiable collection of this type references.
- getRefs() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- getRegistry() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns the registry owning this module
- getRegistry() - Method in interface com.sun.enterprise.module.Module
-
Returns the registry owning this module
- getRegistry() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getRegistry() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getRegistry() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
-
- getRepository(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Get a repository from the list of attached repositories
- getRepository(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Get a repository from the list of attached repositories
- getRequiredBundles() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- getRequiredPkgs() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- getRequiredQualifiers() - Method in interface org.glassfish.hk2.api.Injectee
-
This is the set of required qualifiers for this injectee.
- getRequiredQualifiers() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- getRequiredQualifiers() - Method in class org.jvnet.hk2.internal.InjecteeImpl
-
- getRequiredType() - Method in interface org.glassfish.hk2.api.Injectee
-
This is the required type of the injectee.
- getRequiredType() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- getRequiredType() - Method in class org.jvnet.hk2.internal.InjecteeImpl
-
- getResource(String) - Method in class org.glassfish.hk2.classmodel.reflect.util.CommonModelRegistry
-
- getResource(String) - Method in interface org.glassfish.hk2.classmodel.reflect.util.ResourceLocator
-
Retrieves the URL given a resource name
- getResult() - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
-
- getResultAsString() - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
-
- getReturnType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
-
- getReturnType() - Method in interface org.glassfish.hk2.classmodel.reflect.MethodModel
-
Returns the method return type
- getRunLevelMode(Descriptor) - Static method in class org.glassfish.hk2.runlevel.utilities.Utilities
-
Get the run level mode from the metadata of the given descriptor.
- getRunLevelValue(Descriptor) - Static method in class org.glassfish.hk2.runlevel.utilities.Utilities
-
Get the run level value from the metadata of the given descriptor.
- getRunningServices(Class<T>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Returns all running services implementation of the passed service
interface
- getRunningServices(Class<T>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Returns all running services implementation of the passed service
interface
- getScope() - Method in interface org.glassfish.hk2.api.Context
-
The scope for which this is the context
- getScope() - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the fully qualified class name of
the scope annotation that should be
associated with this descriptor.
- getScope() - Method in class org.glassfish.hk2.internal.PerThreadContext
-
- getScope() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
- getScope() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getScope() - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- getScope() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
-
- getScope() - Method in class org.jvnet.hk2.internal.PerLookupContext
-
- getScope() - Method in class org.jvnet.hk2.internal.SingletonContext
-
- getScope() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getScopeAnnotation() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
Returns the scope that this ActiveDescriptor belongs to
- getScopeAnnotation() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- getScopeAnnotation() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
- getScopeAnnotation() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getScopeAnnotationFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeAnnotationFromObject(Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeAnnotationType(Class<?>, Descriptor) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the scope of this thing
- getScopeAnnotationType(AnnotatedElement, Descriptor, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns the scope of this thing
- getScopeFromClass(Class<?>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeFromObject(Object, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getSelfReference() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getSelfReference() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- getService() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
Gets the underlying service object
- getService(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the best service from this locator that implements
this contract or has this implementation
- getService(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the best service from this locator that implements
this contract or has this implementation
- getService(Class<T>, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the best service from this locator that implements
this contract or has this implementation and has the given
name
- getService(Type, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets the best service from this locator that implements
this contract or has this implementation and has the given
name
- getService(ActiveDescriptor<T>, ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
- getService(ActiveDescriptor<T>, ServiceHandle<?>, Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
- getService(ServiceLocator, String) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns the best service matching the passed in fully qualified
class name of the service
- getService(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Returns the service in this service locator given the current descriptor.
- getService() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
-
- getService(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Deprecated.
- getService(ActiveDescriptor<T>, ServiceHandle<?>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getService(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getService(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getService(Class<T>, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getService(Type, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getServiceHandle(Class<T>, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the
service that best matches the given criteria
- getServiceHandle(Type, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the
service that best matches the given criteria
- getServiceHandle(Class<T>, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the
service that best matches the given criteria
- getServiceHandle(Type, String, Annotation...) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Gets a
ServiceHandle
that can be used to get and destroy the
service that best matches the given criteria
- getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
- getServiceHandle(ActiveDescriptor<T>) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
- getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getServiceHandle(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getServiceHandle(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getServiceHandle(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getServiceHandle(Class<T>, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getServiceHandle(Type, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getServiceId() - Method in interface org.glassfish.hk2.api.Descriptor
-
This returns the unique identifier for this descriptor.
- getServiceId() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- getServiceId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- getServiceLocator() - Method in class com.sun.enterprise.module.bootstrap.Main
-
- getSignature() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- getSignature() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
Used only when method's parameters or return type use generics.
- getSignature() - Method in class org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
-
- getSignature() - Method in interface org.glassfish.hk2.classmodel.reflect.MethodModel
-
Returns the method signature.
- getSize() - Method in interface org.glassfish.hk2.api.IterableProvider
-
Returns the size of the iterator that would be returned
- getSize() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
-
- getSortedList() - Method in class org.jvnet.hk2.internal.IndexedListData
-
- getStartedService(Class<T>) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
Optional method.
- getStartupModuleName() - Method in class com.sun.enterprise.module.bootstrap.StartupContext
-
- getState() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns the module's state
- getState() - Method in interface com.sun.enterprise.module.Module
-
Returns the module's state
- getState() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- getState() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Returns the current state of this service locator.
- getState() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- getState() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- getState() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
-
- getStaticFields() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Returns an unmodifiable list of static fields defined by this type
- getStaticFields() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
- getSubTypeRefs() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- getSystemId() - Method in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
-
- getSystemId() - Method in interface com.sun.enterprise.module.InhabitantsDescriptor
-
Return the unique identifier
- getThreadingPolicy() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- getThreadingPolicy() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Returns the threading policy currently being used by
this controller
- getThreeThirtyDescriptor(ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
-
Creates a Three Thirty constant active descriptor
- getType() - Method in class org.glassfish.hk2.api.TypeLiteral
-
- getType() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationModel
-
Returns the annotation type for this model
- getType() - Method in interface org.glassfish.hk2.classmodel.reflect.FieldModel
-
Returns the declared type of the field
- getType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
-
- getType() - Method in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
-
- getType(int) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
-
- getType(int, String, TypeProxy) - Method in interface org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
-
- getType(int) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
-
- getType(int, String, TypeProxy) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypesImpl
-
- getType() - Method in interface org.glassfish.hk2.classmodel.reflect.Parameter
-
Returns the parameter type
- getTypeBuilder(URI) - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
-
- getTypeClosure(Type, Set<String>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the type closure, as restricted by the classes listed in the
set of contracts implemented
- getTypes() - Method in class org.glassfish.hk2.classmodel.reflect.ParsingContext
-
Return the holder instance of all the visited types.
- getTypesOfInterest() - Method in interface org.glassfish.hk2.classmodel.reflect.util.ParsingConfig
-
Returns a list of types (classes or interfaces) that a type must either
subclass or implement to trigger an exhaustive scanning
- getUnqualified() - Method in interface org.glassfish.hk2.api.Injectee
-
This method returns the
Unqualified
annotation if it is present
on the injection point.
- getUnqualified() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- getUnqualified() - Method in class org.jvnet.hk2.internal.InjecteeImpl
-
- getURI() - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter
-
Returns the URI of the archive
- getURI() - Method in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
-
- getURI() - Method in class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
-
- getURI() - Method in class org.glassfish.hk2.classmodel.reflect.util.JarArchive
-
- getValidator() - Method in interface org.glassfish.hk2.api.ValidationService
-
Returns the
Validator
that will be run whenever
a
Descriptor
that passed the filter is to be looked up with the API
or injected into an injection point, or on any bind or unbind operation.
- getValues() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotationModel
-
Returns an unmodifiable collection of annotation values.
- getValues() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationModelImpl
-
- getVersion() - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Returns the module's version
- getVersion() - Method in interface com.sun.enterprise.module.ModuleDefinition
-
Returns the version of this module's implementation
- getVersion() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns the module version
- getVersion() - Method in class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- getVersion() - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
-
- getVersion() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition
-
- go() - Method in class org.jvnet.hk2.generator.internal.GeneratorRunner
-
Does the work of writing out the inhabitants file to the proper location
- GuiceBridge - Class in org.jvnet.hk2.guice.bridge.api
-
This class can be used to initialize a ServiceLocator for use with
the Guice/HK2 Bridge
- GuiceBridge() - Constructor for class org.jvnet.hk2.guice.bridge.api.GuiceBridge
-
- GuiceBridgeImpl - Class in org.jvnet.hk2.guice.bridge.internal
-
- GuiceBridgeImpl() - Constructor for class org.jvnet.hk2.guice.bridge.internal.GuiceBridgeImpl
-
- GuiceIntoHK2Bridge - Interface in org.jvnet.hk2.guice.bridge.api
-
Guice Bridge
- GuiceIntoHK2BridgeImpl - Class in org.jvnet.hk2.guice.bridge.internal
-
- GuiceIntoHK2BridgeImpl() - Constructor for class org.jvnet.hk2.guice.bridge.internal.GuiceIntoHK2BridgeImpl
-
- GuiceScope - Annotation Type in org.jvnet.hk2.guice.bridge.api
-
- GuiceScopeContext - Class in org.jvnet.hk2.guice.bridge.internal
-
- GuiceScopeContext() - Constructor for class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
-
- GuiceServiceHk2Bean<T> - Class in org.jvnet.hk2.guice.bridge.internal
-
- GuiceServiceHk2Bean() - Constructor for class org.jvnet.hk2.guice.bridge.internal.GuiceServiceHk2Bean
-
- GuiceToHk2JITResolver - Class in org.jvnet.hk2.guice.bridge.internal
-
- identifyCyclicDependency(ModuleImpl, Logger) - Static method in class com.sun.enterprise.module.impl.Utils
-
- ImmediateResults - Class in org.jvnet.hk2.internal
-
This contains the local portion of the narrowed result
- implementations() - Method in class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl
-
- implementations() - Method in interface org.glassfish.hk2.classmodel.reflect.InterfaceModel
-
Returns an unmodifiable collection of classes directly implementing
this interface
- IMPORT_POLICY - Static variable in class com.sun.enterprise.module.ManifestConstants
-
- ImportPolicy - Interface in com.sun.enterprise.module
-
Modules that wish to programmatically control their list of imports can
implement this interface.
- in(Class<? extends Annotation>) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
-
- in(Class<? extends Annotation>) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
-
- in(String) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
-
- in(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
A scope to be associated with this descriptor object.
- in(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Scope a binding.
- in(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Scope a binding.
- in(Class<? extends Annotation>) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
A scope to be associated with this descriptor object.
- in(String) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
A scope to be associated with this descriptor object.
- Index - Annotation Type in org.jvnet.hk2.annotations
-
Marks the index property of the
Contract
annotations.
- IndexedFilter - Interface in org.glassfish.hk2.api
-
This filter can be used to limit the set of Descriptors
passed to the matches method.
- IndexedFilterImpl - Class in org.glassfish.hk2.internal
-
- IndexedFilterImpl(String, String) - Constructor for class org.glassfish.hk2.internal.IndexedFilterImpl
-
- IndexedListData - Class in org.jvnet.hk2.internal
-
This object contains a list of values.
- IndexedListData() - Constructor for class org.jvnet.hk2.internal.IndexedListData
-
- InhabitantAnnotation - Annotation Type in org.jvnet.hk2.annotations
-
Meta-annotation indicating that the annotation designates
a resident service of a org.glassfish.hk2.Services
.
- InhabitantMetadataProcessor - Class in com.sun.enterprise.tools.apt
-
Discoveres all InhabitantMetadata
and puts them into the bag.
- InhabitantMetadataProcessor() - Constructor for class com.sun.enterprise.tools.apt.InhabitantMetadataProcessor
-
- InhabitantsBuilder - Class in org.jvnet.hk2.generator.eclipse
-
This is the builder for the Eclipse inhabitants generator project
- InhabitantsBuilder() - Constructor for class org.jvnet.hk2.generator.eclipse.InhabitantsBuilder
-
- InhabitantsDescriptor - Interface in com.sun.enterprise.module
-
Inhabitants Descriptor is an abstraction on how the inhabitants are
represented in a module.
- InhabitantsGeneratorMojo - Class in org.jvnet.hk2.generator.maven
-
Generates inhabitant
- InhabitantsGeneratorMojo() - Constructor for class org.jvnet.hk2.generator.maven.InhabitantsGeneratorMojo
-
- init(String, String) - Method in class com.sun.enterprise.module.common_impl.ModuleId
-
- init(ProcessingEnvironment) - Method in class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
-
Deprecated.
- initialize() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- initialize() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Initialize the repository for use.
- initialize() - Static method in class com.sun.enterprise.module.impl.HK2Factory
-
- initialize() - Method in interface com.sun.enterprise.module.Repository
-
Initialize the repository for use.
- initialize(Set<ServiceLocator>) - Method in interface org.glassfish.hk2.api.ServiceLocatorListener
-
This method returns the complete list of named service
locators at the time that this listener is registered.
- initialize() - Method in class org.jvnet.hk2.osgiadapter.OSGiDirectoryBasedRepository
-
- initialize(BundleContext) - Static method in class org.jvnet.hk2.osgiadapter.OSGiFactoryImpl
-
- initialize() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
-
- initialize(String, List<String>, List<Class<?>>) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
-
This method initializes the service locator with services from the given list
of packages (in "." format) and with the set of classes given.
- initializeGuiceBridge(ServiceLocator) - Method in class org.jvnet.hk2.guice.bridge.api.GuiceBridge
-
This method will initialize the given service locator for use with the Guice/HK2
bridge.
- initializeGuiceBridge(ServiceLocator) - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceBridgeImpl
-
- initializeServiceLocator(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- inject(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and inject into its fields and methods.
- inject(Object, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and inject into its fields and methods.
- inject(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- inject(Object, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- Injectee - Interface in org.glassfish.hk2.api
-
An Injectee represents the point of injection.
- InjecteeImpl - Class in org.glassfish.hk2.utilities
-
This is a writeable version of the Injectee interface.
- InjecteeImpl() - Constructor for class org.glassfish.hk2.utilities.InjecteeImpl
-
None of the fields of the returned object will be set
- InjecteeImpl(Type) - Constructor for class org.glassfish.hk2.utilities.InjecteeImpl
-
Only the requiredType field will be set
- InjecteeImpl(Injectee) - Constructor for class org.glassfish.hk2.utilities.InjecteeImpl
-
This is the copy constructor, which will copy all the values from the incoming Injectee
- InjecteeImpl - Class in org.jvnet.hk2.internal
-
This is an implementation of Injectee that is used by the system.
- InjectionResolver<T> - Interface in org.glassfish.hk2.api
-
This class allows users to provide a custom injection target for
any annotation (including @Inject).
- InputStreamArchiveAdapter - Class in org.glassfish.hk2.classmodel.reflect.util
-
Archive adapter based on a single InputStream instance.
- InputStreamArchiveAdapter(JarArchive, URI, InputStream) - Constructor for class org.glassfish.hk2.classmodel.reflect.util.InputStreamArchiveAdapter
-
- install() - Method in class com.oracle.sdp.management.InstallSDPService
-
- install(Binder...) - Method in class org.glassfish.hk2.utilities.binding.AbstractBinder
-
Adds all binding definitions from the binders to the binding configuration.
- InstallSDPService - Class in com.oracle.sdp.management
-
Installs the SDP
- InstallSDPService(BundleContext) - Constructor for class com.oracle.sdp.management.InstallSDPService
-
- Instance - Static variable in class com.sun.enterprise.module.common_impl.AbstractFactory
-
- InstanceLifecycleEvent - Interface in org.glassfish.hk2.api
-
This object contains information about a lifecycle
event.
- InstanceLifecycleEventImpl - Class in org.jvnet.hk2.internal
-
- InstanceLifecycleEventType - Enum in org.glassfish.hk2.api
-
This describes the type of lifecycle events
that can happen in the system
- InstanceLifecycleListener - Interface in org.glassfish.hk2.api
-
This processor is called for certain events in the lifecycle of instances
of services.
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.jvnet.hk2.internal.MethodInterceptorImpl
-
- InterfaceModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Represents an interface declaration.
- InterfaceModelImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Implementation of an interface model
- InterfaceModelImpl(String, TypeProxy<Type>, TypeProxy) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl
-
- invoke(Object, Method, Object[]) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
This version of invoke is CCL neutral (it will return with the
same CCL as what it went in with)
- IOException2 - Exception in com.sun.enterprise.module.maven
-
- IOException2(String) - Constructor for exception com.sun.enterprise.module.maven.IOException2
-
- IOException2(String, Throwable) - Constructor for exception com.sun.enterprise.module.maven.IOException2
-
- isAbstract(Member) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if the underlying member is abstract
- isActive() - Method in interface org.glassfish.hk2.api.Context
-
True if this context is active, false otherwise
- isActive() - Method in interface org.glassfish.hk2.api.ServiceHandle
-
This returns true if the underlying service has already been
created
- isActive() - Method in class org.glassfish.hk2.internal.PerThreadContext
-
- isActive() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
- isActive() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
-
- isActive() - Method in class org.jvnet.hk2.internal.PerLookupContext
-
- isActive() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
-
- isActive() - Method in class org.jvnet.hk2.internal.SingletonContext
-
- isAnnotationAQualifier(Annotation) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns true if the given annotation is a qualifier
- isApplicationClass() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
-
- isCacheSet() - Method in interface org.glassfish.hk2.api.SingleCache
-
Returns true if this cache has been set
- isCacheSet() - Method in class org.glassfish.hk2.internal.ConstantActiveDescriptor
-
- isCacheSet() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- isCacheSet() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
-
- isCacheSet() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- isCancelled() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
-
- isClassAGenerator(File, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Returns true if it can be determined that this class is a generator
- isClassAQualifier(File, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Returns true if it can be determined that this class is a qualifier
- isClassAScope(File, String) - Method in class org.jvnet.hk2.generator.internal.Utilities
-
Returns true if it can be determined that this class is a scope
- isConstructorParameterIndicator() - Method in interface org.glassfish.hk2.api.InjectionResolver
-
This method should return true if the annotation that indicates that this is
an injection point can appear in the parameter list of a constructor.
- isConstructorParameterIndicator() - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
-
- isDisabled(File) - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
-
Checks the xyz.disabled file for xyz.jar and return true
if the file exists.
- isDone() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
-
- isDown() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
-
- isDown() - Method in interface org.glassfish.hk2.runlevel.RunLevelFuture
-
Returns true if this job represents the system going from
a higher level to a lower level.
- isEmpty() - Method in class com.sun.enterprise.module.maven.TokenListBuilder
-
- isEmpty() - Method in class org.jvnet.hk2.internal.IndexedListData
-
- isEnabled() - Static method in class com.sun.enterprise.module.common_impl.TracingUtilities
-
- isFinal(Member) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if the underlying member is abstract
- isInterface() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- isLoggable(Level) - Static method in class com.sun.enterprise.module.common_impl.LogHelper
-
- isMethodParameterIndicator() - Method in interface org.glassfish.hk2.api.InjectionResolver
-
This method should return true if the annotation that indicates that this is
an injection point can appear in the parameter list of a method.
- isMethodParameterIndicator() - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
-
- isNative() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELMethod
-
- isNative() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.Method
-
- isOptional() - Method in interface org.glassfish.hk2.api.Injectee
-
This method returns true if this injection point is annotated
with VOptional.
- isOptional() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- isOptional() - Method in class org.jvnet.hk2.internal.InjecteeImpl
-
- isPrimitive(String) - Static method in class com.sun.enterprise.tools.verifier.apiscan.classfile.Util
-
- isPrivate(Member) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if the underlying member is private
- isProxiable() - Method in interface org.glassfish.hk2.api.Descriptor
-
If this returns true then the system will create a proxy for
instances of this descriptor.
- isProxiable() - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- isProxiable() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- isProxiable(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
-
This method determines whether or not the descriptor should be proxied.
- isProxiableScope(Class<? extends Annotation>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if this scope is proxiable
- isPublic() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClassFile
-
- isReexporting() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns true if the containing module is reexporting the public
interfaces of the sub module
- isReified() - Method in interface org.glassfish.hk2.api.ActiveDescriptor
-
This method returns true if this descriptor has been reified
(class loaded).
- isReified() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- isReified() - Method in class org.glassfish.hk2.utilities.AliasDescriptor
-
- isReified() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- isSelected(ArchiveAdapter.Entry) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Selector
-
callback to select an archive for processing
- isSelf() - Method in interface org.glassfish.hk2.api.Injectee
-
This method returns true if this injection point is annotated
with VSelf.
- isSelf() - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- isSelf() - Method in class org.jvnet.hk2.internal.InjecteeImpl
-
- isShared() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns true if this module is sharable.
- isShared() - Method in interface com.sun.enterprise.module.Module
-
Returns true if this module is sharable.
- isShared() - Method in class com.sun.enterprise.module.ModuleDependency
-
Returns true if the containing module accept a shared implementation
of the sub module
- isShared() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- isShared() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- isStatic(Member) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns true if the underlying member is static
- isSticky() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Returns true if the module is sticky.
- isSticky() - Method in interface com.sun.enterprise.module.Module
-
Returns true if the module is sticky.
- isSticky() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- isSticky() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- isTransientlyActive() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- isTypeSafe(Type, Type) - Static method in class org.jvnet.hk2.internal.TypeChecker
-
Returns true if the given requiredType is safely assignable
from the given beanType.
- isUnproxiableScope(Class<? extends Annotation>) - Static method in class org.jvnet.hk2.internal.Utilities
-
Returns true if this scope is unproxiable
- isUp() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture
-
- isUp() - Method in interface org.glassfish.hk2.runlevel.RunLevelFuture
-
Returns true if this job represents the system going from
a lower level to a higher level.
- isVisited() - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- isWar() - Method in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
- IterableProvider<T> - Interface in org.glassfish.hk2.api
-
This object can be injected rather than Provider or ExtendedProvider when
it is desired to iterate over more than one returned instance of the type.
- IterableProviderImpl<T> - Class in org.jvnet.hk2.internal
-
- iterator() - Method in class com.sun.enterprise.module.common_impl.Tokenizer
-
- iterator() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
-
- 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.SplitPackage - Class in com.sun.enterprise.tools.verifier.hk2
-
Holds information about a split-package.
- 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.
- PackageCapability(String, String) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
-
- PackageCapability(String) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.PackageCapability
-
- 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
-
- PARAM_INHABITANTS_SORTED - Static variable in class com.sun.enterprise.tools.classmodel.Constants
-
Set to true if the inhabitants should be sorted
- PARAM_INHABITANTS_SOURCE_FILES - Static variable in class com.sun.enterprise.tools.classmodel.Constants
-
This is the source files (jars | directories) to introspect and build a habitat for.
- Parameter - Interface in org.glassfish.hk2.classmodel.reflect
-
Denote a parameter to a method
- ParameterizedInterfaceModel - Interface in org.glassfish.hk2.classmodel.reflect
-
Representation of a parameterized type
- ParameterizedTypeImpl - Class in org.glassfish.hk2.utilities.reflection
-
- ParameterizedTypeImpl(Type, Type...) - Constructor for class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
-
A new parameterized type
- parent - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- PARENT_CONFIGURED - Static variable in class org.jvnet.hk2.generator.internal.ClassVisitorImpl
-
Must be the same value as from the GenerateServiceFromMethod value
- parse(File, Runnable) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
-
- parse(ArchiveAdapter, Runnable) - Method in class org.glassfish.hk2.classmodel.reflect.Parser
-
Parse the archive adapter entries and run the runnable hook on completion.
- parseAttributes(Attributes) - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Extensibility point to parse more information from Manifest attributes.
- parseClassPath(Attributes, URI) - Method in class com.sun.enterprise.module.common_impl.DefaultModuleDefinition
-
Parses from manifest attributes
and updates URI list.
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.single.ClassPathBasedModulesRegistry
-
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.single.SingleModulesRegistry
-
- parseInhabitants(Module, String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- Parser - Class in org.glassfish.hk2.classmodel.reflect
-
Parse jar files or directories and create the model for any classes found.
- Parser(ParsingContext) - Constructor for class org.glassfish.hk2.classmodel.reflect.Parser
-
- parser - Variable in class org.glassfish.hk2.classmodel.reflect.util.DirectoryArchive
-
- Parser.Result - Class in org.glassfish.hk2.classmodel.reflect
-
- parseServiceMetadataString(String, Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
This method parses the string that is found in the VService metadata field.
- ParsingConfig - Interface in org.glassfish.hk2.classmodel.reflect.util
-
- 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
- PerLookup - Annotation Type in org.glassfish.hk2.api
-
PerLookup is the scope for objects that are created every time they are looked up.
- PerLookupContext - Class in org.jvnet.hk2.internal
-
- PerLookupContext() - Constructor for class org.jvnet.hk2.internal.PerLookupContext
-
- PerThread - Annotation Type in org.glassfish.hk2.api
-
PerThread is a scope that operates like Singleton
scope, except on a per-thread basis.
- PerThreadContext - Class in org.glassfish.hk2.internal
-
- PerThreadContext() - Constructor for class org.glassfish.hk2.internal.PerThreadContext
-
- PKG_EXPORT_NAME - Static variable in class com.sun.enterprise.module.ManifestConstants
-
Exported package list.
- PlatformMain - Class in com.sun.enterprise.module.bootstrap
-
Useful delegation model for starting a hk2 instance using a service based
lookup
- PlatformMain() - Constructor for class com.sun.enterprise.module.bootstrap.PlatformMain
-
- populate(ServiceLocator, DescriptorFileFinder, List<? extends PopulatorPostProcessor>) - Static method in class org.glassfish.hk2.bootstrap.HK2Populator
-
This method can be used to populate the service locator with files that
have been written out using the
DescriptorImpl
writeObject method.
- populate(ServiceLocator) - Static method in class org.glassfish.hk2.bootstrap.HK2Populator
-
This method can be used to populate the service locator with files that
have been written out using the
DescriptorImpl
writeObject method,
looking in the classpath to locate these files
- populateConfig(ServiceLocator) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- populateConfig(ServiceLocator) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
- populateConfig(ServiceLocator) - Method in class com.sun.enterprise.module.single.StaticModulesRegistry
-
- populateConfig(ServiceLocator) - Method in interface org.glassfish.hk2.bootstrap.ConfigPopulator
-
- populateConfig(ServiceLocator) - Static method in class org.glassfish.hk2.bootstrap.HK2Populator
-
- populateServiceLocator(String, ServiceLocator, List<PopulatorPostProcessor>) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- populateServiceLocator(String, ServiceLocator, List<PopulatorPostProcessor>) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
- PopulatorPostProcessor - Interface in org.glassfish.hk2.bootstrap
-
- PostConstruct - Interface in org.glassfish.hk2.api
-
Classes implementing this interface register an interest in
being notified when the instance has been created and the
component is about to be place into commission.
- postConstruct() - Method in interface org.glassfish.hk2.api.PostConstruct
-
The component has been injected with any dependency and
will be placed into commission by the subsystem.
- postConstruct(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and call the postConstruct method.
- postConstruct(Object, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and call the postConstruct method.
- postConstruct(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- postConstruct(Object, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- PreDestroy - Interface in org.glassfish.hk2.api
-
Components implementing this interface registers an interest
in being notified when they are about to be decommissioned.
- preDestroy() - Method in interface org.glassfish.hk2.api.PreDestroy
-
The component is about to be removed from the registry.
- preDestroy(Object) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and call the preDestroy method.
- preDestroy(Object, String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This will analyze the given object and call the preDestroy method.
- preDestroy(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- preDestroy(Object, String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- prepare(Module) - Method in interface com.sun.enterprise.module.ImportPolicy
-
callback from the module loading system when the module enters the
PREPARING
phase.
- prepareProject(MavenProject) - Static method in class com.sun.enterprise.module.maven.MavenProjectRepository
-
When creating
MavenProjectRepository
from the current project (which is used
to launch mvn), and if the compile phase has run yet, then the main artifact is
still null.
- pretty(StringBuffer, Descriptor) - Static method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Will pretty print a descriptor
- Pretty - Class in org.glassfish.hk2.utilities.reflection
-
- Pretty() - Constructor for class org.glassfish.hk2.utilities.reflection.Pretty
-
- PRIMITIVE_MAP - Static variable in class org.jvnet.hk2.internal.Constants
-
Map from primitive type to java type
- print(Logger) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Print a Registry dump to the logger
- print(Logger) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Print a Registry dump to the logger
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
-
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl
-
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
-
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
prints a meaningful string
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.FieldModelImpl
-
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl
-
- print(StringBuffer) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
-
- printError(String, Exception) - Method in interface com.sun.enterprise.tools.Messager
-
- printResult(PrintStream) - Method in class com.sun.enterprise.tools.verifier.hk2.ModuleDependencyAnalyser
-
- printStackTrace(PrintStream) - Method in exception org.glassfish.hk2.api.MultiException
-
- printStackTrace(PrintWriter) - Method in exception org.glassfish.hk2.api.MultiException
-
- printThrowable(Throwable) - Static method in class org.glassfish.hk2.utilities.reflection.Logger
-
Prints a throwable to stdout
- proceedTo(int) - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
- proceedTo(int) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- proceedTo(int) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
- proceedToAsync(int) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- proceedToAsync(int) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Causes this RunLevelController to move to the specified run level for
all
RunLevel
instances, orchestrating the appropriate
lifecycle events.
- process(ServiceLocator, DescriptorImpl) - Method in class com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
-
- process(TypeElement) - Method in class com.sun.enterprise.tools.apt.InhabitantMetadataProcessor
-
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
-
Deprecated.
Annotation processor entry point, we are using a visitor pattern the visit
only the class declaration.
- process(ServiceLocator, DescriptorImpl) - Method in class org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
-
Uses the given classloader to load the class from the descriptor
- process(ServiceLocator, DescriptorImpl) - Method in interface org.glassfish.hk2.bootstrap.PopulatorPostProcessor
-
This method can be used to alter the descriptor read in.
- process(ServiceLocator, DescriptorImpl) - Method in class org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
-
- project - Variable in class com.sun.enterprise.module.maven.HK2GenerateMojo
-
The maven project.
- project - Variable in class com.sun.enterprise.module.maven.OsgiVersionMojo
-
The maven project.
- project - Variable in class org.jvnet.hk2.generator.maven.AbstractInhabitantsGeneratorMojo
-
The maven project.
- provide() - Method in interface org.glassfish.hk2.api.Factory
-
This method will create instances of the type of this factory.
- providerNames - Variable in class com.sun.enterprise.module.ModuleMetadata.Entry
-
- providers - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Service provider class names and which modules they are in.
- provides(String) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- provides(PackageAnalyser.PackageRequirement) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- Proxiable - Annotation Type in org.glassfish.hk2.api
-
Scope annotations that are also marked with this
annotation are proxiable.
- proxy() - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
-
- proxy(boolean) - Method in class org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl
-
- proxy() - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
-
- proxy(boolean) - Method in class org.glassfish.hk2.internal.DescriptorBuilderImpl
-
- proxy() - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
This will cause the isProxiable field of the returned
descriptor to return true (it will force this
descriptor to use proxies).
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.ActiveDescriptorBuilder
-
This will cause the isProxiable field of the returned
descriptor to return the given value.
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Set proxy flag on the binding.
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Set proxy flag on the binding.
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Set proxy flag on the binding.
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Set proxy flag on the binding.
- proxy() - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
This will cause the isProxiable field of the returned
descriptor to return true (it will force this
descriptor to use proxies).
- proxy(boolean) - Method in interface org.glassfish.hk2.utilities.DescriptorBuilder
-
This will cause the isProxiable field of the returned
descriptor to return the given value.
- ProxyCtl - Interface in org.glassfish.hk2.api
-
Every proxy generated by HK2 will implement this interface, which can be used to have finer
control on the behavior of the proxy
- ProxyModule - Class in com.sun.enterprise.module.single
-
Creates a Module implementation based on a single class loader
- ProxyModule(ModulesRegistry, ModuleDefinition, ClassLoader) - Constructor for class com.sun.enterprise.module.single.ProxyModule
-
- ProxyModuleDefinition - Class in com.sun.enterprise.module.single
-
Creates a ModuleDefinition backed up by a a single classloader.
- ProxyModuleDefinition(ClassLoader) - Constructor for class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- ProxyModuleDefinition(ClassLoader, List<ManifestProxy.SeparatorMappings>) - Constructor for class com.sun.enterprise.module.single.ProxyModuleDefinition
-
- pType(ParameterizedType) - Static method in class org.glassfish.hk2.utilities.reflection.Pretty
-
Prints a pretty parameterized type
- publish(LogRecord) - Method in class com.sun.enterprise.module.bootstrap.EarlyLogHandler
-
- put(E) - Method in class org.glassfish.hk2.classmodel.reflect.util.LinkedQueue
-
- put(K, V) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
-
- put(K, V) - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Adds the given key and value pair into the cache
- Rank - Annotation Type in org.glassfish.hk2.api
-
This annotation is used to provide the initial rank of
a service marked with Service
.
- ranked(int) - Method in interface org.glassfish.hk2.utilities.binding.NamedBindingBuilder
-
Rank the binding.
- ranked(int) - Method in interface org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
-
Rank the binding.
- ranked(int) - Method in interface org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
-
Rank the binding.
- ranked(int) - Method in interface org.glassfish.hk2.utilities.binding.ServiceBindingBuilder
-
Rank the binding.
- read(InputStream) - Method in class com.sun.enterprise.module.single.ManifestProxy
-
- readExternal(ObjectInput) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- readMetadataMap(String, Map<String, List<String>>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Writes a set in a way that can be read from an input stream as well
- readObject(BufferedReader) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
This can be used to read in instances of this object that were previously written out with
writeObject.
- readSet(String, Collection<String>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Writes a set in a way that can be read from an input stream as well.
- ReflectionHelper - Class in org.glassfish.hk2.utilities.reflection
-
- ReflectionHelper() - Constructor for class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
- refresh() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Trigger manual refresh mechanism, the module will check all its
URLs and generate change events if any of them has changed.
- refresh() - Method in interface com.sun.enterprise.module.Module
-
Trigger manual refresh mechanism, the module will check all its
URLs and generate change events if any of them has changed.
- refresh() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- refresh() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- refresh() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
-
- register(ModuleLifecycleListener) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Add a ModuleLifecycleListener
to this registry.
- register(ModuleLifecycleListener) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Add a ModuleLifecycleListener
to this registry.
- register(ModuleLifecycleListener) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- registerRunningService(Class<T>, T) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Registers a running service, this is useful when other components need
to have access to a provider of a service without having to create
a new instance and initialize it.
- registerRunningService(Class<T>, T) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Registers a running service, this is useful when other components need
to have access to a provider of a service without having to create
a new instance and initialize it.
- reifyDescriptor(Descriptor, Injectee) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Converts a descriptor to an ActiveDescriptor.
- reifyDescriptor(Descriptor) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Converts a descriptor to an ActiveDescriptor.
- reifyDescriptor(Descriptor, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- reifyDescriptor(Descriptor) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- releaseCache() - Method in interface org.glassfish.hk2.api.SingleCache
-
Removes the cached value and makes it such
that this cache has not been set
- releaseCache() - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- releaseCache() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
-
- releaseCache() - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Clears all entries in the cache, for use when a known event makes the cache incorrect
- releaseCache() - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- remove(Module) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Removes a module from the registry.
- remove(ModuleDefinition) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- remove() - Method in class com.sun.enterprise.module.common_impl.AdapterIterator
-
- remove() - Method in class com.sun.enterprise.module.common_impl.FlattenIterator
-
- remove(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Removes an key value from the map
- remove(K, V) - Method in class org.jvnet.hk2.component.MultiMap
-
Removes an key value pair from the map.
- remove(Module) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- remove(Module) - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
-
- removeAdvertisedContract(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes an advertised contract from the set of contracts advertised by this descriptor
- removeAllMetadata(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes all the metadata values associated with key
- removeAllMetadata(Map<String, List<String>>, String) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Removes all the metadata values associated with key
- removeContractType(Type) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Removes an advertised contract from the set of contracts advertised by this descriptor
- removed(URI) - Method in interface com.sun.enterprise.module.RepositoryChangeListener
-
A library jar file was removed from the repository
- removeDelegate(ClassLoader) - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
- removeDescriptor(SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.IndexedListData
-
- removeFilter(ServiceLocator, Filter) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
Removes all the descriptors from the given locator that match the
given filter
- removeFromCache() - Method in interface org.glassfish.hk2.utilities.cache.CacheEntry
-
Call this method on this entry to remove it from the LRUCache.
- removeImport(ModuleImpl) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
- removeLibrary(URI) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- removeListener(RepositoryChangeListener) - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
Removes a previously registered listener
- removeListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Unregister a module change listener
- removeListener(ModuleChangeListener) - Method in interface com.sun.enterprise.module.Module
-
Unregister a module change listener
- removeListener(RepositoryChangeListener) - Method in interface com.sun.enterprise.module.Repository
-
Removes a previously registered listener
- removeListener(ModuleChangeListener) - Method in class com.sun.enterprise.module.single.ProxyModule
-
- removeListener(ServiceLocatorListener) - Method in class org.glassfish.hk2.api.ServiceLocatorFactory
-
Removes a service listener from the set of listeners that
are notified when named listeners are added or removed
from the system
- removeListener(ServiceLocatorListener) - Method in class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
-
- removeListener(ModuleChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- removeListener(RepositoryChangeListener) - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
-
- removeMetadata(String, String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes the given value from the given key
- removeMetadata(Map<String, List<String>>, String, String) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Removes the given value from the given key
- removeModuleChangeListener(ModuleChangeListener) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- removeOneDescriptor(ServiceLocator, Descriptor) - Static method in class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
This method will attempt to remove descriptors matching the passed in descriptor from
the given locator.
- removeQualifier(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Removes the given qualifier from the list of qualifiers
- removeQualifierAnnotation(Annotation) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
Removes the given qualifier from the list of qualifiers
- removeRepository(String) - Method in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Remove a repository from the list of attached repositories to
this instances.
- removeRepository(String) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Remove a repository from the list of attached repositories to
this instances.
- repositories - Variable in class com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
- REPOSITORIES - Static variable in class com.sun.enterprise.module.ManifestConstants
-
List of repositories that should be set up before launching the main module
- repository - Variable in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
-
- Repository - Interface in com.sun.enterprise.module
-
A Repository instance is an abstraction of a set of accessible
modules.
- RepositoryChangeListener - Interface in com.sun.enterprise.module
-
Listener interface to listen to repository changes.
- RepositoryFactories - Class in com.sun.enterprise.module
-
Registry for RepositoryFactory instances
- RepositoryFactory - Class in com.sun.enterprise.module
-
Factory to create repositories.
- RepositoryFactory() - Constructor for class com.sun.enterprise.module.RepositoryFactory
-
- requires(PackageAnalyser.PackageCapability) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- reset() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.BCELClosureCompilerImpl
-
Reset the closure for next closure computation.
- reset() - Method in interface com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompiler
-
Clear the internal cache.
- reset() - Method in class com.sun.enterprise.tools.verifier.apiscan.classfile.ClosureCompilerImpl
-
Reset the closure for next closure computation.
- resolve() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
- resolve() - Method in interface com.sun.enterprise.module.Module
-
- resolve() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- resolve(Injectee, ServiceHandle<?>) - Method in interface org.glassfish.hk2.api.InjectionResolver
-
This method will return the object that should be injected into the given
injection point.
- resolve(Injectee, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
-
- resolve() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- resolve() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
-
- ResolveError - Error in com.sun.enterprise.module
-
Thrown to indicate that a module dependency could not be satisfied
- ResolveError(String) - Constructor for error com.sun.enterprise.module.ResolveError
-
- ResolveError(String, Throwable) - Constructor for error com.sun.enterprise.module.ResolveError
-
- ResolveError(Throwable) - Constructor for error com.sun.enterprise.module.ResolveError
-
- RESOURCE_BASE - Static variable in interface org.glassfish.hk2.bootstrap.DescriptorFileFinder
-
- ResourceFinder - Interface in com.sun.enterprise.tools.verifier.apiscan.classfile
-
Helps in finding resources.
- ResourceLocator - Interface in org.glassfish.hk2.classmodel.reflect.util
-
Interface to load .class files as resources for processing by the parser.
- resources - Variable in class com.sun.enterprise.module.ModuleMetadata.Entry
-
- root - Variable in class com.sun.enterprise.module.bootstrap.PlatformMain
-
- rootLocation - Variable in class com.sun.enterprise.module.impl.CookedLibRepository
-
- run(String[]) - Method in class com.sun.enterprise.module.bootstrap.Main
-
- run() - Method in class org.glassfish.hk2.runlevel.internal.CurrentTaskFuture.DownAllTheWay
-
- RunLevel - Annotation Type in org.glassfish.hk2.runlevel
-
Defines a run/start level.
- RUNLEVEL_MODE_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
The metadata key for run level mode.
- RUNLEVEL_MODE_NON_VALIDATING - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
Services set to have a non-validating run level mode will be
activated by their associated run level service or through
injection into another service.
- RUNLEVEL_MODE_VALIDATING - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
Services set to have a validating run level mode will be activated
and deactivated by their associated run level service but may also
be activated through injection into another service.
- RUNLEVEL_VAL_IMMEDIATE - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
The immediate run level.
- RUNLEVEL_VAL_INITIAL - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
The initial run level.
- RUNLEVEL_VAL_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
-
The metadata key for run level value.
- RunLevelController - Interface in org.glassfish.hk2.runlevel
-
Implementations of this contract are responsible for orchestration
lifecycle events (i.e., start levels) in Hk2.
- RunLevelController.ThreadingPolicy - Enum in org.glassfish.hk2.runlevel
-
These are the policies for how the RunLevelController
will use threads
- RunLevelControllerImpl - Class in org.glassfish.hk2.runlevel.internal
-
This is the implementation of the RunLevelController
- RunLevelControllerImpl() - Constructor for class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- RunLevelException - Exception in org.glassfish.hk2.runlevel
-
- RunLevelException(String) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
-
- RunLevelException(Throwable) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
-
- RunLevelException(String, Throwable) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
-
- RunLevelFuture - Interface in org.glassfish.hk2.runlevel
-
This is the Future object that will be returned by the
RunLevelController and it contains extra information about
the job being done
- RunLevelListener - Interface in org.glassfish.hk2.runlevel
-
Implementations of RunLevelController should use this contract for publishing
RunLevel events.
- safeEquals(Object, Object) - Static method in class org.jvnet.hk2.internal.CacheKey
-
- ScopedBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
-
Scoped service binding builder.
- ScopedNamedBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
-
Scoped and named service binding builder.
- SEARCHPATH_ARG - Static variable in class org.jvnet.hk2.generator.HabitatGenerator
-
The path-separator delimited list of files to search for contracts and qualifiers (defaults to classpath)
- selects(ArchiveAdapter) - Method in interface org.glassfish.hk2.classmodel.reflect.ArchiveSelector
-
Returns true if the archive should be selected for processing
- Self - Annotation Type in org.glassfish.hk2.api
-
This annotation is placed on an injection point that is to be injected with the
ActiveDescriptor
that was used
to create the instance.
- SeparatorMappings(String, String) - Constructor for class com.sun.enterprise.module.single.ManifestProxy.SeparatorMappings
-
- Service - Annotation Type in org.jvnet.hk2.annotations
-
Marker interface for service implementation.
- ServiceAnnotationProcessor - Class in com.sun.enterprise.tools.apt
-
- ServiceAnnotationProcessor() - Constructor for class com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
-
Deprecated.
Creates a new instance of ServiceAnnotationProcessor
- ServiceBindingBuilder<T> - Interface in org.glassfish.hk2.utilities.binding
-
Service binding builder.
- ServiceHandle<T> - Interface in org.glassfish.hk2.api
-
This service handle can be used to get a specific instance
of a service, and can be used to destroy that service as well
- ServiceHandleComparator - Class in org.jvnet.hk2.internal
-
- ServiceHandleComparator() - Constructor for class org.jvnet.hk2.internal.ServiceHandleComparator
-
- ServiceHandleImpl<T> - Class in org.jvnet.hk2.internal
-
This handle does the underlying work of getting the service.
- ServiceLocator - Interface in org.glassfish.hk2.api
-
ServiceLocator is the registry for HK2 services
- ServiceLocatorFactory - Class in org.glassfish.hk2.api
-
This factory can be used to create new named ServiceLocators
- ServiceLocatorFactory() - Constructor for class org.glassfish.hk2.api.ServiceLocatorFactory
-
- ServiceLocatorFactoryImpl - Class in org.glassfish.hk2.internal
-
The implementation of the
ServiceLocatorFactory
that looks
in the OSGi service registry or the META-INF/services for the implementation
to use.
- ServiceLocatorFactoryImpl() - Constructor for class org.glassfish.hk2.internal.ServiceLocatorFactoryImpl
-
This will create a new set of name to locator mappings
- ServiceLocatorGenerator - Interface in org.glassfish.hk2.extension
-
An implementation of this class can be placed in META-INF/services
in order to customize the creation of the ServiceLocator
- ServiceLocatorGeneratorImpl - Class in org.jvnet.hk2.external.generator
-
- ServiceLocatorGeneratorImpl() - Constructor for class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
-
- ServiceLocatorImpl - Class in org.jvnet.hk2.internal
-
- ServiceLocatorImpl(String, ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorImpl
-
Called by the Generator, and hence must be a public method
- ServiceLocatorListener - Interface in org.glassfish.hk2.api
-
- ServiceLocatorState - Enum in org.glassfish.hk2.api
-
The possible states in which a service locator can be in.
- ServiceLocatorUtilities - Class in org.glassfish.hk2.utilities
-
- ServiceLocatorUtilities() - Constructor for class org.glassfish.hk2.utilities.ServiceLocatorUtilities
-
- set(T) - Method in class org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
- set(K, Collection<? extends V>) - Method in class org.jvnet.hk2.component.MultiMap
-
Replaces all the existing values associated with the key
by the given value.
- set(K, V) - Method in class org.jvnet.hk2.component.MultiMap
-
Replaces all the existing values associated with the key
by the given single value.
- setApplicationClass(boolean) - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
-
- setBundle(Bundle) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- setCache(T) - Method in interface org.glassfish.hk2.api.SingleCache
-
Sets the value into the cache
- setCache(T) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- setCache(T) - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- setClassAnalysisName(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- setContext(Object) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
- setContextClassLoader(Thread, ClassLoader) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Sets the context classloader under the privileged of this class
- setDefaultClassAnalyzerName(String) - Method in interface org.glassfish.hk2.api.ServiceLocator
-
Sets the name of the default class analyzer that should be used for all
Descriptor
s that return null as their class analyzer.
- setDefaultClassAnalyzerName(String) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- setDescriptorType(DescriptorType) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the descriptor type
- setDescriptorVisibility(DescriptorVisibility) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the descriptor visilibity
- setExportedPkgs(Set<PackageAnalyser.PackageCapability>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- setFactoryId(Long, Long) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- setField(Field, Object, Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Sets the given field to the given value
- setImplementation(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the implementation
- setImportedPkgs(Set<PackageAnalyser.PackageRequirement>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- setLoader(HK2Loader) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the loader to use with this descriptor
- setLocatorId(Long) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the locator id for this descriptor
- setLogger(Logger) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
- setMaximumUseableThreads(int) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- setMaximumUseableThreads(int) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
This sets the maximum number of threads that the system
can create for creation and/or destruction of threads.
- setMd(ModuleDefinition) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- setMetadata(Map<String, List<String>>) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the metadata of this DescriptorImpl to exactly the set
of metadata in the incoming map.
- setName(String) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
- setName(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the name this descriptor should have
- setName(String) - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- setNameMethodName(String) - Method in class org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
- setOptional(boolean) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets whether or not this Injectee should be considered optional
- setParent(TypeProxy<?>) - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
- setParent(AnnotatedElement) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
This setter sets both the parent and the injecteeClass fields.
- setParentClassLoader(ClassLoader) - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Sets the classloader parenting the class loaders created by the modules
associated with this registry.
- setParentClassLoader(ClassLoader) - Method in interface com.sun.enterprise.module.ModulesRegistry
-
- setParentClassLoader(ClassLoader) - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
Sets the classloader parenting the class loaders created by the modules
associated with this registry.
- setPosition(int) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets the position of this Injectee.
- setProxiable(Boolean) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- setRanking(int) - Method in interface org.glassfish.hk2.api.Descriptor
-
Returns the ranking of this descriptor.
- setRanking(int) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
- setRanking(int) - Method in class org.jvnet.hk2.internal.SystemDescriptor
-
- setReified(boolean) - Method in class org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
This method is called to change the state of the
reification of this descriptor
- setRequiredBundles(Set<PackageAnalyser.Bundle>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- setRequiredPkgs(Set<String>) - Method in class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.Bundle
-
- setRequiredQualifiers(Set<Annotation>) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets the required qualifiers for this Injectee
- setRequiredType(Type) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets the required type of this Injectee
- setScope(String) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the scope this descriptor should have
- setSelf(boolean) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
Sets whether or not this is a self-referencing injectee
- setServiceId(Long) - Method in class org.glassfish.hk2.utilities.DescriptorImpl
-
Sets the service id for this descriptor
- setStartupContext(StartupContext) - Method in interface com.sun.enterprise.module.bootstrap.ModuleStartup
-
- setStartupContext(StartupContext) - Method in class test.TestModuleStartup
-
- setSticky(boolean) - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Sets the sticky flag.
- setSticky(boolean) - Method in interface com.sun.enterprise.module.Module
-
Sets the sticky flag.
- setSticky(boolean) - Method in class com.sun.enterprise.module.single.ProxyModule
-
- setSticky(boolean) - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- setThreadingPolicy(RunLevelController.ThreadingPolicy) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelControllerImpl
-
- setThreadingPolicy(RunLevelController.ThreadingPolicy) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
-
Sets the threading policy that will be used by
this controller.
- setUnqualified(Unqualified) - Method in class org.glassfish.hk2.utilities.InjecteeImpl
-
- setVerbosity(boolean) - Method in class org.jvnet.hk2.testing.junit.HK2Runner
-
- shortDesc() - Method in interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Construct and return a short description name that can be used to
display the instance value
- shortDesc() - Method in class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
-
- shutdown() - Method in class com.sun.enterprise.module.common_impl.AbstractRepositoryImpl
-
- shutdown() - Method in class com.sun.enterprise.module.common_impl.DirectoryBasedRepository
-
- shutdown() - Method in class com.sun.enterprise.module.impl.CookedLibRepository
-
Shutdown the repository.
- shutdown() - Method in class com.sun.enterprise.module.impl.ModulesRegistryImpl
-
Shuts down this module's registry, apply housekeeping tasks
- shutdown() - Method in interface com.sun.enterprise.module.ModulesRegistry
-
Shuts down this module's registry, apply housekeeping tasks
- shutdown() - Method in interface com.sun.enterprise.module.Repository
-
Shutdown the repository.
- shutdown() - Method in interface org.glassfish.hk2.api.Context
-
Shut down this context.
- shutdown() - Method in interface org.glassfish.hk2.api.ServiceLocator
-
This method will shutdown every service associated with this ServiceLocator.
- shutdown() - Method in class org.glassfish.hk2.internal.PerThreadContext
-
- shutdown() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
- shutdown() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
-
- shutdown() - Method in class org.jvnet.hk2.internal.PerLookupContext
-
- shutdown() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
-
- shutdown() - Method in class org.jvnet.hk2.internal.SingletonContext
-
- shutdown() - Method in class org.jvnet.hk2.osgiadapter.AbstractOSGiModulesRegistryImpl
-
- shutdown() - Method in class org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl
-
- shutdown() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrBasedRepository
-
- shutdown() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModulesRegistryImpl
-
- SignatureVisitorImpl - Class in org.glassfish.hk2.classmodel.reflect.impl
-
Signature visitor to visit parameterized declarations
- SignatureVisitorImpl(TypeBuilder) - Constructor for class org.glassfish.hk2.classmodel.reflect.impl.SignatureVisitorImpl
-
- SingleCache<T> - Interface in org.glassfish.hk2.api
-
This cache can be used in some circumstances when there can be only one
of a service.
- SingleModulesRegistry - Class in com.sun.enterprise.module.single
-
Normal modules registry with configuration handling backed up
by a single class loader.
- SingleModulesRegistry(ClassLoader) - Constructor for class com.sun.enterprise.module.single.SingleModulesRegistry
-
- SingleModulesRegistry(ClassLoader, List<ManifestProxy.SeparatorMappings>) - Constructor for class com.sun.enterprise.module.single.SingleModulesRegistry
-
- SingletonContext - Class in org.jvnet.hk2.internal
-
- size - Variable in class org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
-
- size() - Method in class org.jvnet.hk2.component.MultiMap
-
Returns the size of the map.
- sort(List<ActiveDescriptor<?>>) - Method in interface org.glassfish.hk2.runlevel.Sorter
-
Sort the given list of run level service descriptors.
- Sorter - Interface in org.glassfish.hk2.runlevel
-
Contract for sorting descriptors for run level services.
- sortInhabitantsDescriptor(String, boolean) - Static method in class com.sun.enterprise.tools.classmodel.Utilities
-
Sorts all of the lines in an inhabitants descriptor
- SpecificFilterImpl - Class in org.glassfish.hk2.internal
-
This is a filter that matches an exact descriptor
- SpecificFilterImpl(String, String, long, long) - Constructor for class org.glassfish.hk2.internal.SpecificFilterImpl
-
- SplitPackage(String, Set<PackageAnalyser.Bundle>) - Constructor for class com.sun.enterprise.tools.verifier.hk2.PackageAnalyser.SplitPackage
-
- StarFilter - Class in org.glassfish.hk2.internal
-
A filter that gets everything! w00t w00t!
- StarFilter() - Constructor for class org.glassfish.hk2.internal.StarFilter
-
- start(BundleContext) - Method in class com.oracle.sdp.management.Activator
-
- start(String[]) - Method in class com.sun.enterprise.module.bootstrap.Main
-
Start the server from the command line
- start() - Method in interface com.sun.enterprise.module.bootstrap.ModuleStartup
-
- start(Properties) - Method in class com.sun.enterprise.module.bootstrap.PlatformMain
-
Starts the main entry point using this platform implementation.
- start() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Forces module startup.
- start(Module) - Method in interface com.sun.enterprise.module.LifecyclePolicy
-
Callback when the module enters the
READY
state.
- start() - Method in interface com.sun.enterprise.module.Module
-
Forces module startup.
- start() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- start(BundleContext) - Method in class org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
-
- start(BundleContext) - Method in class org.jvnet.hk2.osgiadapter.HK2Main
-
- start() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- start() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
-
- start() - Method in class test.TestModuleStartup
-
- STARTUP_MODULE_NAME - Static variable in class com.sun.enterprise.module.bootstrap.StartupContext
-
- STARTUP_MODULESTARTUP_NAME - Static variable in class com.sun.enterprise.module.bootstrap.StartupContext
-
- StartupContext - Class in com.sun.enterprise.module.bootstrap
-
This class contains important information about the startup process.
- StartupContext() - Constructor for class com.sun.enterprise.module.bootstrap.StartupContext
-
- StartupContext(Properties) - Constructor for class com.sun.enterprise.module.bootstrap.StartupContext
-
- StaticModulesRegistry - Class in com.sun.enterprise.module.single
-
Implementation of the modules registry that use a single class loader to load
all available classes.
- StaticModulesRegistry(ClassLoader) - Constructor for class com.sun.enterprise.module.single.StaticModulesRegistry
-
- StaticModulesRegistry(ClassLoader, StartupContext) - Constructor for class com.sun.enterprise.module.single.StaticModulesRegistry
-
- StaticModulesRegistry(ClassLoader, List<ManifestProxy.SeparatorMappings>, StartupContext) - Constructor for class com.sun.enterprise.module.single.StaticModulesRegistry
-
- stop(BundleContext) - Method in class com.oracle.sdp.management.Activator
-
- stop() - Method in interface com.sun.enterprise.module.bootstrap.ModuleStartup
-
- stop() - Method in class com.sun.enterprise.module.impl.ClassLoaderProxy
-
called by the facade class loader when it is garbage collected.
- stop() - Method in class com.sun.enterprise.module.impl.ModuleImpl
-
Forces module stop.
- stop(Module) - Method in interface com.sun.enterprise.module.LifecyclePolicy
-
Callback before the module starts being unloaded.
- stop() - Method in interface com.sun.enterprise.module.Module
-
Forces module stop.
- stop() - Method in class com.sun.enterprise.module.single.ProxyModule
-
- stop(BundleContext) - Method in class org.glassfish.hk2.classmodel.reflect.util.ClassModelActivator
-
- stop(BundleContext) - Method in class org.jvnet.hk2.osgiadapter.HK2Main
-
- stop() - Method in class org.jvnet.hk2.osgiadapter.OSGiModuleImpl
-
- stop() - Method in class org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
-
- stop() - Method in class test.TestModuleStartup
-
- subTypes() - Method in interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Returns the child subtypes of this type.
- subTypes() - Method in class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl
-
- supportsNullCreation() - Method in interface org.glassfish.hk2.api.Context
-
Returns true if the findOrCreate method can return null
- supportsNullCreation() - Method in class org.glassfish.hk2.internal.PerThreadContext
-
- supportsNullCreation() - Method in class org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext
-
- supportsNullCreation() - Method in class org.jvnet.hk2.guice.bridge.internal.GuiceScopeContext
-
- supportsNullCreation() - Method in class org.jvnet.hk2.internal.PerLookupContext
-
- supportsNullCreation() - Method in class org.jvnet.hk2.internal.SingletonContext
-
- SYSTEM_LOADER_NAME - Static variable in class org.jvnet.hk2.internal.Constants
-
The name of the system class loader
- SYSTEM_RESOLVER_NAME - Static variable in interface org.glassfish.hk2.api.InjectionResolver
-
This is the name of the system provided resolver for 330 injections
- SystemDescriptor<T> - Class in org.jvnet.hk2.internal
-
- systemId - Variable in class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
-