Package jadex.micro.regperf
Class ServiceProviderAgent
- java.lang.Object
- 
- jadex.micro.regperf.ServiceProviderAgent
 
- 
- All Implemented Interfaces:
- IExampleService
 
 public class ServiceProviderAgent extends java.lang.Object implements IExampleService Agent that starts a service- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe internal access.protected intcount
 - 
Constructor SummaryConstructors Constructor Description ServiceProviderAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteBody()Perform the agents actions.IFuture<java.lang.String>sayHello(java.lang.String name)Say hello method.
 
- 
 - 
- 
Field Detail- 
agentprotected IInternalAccess agent The internal access.
 - 
countprotected int count 
 
- 
 - 
Method Detail- 
executeBodypublic void executeBody() Perform the agents actions.
 - 
sayHellopublic IFuture<java.lang.String> sayHello(java.lang.String name) Say hello method.- Specified by:
- sayHelloin interface- IExampleService
- Parameters:
- name- The name.
 
 
- 
 
-