jadex.micro.examples.compositeservice
Class AddService

java.lang.Object
  extended by jadex.commons.service.BasicService
      extended by jadex.micro.examples.compositeservice.AddService
All Implemented Interfaces:
IRemotable, IInternalService, IService, IAddService

public class AddService
extends BasicService
implements IAddService


Field Summary
 
Fields inherited from class jadex.commons.service.BasicService
idcnt, properties, shutdowned, sid, started, startfutures
 
Fields inherited from interface jadex.commons.service.IService
EMPTY_SERVICES
 
Constructor Summary
AddService(IServiceProvider provider)
           
 
Method Summary
 IFuture add(double a, double b)
           
 
Methods inherited from class jadex.commons.service.BasicService
createServiceIdentifier, generateServiceName, getPropertyMap, getServiceIdentifier, isValid, setPropertyMap, shutdownService, signalStarted, startService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddService

public AddService(IServiceProvider provider)
Method Detail

add

public IFuture add(double a,
                   double b)
Specified by:
add in interface IAddService


Copyright © 2010. All Rights Reserved.