public class SubService extends BasicService implements ISubService
DEFAULT_LOCAL, DEFAULT_REMOTEEMPTY_SERVICES| Constructor and Description |
|---|
SubService(IInternalAccess comp)
Create a new service.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture<Double> |
sub(double a,
double b)
Subtract two numbers.
|
createServiceIdentifier, createServiceIdentifier, equals, generateServiceName, getPropertyMap, getProviderId, getServiceIdentifier, isValid, setPropertyMap, shutdownService, startServicepublic SubService(IInternalAccess comp)
public IFuture<Double> sub(double a, double b)
sub in interface ISubServicea - Number one.b - Number two.Copyright © 2012. All Rights Reserved.