Bus

org.topcased.bus.core
Interface IService

All Known Implementing Classes:
BNFModelToSableCCService, ChangeURIService, CopyModelImportService, MappingATLImportService, ModelCompareService, PublishMetaModel, ReadXmiEmf, ServicesManagement, TransformationService, WriteEmfXmi

public interface IService

Interface defining the behavior of a "Topcased Service".
For the moment only one method must be implemented.


Method Summary
 java.lang.Object serviceRun(java.util.Map<java.lang.String,java.lang.Object> parameters)
          The Topcased Bus launches serviceRun() method of a service
 

Method Detail

serviceRun

java.lang.Object serviceRun(java.util.Map<java.lang.String,java.lang.Object> parameters)
The Topcased Bus launches serviceRun() method of a service

Parameters:
parameters - : parameters Map (key = parameter name, value = Object parameter)
Returns:
an Object in order to chain service if it is required

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.