org.jvnet.hk2.component
Class HK2ProviderImpl

java.lang.Object
  extended by org.jvnet.hk2.component.HK2ProviderImpl
All Implemented Interfaces:
org.glassfish.hk2.spi.HK2Provider

public class HK2ProviderImpl
extends java.lang.Object
implements org.glassfish.hk2.spi.HK2Provider

Default Hk2 Provider based on the habitat.

Author:
Jerome Dochez

Constructor Summary
HK2ProviderImpl()
           
 
Method Summary
 org.glassfish.hk2.Services create(org.glassfish.hk2.Services parent, java.lang.Class<? extends org.glassfish.hk2.Module>... moduleTypes)
           
 org.glassfish.hk2.Services create(org.glassfish.hk2.Services parent, org.glassfish.hk2.Module... modules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HK2ProviderImpl

public HK2ProviderImpl()
Method Detail

create

public org.glassfish.hk2.Services create(org.glassfish.hk2.Services parent,
                                         java.lang.Class<? extends org.glassfish.hk2.Module>... moduleTypes)
Specified by:
create in interface org.glassfish.hk2.spi.HK2Provider

create

public org.glassfish.hk2.Services create(org.glassfish.hk2.Services parent,
                                         org.glassfish.hk2.Module... modules)
Specified by:
create in interface org.glassfish.hk2.spi.HK2Provider


Copyright © 2011 Oracle Corporation. All Rights Reserved.