Uses of Class
com.codemonster.surinam.export.throwable.DependencyInjectionException

Packages that use DependencyInjectionException
com.codemonster.surinam.controller   
com.codemonster.surinam.export.framework   
com.codemonster.surinam.mgmt   
com.codemonster.surinam.mgmt.impl   
 

Uses of DependencyInjectionException in com.codemonster.surinam.controller
 

Methods in com.codemonster.surinam.controller that throw DependencyInjectionException
 void BindImplementationAction.apply(ServiceBlock serviceBlock)
          This is the primary execution point for all ServiceBlock actions.
 void Action.apply(ServiceBlock serviceBlock)
          This is the primary execution point for all ServiceBlock actions.
 void BindImplementationAction.injectServices(ServiceBlock serviceBlock)
          This callback method is used to inject the ServiceBlock that the action will have access to in order to perform its work.
 void Action.injectServices(ServiceBlock serviceBlock)
          This callback method is used to inject the ServiceBlock that the action will have access to in order to perform its work.
 void AbstractOperationAction.injectServices(ServiceBlock serviceBlock)
          This is another method we don't normally need.
 

Uses of DependencyInjectionException in com.codemonster.surinam.export.framework
 

Methods in com.codemonster.surinam.export.framework that throw DependencyInjectionException
 void ServiceBlockAdmin.bindProviderImplementation(ImplementationBlueprint blueprint)
          This will create, register and assign a new organization implementation to the given contract.
 void ServiceBlockAdmin.injectRequiredServices(ImplementationBlueprint blueprint)
           
 

Uses of DependencyInjectionException in com.codemonster.surinam.mgmt
 

Methods in com.codemonster.surinam.mgmt that throw DependencyInjectionException
 void ServiceBlockCommander.apply(ActionSequence actions)
          Here, we iterate through the list, executing each action.
 

Uses of DependencyInjectionException in com.codemonster.surinam.mgmt.impl
 

Methods in com.codemonster.surinam.mgmt.impl that throw DependencyInjectionException
 void ServiceBlockImpl.bindProviderImplementation(ImplementationBlueprint blueprint)
          This will create, register and assign a new organization implementation to the given contract.
 void ServiceBlockImpl.injectRequiredServices(ImplementationBlueprint blueprint)
          
 



Copyright © 2010. All Rights Reserved.