com.xebialabs.deployit.plugin.wmq.mapper
Class WmqLocalQueueToWmqQueueManagerMapper

java.lang.Object
  extended by com.xebialabs.deployit.mapper.Mapper<S,M,T>
      extended by com.xebialabs.deployit.mapper.StepGeneratingMapper<S,M,T>
          extended by com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper<S,com.xebialabs.deployit.ci.mapping.Mapping,T>
              extended by com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WmqLocalQueue,WmqQueueManager>
                  extended by com.xebialabs.deployit.plugin.wmq.mapper.WmqLocalQueueToWmqQueueManagerMapper

public class WmqLocalQueueToWmqQueueManagerMapper
extends com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WmqLocalQueue,WmqQueueManager>


Field Summary
 
Fields inherited from class com.xebialabs.deployit.mapper.Mapper
addedMappings, change, deletedMappings, modifiedMappings, newMappings, oldMappings
 
Constructor Summary
WmqLocalQueueToWmqQueueManagerMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change)
           
 
Method Summary
protected  void generateAdditionStepsForAddedMapping(WmqLocalQueue newLocalQueue, WmqQueueManager qManager, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void generateDeletionStepsForDeletedMapping(WmqLocalQueue oldLocalQueue, WmqQueueManager qManager, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void generateModificationStepsForModifiedMapping(WmqLocalQueue oldLocalQueue, WmqQueueManager oldQueueManager, WmqLocalQueue newLocalQueue, WmqQueueManager newQueueManager, java.util.List<com.xebialabs.deployit.Step> steps)
           
 
Methods inherited from class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
generateAdditionStepsForAddedMapping, generateDeletionStepsForDeletedMapping, generateModificationStepsForModifiedMapping
 
Methods inherited from class com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper
generateAdditionStepsForModifiedMapping, generateDeletionStepsForModifiedMapping, generateModificationSteps
 
Methods inherited from class com.xebialabs.deployit.mapper.StepGeneratingMapper
generateAdditionSteps, generateDeletionSteps
 
Methods inherited from class com.xebialabs.deployit.mapper.Mapper
getAddedMappings, getAffectedTargets, getAllTargets, getDeletedMappings, getModifiedMappings, getNewMappings, getNewTargets, getOldMappings, getOldTargets, init, setDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WmqLocalQueueToWmqQueueManagerMapper

public WmqLocalQueueToWmqQueueManagerMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change)
Method Detail

generateAdditionStepsForAddedMapping

protected void generateAdditionStepsForAddedMapping(WmqLocalQueue newLocalQueue,
                                                    WmqQueueManager qManager,
                                                    java.util.List<com.xebialabs.deployit.Step> steps)
Specified by:
generateAdditionStepsForAddedMapping in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WmqLocalQueue,WmqQueueManager>

generateModificationStepsForModifiedMapping

protected void generateModificationStepsForModifiedMapping(WmqLocalQueue oldLocalQueue,
                                                           WmqQueueManager oldQueueManager,
                                                           WmqLocalQueue newLocalQueue,
                                                           WmqQueueManager newQueueManager,
                                                           java.util.List<com.xebialabs.deployit.Step> steps)
Specified by:
generateModificationStepsForModifiedMapping in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WmqLocalQueue,WmqQueueManager>

generateDeletionStepsForDeletedMapping

protected void generateDeletionStepsForDeletedMapping(WmqLocalQueue oldLocalQueue,
                                                      WmqQueueManager qManager,
                                                      java.util.List<com.xebialabs.deployit.Step> steps)
Specified by:
generateDeletionStepsForDeletedMapping in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper<WmqLocalQueue,WmqQueueManager>


Copyright © 2010. All Rights Reserved.