com.sun.hk2.component
Class ConstructorWomb<T>

java.lang.Object
  extended by com.sun.hk2.component.AbstractInhabitantImpl<T>
      extended by com.sun.hk2.component.AbstractCreatorImpl<T>
          extended by com.sun.hk2.component.ConstructorCreator<T>
              extended by com.sun.hk2.component.ConstructorWomb<T>
All Implemented Interfaces:
Holder<T>, Binding<T>, Factory<T>, ManagedComponentProvider<T>, Provider<T>, Creator<T>, Inhabitant<T>

Deprecated. Use ConstructorCreator instead

public class ConstructorWomb<T>
extends ConstructorCreator<T>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.hk2.component.Holder
Holder.Impl<T>
 
Field Summary
 
Fields inherited from class com.sun.hk2.component.AbstractCreatorImpl
habitat, type
 
Fields inherited from class com.sun.hk2.component.AbstractInhabitantImpl
descriptor
 
Constructor Summary
ConstructorWomb(Class<T> type, Habitat habitat, MultiMap<String,String> metadata)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.sun.hk2.component.ConstructorCreator
create, initialize
 
Methods inherited from class com.sun.hk2.component.AbstractCreatorImpl
createInjectionManager, get, getExecutorService, getInjectionResolvers, inject, isActive, metadata, release, type, typeName
 
Methods inherited from class com.sun.hk2.component.AbstractInhabitantImpl
companions, dispose, get, getAnnotation, getAnnotation, getAnnotations, getDescriptor, getDescriptorFor, getProvider, getProvider, getSerializedMetadata, getSerializedMetadata, lead, matches, setCompanions, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jvnet.hk2.component.Creator
get
 
Methods inherited from interface org.jvnet.hk2.component.Inhabitant
companions, getSerializedMetadata, getSerializedMetadata, lead, setCompanions
 
Methods inherited from interface org.glassfish.hk2.Binding
getDescriptor, getProvider, getProvider
 
Methods inherited from interface org.glassfish.hk2.Provider
getAnnotations
 

Constructor Detail

ConstructorWomb

public ConstructorWomb(Class<T> type,
                       Habitat habitat,
                       MultiMap<String,String> metadata)
Deprecated. 


Copyright © 2011 Oracle Corporation. All Rights Reserved.