Package jadex.platform.service.cron
Class UserAgent
- java.lang.Object
- 
- jadex.platform.service.cron.UserAgent
 
- 
 public class UserAgent extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description UserAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body()The agent body.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
bodypublic IFuture<java.lang.Void> body() The agent body.
 
- 
 
-