test.jadex
Class ServiceAgent

java.lang.Object
  extended by jadex.micro.MicroAgent
      extended by test.jadex.ServiceAgent
All Implemented Interfaces:
jadex.bridge.IInternalAccess, jadex.micro.IMicroAgent

public class ServiceAgent
extends jadex.micro.MicroAgent


Nested Class Summary
 
Nested classes/interfaces inherited from class jadex.micro.MicroAgent
jadex.micro.MicroAgent.TimerWrapper
 
Field Summary
protected  TestService ts
           
 
Fields inherited from class jadex.micro.MicroAgent
interpreter, longtime, timers
 
Constructor Summary
ServiceAgent()
           
 
Method Summary
 void agentCreated()
           
 void agentKilled()
           
 void executeBody()
           
 TestService getTestService()
           
 
Methods inherited from class jadex.micro.MicroAgent
addComponentListener, addDirectService, addService, createComponentIdentifier, createComponentIdentifier, createComponentIdentifier, createReply, createResultListener, createServiceContainer, getAgentAdapter, getAgentName, getArgument, getArguments, getChildren, getComponentIdentifier, getConfiguration, getExternalAccess, getLogger, getModel, getParent, getServiceProvider, getTime, init, isAtBreakpoint, killAgent, killComponent, messageArrived, removeComponentListener, removeService, scheduleStep, sendMessage, setResultValue, waitFor, waitForTick
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ts

protected TestService ts
Constructor Detail

ServiceAgent

public ServiceAgent()
Method Detail

agentCreated

public void agentCreated()
Specified by:
agentCreated in interface jadex.micro.IMicroAgent
Overrides:
agentCreated in class jadex.micro.MicroAgent

executeBody

public void executeBody()
Specified by:
executeBody in interface jadex.micro.IMicroAgent
Overrides:
executeBody in class jadex.micro.MicroAgent

agentKilled

public void agentKilled()
Specified by:
agentKilled in interface jadex.micro.IMicroAgent
Overrides:
agentKilled in class jadex.micro.MicroAgent

getTestService

public TestService getTestService()