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

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

Uses of MissingInterfaceException in com.codemonster.surinam.controller
 

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

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

Uses of MissingInterfaceException in com.codemonster.surinam.mgmt
 

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

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

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



Copyright © 2010. All Rights Reserved.