Uses of Interface
jade.core.TimerListener
-
Packages that use TimerListener Package Description jade.content.lang.xml jade.core This package contains the microkernel of JADE system.jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents.jade.imtp.leap.http jade.imtp.leap.JICP jade.tools jade.tools.DummyAgent This package contains the Dummy Agent, a simple yet very useful tool for inspecting message exchanges among JADE agents.jade.tools.introspector jade.tools.logging jade.tools.rma jade.tools.sniffer jade.tools.SocketProxyAgent jade.tools.testagent jade.wrapper.gateway This is a subpackage of jade.wrapper and contains a set of classes that enables a non-JADE application to issue commands to a JADE-based application.test -
-
Uses of TimerListener in jade.content.lang.xml
Classes in jade.content.lang.xml that implement TimerListener Modifier and Type Class Description classTestAgent -
Uses of TimerListener in jade.core
Classes in jade.core that implement TimerListener Modifier and Type Class Description classAgentTheAgentclass is the common superclass for user defined software agents.classBackEndContainer.AgentImageInner class AgentImagestatic classScalabilityTest.BitrateReceiverAgentInner class BitrateReceiverAgentstatic classScalabilityTest.BitrateSenderAgentInner class BitrateSenderAgent Send messages to the corresponding receiver.static classScalabilityTest.RTTReceiverAgentInner class RTTReceiverAgentstatic classScalabilityTest.RTTSenderAgentInner class RTTSenderAgent Send messages to the corresponding receiver.Constructors in jade.core with parameters of type TimerListener Constructor Description Timer(long when, TimerListener tl) -
Uses of TimerListener in jade.domain
Classes in jade.domain that implement TimerListener Modifier and Type Class Description classamsStandard Agent Management System agent.classdfStandard Directory Facilitator agent. -
Uses of TimerListener in jade.gui
Classes in jade.gui that implement TimerListener Modifier and Type Class Description classGuiAgentWhen a program instantiates a GUI, the Java programming language starts a new thread, different from the Agent thread. -
Uses of TimerListener in jade.imtp.leap.http
Classes in jade.imtp.leap.http that implement TimerListener Modifier and Type Class Description classHTTPFEDispatcherFrontEnd-side dispatcher class using JICP over HTTP as transport protocolclassHTTPFESDispatcher -
Uses of TimerListener in jade.imtp.leap.JICP
Classes in jade.imtp.leap.JICP that implement TimerListener Modifier and Type Class Description classBIFEDispatcherClass declarationclassBIFESDispatcherclass for setting up a secure BIFEDispatcherclassFrontEndDispatcherSingle full-duplex connection based Front End side dispatcher classclassFrontEndSDispatcherclass for setting up a secure FrontEndDispatcher -
Uses of TimerListener in jade.tools
Classes in jade.tools that implement TimerListener Modifier and Type Class Description classToolAgentThis abstract class is the common ancestor of all JADE tools (RMA, Sniffer, Introspector, etc.).classToolNotifier -
Uses of TimerListener in jade.tools.DummyAgent
Classes in jade.tools.DummyAgent that implement TimerListener Modifier and Type Class Description classDummyAgent -
Uses of TimerListener in jade.tools.introspector
Classes in jade.tools.introspector that implement TimerListener Modifier and Type Class Description classIntrospector -
Uses of TimerListener in jade.tools.logging
Classes in jade.tools.logging that implement TimerListener Modifier and Type Class Description classLogHelperAgentclassLogManagerAgentThis tool agent supports local and remote management of logs in JADE containers. -
Uses of TimerListener in jade.tools.rma
Classes in jade.tools.rma that implement TimerListener Modifier and Type Class Description classrmaRemote Management Agent agent. -
Uses of TimerListener in jade.tools.sniffer
Classes in jade.tools.sniffer that implement TimerListener Modifier and Type Class Description classSnifferThis is the Sniffer agent. -
Uses of TimerListener in jade.tools.SocketProxyAgent
Classes in jade.tools.SocketProxyAgent that implement TimerListener Modifier and Type Class Description classSocketProxyAgentAgent to bridge ACL messages between JADE and the outside using a socket. -
Uses of TimerListener in jade.tools.testagent
Classes in jade.tools.testagent that implement TimerListener Modifier and Type Class Description classTestAgentThis can be used as test agent for sending and receiving messages to the Agentplatform and Other agents. -
Uses of TimerListener in jade.wrapper.gateway
Classes in jade.wrapper.gateway that implement TimerListener Modifier and Type Class Description classGatewayAgentThis agent is the gateway able to execute all commands requests received via JadeGateway. -
Uses of TimerListener in test
Classes in test that implement TimerListener Modifier and Type Class Description classTestAgent
-