jadex.micro.examples.compositeservice
Class SubService

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

public class SubService
extends BasicService
implements ISubService


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
SubService(IServiceProvider provider)
           
 
Method Summary
 IFuture sub(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

SubService

public SubService(IServiceProvider provider)
Method Detail

sub

public IFuture sub(double a,
                   double b)
Specified by:
sub in interface ISubService


Copyright © 2010. All Rights Reserved.