|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventPublicationManager
Business facade that encapsulates the publication of event messages through Join application.
Method Summary | |
---|---|
void |
publishAssemblyCreationEvent(Assembly assembly)
Publish an event corresponding to an aasembly creation (ie: the aggregation of amny deliverables) |
void |
publishBuildCreationEvent(Build build)
Publish an event corresponding to a build creation (ie: the packaging of components) |
void |
publishDeliveryEvent(Deliverable deliverable)
Publish an event corresponding to a delivery (ie: a deliverable creation) |
void |
publishDeploymentDemandEvent(Deployment deployment)
Publish an event corresponding to the creation of a deployment demand |
void |
publishDeploymentEndEvent(Deployment deployment)
Publish an event corresponding to the end of the deployment realization process |
void |
publishDeploymentPreparationEvent(Deployment deployment)
Publish an event corresponding to the beginning of a deployment preparation |
void |
publishDeploymentRealizationEvent(Deployment deployment)
Publish an event corresponding to the begining of a deployment realization |
Method Detail |
---|
void publishDeliveryEvent(Deliverable deliverable)
deliverable
- The deliverable that has just been suppliedvoid publishBuildCreationEvent(Build build)
build
- The build model object that has just been createdvoid publishAssemblyCreationEvent(Assembly assembly)
assembly
- The assembly model object that has just been createdvoid publishDeploymentDemandEvent(Deployment deployment)
deployment
- The deployment that has just been created and askedvoid publishDeploymentPreparationEvent(Deployment deployment)
deployment
- The deployment that has been picked for being preparedvoid publishDeploymentRealizationEvent(Deployment deployment)
deployment
- The deployment that has been picked for being realizedvoid publishDeploymentEndEvent(Deployment deployment)
deployment
- The deployment that has just been realized
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |