Uses of Interface
org.glassfish.hk2.Services

Packages that use Services
org.glassfish.hk2   
org.glassfish.hk2.spi   
 

Uses of Services in org.glassfish.hk2
 

Methods in org.glassfish.hk2 that return Services
 Services HK2.create(Services parent, java.lang.Class<? extends Module>... moduleTypes)
          Creates a new Services instances to register and lookup services to and from.
 Services HK2.create(Services parent, Module... modules)
          Creates a new Services instances to register and lookup services to and from.
 Services Services.getDefault()
          Retrieves the default Services registry.
 Services Services.getServices(java.lang.String moduleName)
          Retrieves the service registry given a module name.
 

Methods in org.glassfish.hk2 with parameters of type Services
 Services HK2.create(Services parent, java.lang.Class<? extends Module>... moduleTypes)
          Creates a new Services instances to register and lookup services to and from.
 Services HK2.create(Services parent, Module... modules)
          Creates a new Services instances to register and lookup services to and from.
 

Uses of Services in org.glassfish.hk2.spi
 

Methods in org.glassfish.hk2.spi that return Services
 Services HK2Provider.create(Services parent, java.lang.Class<? extends Module>... moduleTypes)
          HK2.create(org.glassfish.hk2.Services, Class[])
 Services HK2Provider.create(Services parent, Module... modules)
          HK2.create(org.glassfish.hk2.Services, org.glassfish.hk2.Module...)
 

Methods in org.glassfish.hk2.spi with parameters of type Services
 Services HK2Provider.create(Services parent, java.lang.Class<? extends Module>... moduleTypes)
          HK2.create(org.glassfish.hk2.Services, Class[])
 Services HK2Provider.create(Services parent, Module... modules)
          HK2.create(org.glassfish.hk2.Services, org.glassfish.hk2.Module...)
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.