public class RawServiceCallService extends jadex.bridge.service.BasicService implements IServiceCallService
Constructor and Description |
---|
RawServiceCallService(jadex.bridge.IComponentIdentifier providerid)
Basic service constructor.
|
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
call()
Dummy method for service call benchmark.
|
createServiceIdentifier, createServiceIdentifier, equals, generateServiceName, getInterfaceType, getInternalAccess, getMethodTimeout, getPropertyMap, getProviderId, getServiceIdentifier, hashCode, initNFProperties, isValid, setComponentAccess, setPropertyMap, shutdownService, startService, toString
public RawServiceCallService(jadex.bridge.IComponentIdentifier providerid)
public jadex.commons.future.IFuture<java.lang.Void> call()
call
in interface IServiceCallService