This package org.servebox.foundry contains the basic classes for the following design pattern implementation. - Business Delegate ( IBusinessDelegate, AbstractBusinessDelegate ) - ServiceLocator ( ServiceLocator, ServiceAlreadyRegisteredError, ServiceNotFoundError ) You can learn more at http://java.sun.com/blueprints/patterns/catalog.html
| Interface | Description | |
|---|---|---|
| IBusinessDelegate | BusinessDelegate design pattern implementation. | |
| IBusinessResponder | An implementaion of BusinessReposnder. |
| Class | Description | |
|---|---|---|
| AbstractBusinessDelegate | BusinessDelegate design pattern implementation. | |
| BusinessDelegateServiceError | This error is thrwon when an object that AbstractService or HTTPService is trying to be registered the BusinessDelegate. | |
| ServiceAlreadyRegisteredError | A ServiceAlreadyRegisteredError is thrown when the serive is already registerd to the ServiceLocator. | |
| ServiceLocator | ServiceLocator holds a reference to services of the application. | |
| ServiceNotFoundError | A ServiceNotFoundError is thrown when the wanted service is not found. |