Class UserAgent
- java.lang.Object
- 
- jadex.microservice.examples.pojoservice.UserAgent
 
- 
 public class UserAgent extends java.lang.ObjectMicro agent that uses the pojo service. Search is here done by using the implementation class not the interface.
- 
- 
Constructor SummaryConstructors Constructor Description UserAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody(IInternalAccess agent)The agent body is called once on agent startup.
 
- 
- 
- 
Method Detail- 
bodypublic void body(IInternalAccess agent) The agent body is called once on agent startup.
 
- 
 
-