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

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

Uses of MissingAnnotationException in com.codemonster.surinam.controller
 

Methods in com.codemonster.surinam.controller that throw MissingAnnotationException
 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.
 

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

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

Uses of MissingAnnotationException in com.codemonster.surinam.mgmt
 

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

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

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



Copyright © 2010. All Rights Reserved.