Class UserAgent
- java.lang.Object
- 
- jadex.micro.examples.messagequeue.replicated.UserAgent
 
- 
 public class UserAgent extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected IMessageQueueReplicableServicemqThe message queue.protected java.lang.StringtopicThe topic argument.
 - 
Constructor SummaryConstructors Constructor Description UserAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 - 
mqprotected IMessageQueueReplicableService mq The message queue.
 - 
topicprotected java.lang.String topic The topic argument.
 
- 
 
-