Uses of Class
org.jvnet.hk2.annotations.Service

Packages that use Service
com.alice.application   
com.mallory.application   
org.acme.security   
org.glassfish.examples.ctm   
org.glassfish.hk2.runlevel.internal   
org.glassfish.hk2.runlevel.utilities   
org.jvnet.hk2.config   
org.jvnet.hk2.config.provider.internal   
org.jvnet.hk2.config.types   
test   
 

Uses of Service in com.alice.application
 

Classes in com.alice.application with annotations of type Service
 class AliceApp
          A service offered by Alice that Mallory is allowed to use.
 

Uses of Service in com.mallory.application
 

Classes in com.mallory.application with annotations of type Service
 class EvilInjectedService
           
 class MalloryApp
          This naughty service will attempt to do many things it is not allowed to do
 

Uses of Service in org.acme.security
 

Classes in org.acme.security with annotations of type Service
 class AuditService
          This is a dummy security service that should be available to some code (Alice) but not directly available to other code (Mallory).
 class ValidationServiceImpl
          An implementation of the security service that uses permission checks for everything
 

Uses of Service in org.glassfish.examples.ctm
 

Classes in org.glassfish.examples.ctm with annotations of type Service
 class EnvironmentFactory
           
 class EnvironmentInjector
           
 class EnvironmentXml
          Reads Environment from xml.
 class ServiceProviderEngine
          In the example, this code uses the Environment object, which sometimes will be from Tenant1, and other times from Tenant2.
 class TenantManager
          This class manages all information about all tenants, and also keeps track of the currently active tenant.
 class TenantScopedContext
           
 

Uses of Service in org.glassfish.hk2.runlevel.internal
 

Classes in org.glassfish.hk2.runlevel.internal with annotations of type Service
 class RunLevelContext
          Run level context.
 

Uses of Service in org.glassfish.hk2.runlevel.utilities
 

Classes in org.glassfish.hk2.runlevel.utilities with annotations of type Service
 class RunLevelControllerImpl
          The default RunLevelController implementation for Hk2.
 

Uses of Service in org.jvnet.hk2.config
 

Classes in org.jvnet.hk2.config with annotations of type Service
 class ConfigSupport
           Helper class to execute some code on configuration objects while taking care of the transaction boiler plate code.
 class ConfigurationPopulator
          Populates configuration entities
 class ConfiguredScanner
          Scanner for @Configured annotated classes
 class Transactions
          Transactions is a singleton service that receives transaction notifications and dispatch these notifications asynchronously to listeners.
 

Uses of Service in org.jvnet.hk2.config.provider.internal
 

Classes in org.jvnet.hk2.config.provider.internal with annotations of type Service
 class ConfigInstanceListener
           
 class ConfigTransactionCoordinator
          Default implementation for ConfigTransactionFactory.
 class ConfigTransactionImpl
          Implementation for ConfigTransaction.
 

Uses of Service in org.jvnet.hk2.config.types
 

Classes in org.jvnet.hk2.config.types with annotations of type Service
 class PropertyInjector
           
 

Uses of Service in test
 

Classes in test with annotations of type Service
 class TestModuleStartup
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.