Uses of Interface
zeus.actors.InTray

Packages that use InTray
zeus.actors   
zeus.actors.intrays   
 

Uses of InTray in zeus.actors
 

Classes in zeus.actors that implement InTray
 class Server
          This component is part of the MailBox, and is responsible for reading incoming messages.
 

Methods in zeus.actors that return InTray
 InTray AgentContext.getInTray()
           
 InTray MailBox.getInTray()
          added so that transports can be accessed
 InTray ZeusAgentContext.getInTray()
          return the inTray for this agent
 

Uses of InTray in zeus.actors.intrays
 

Classes in zeus.actors.intrays that implement InTray
 class Container_Server
          This class allows us to communicate agent to agent in a container via method calls - not very agent, but high performance; so may be of use in some applications.
 class FIPA_2000_HTTP_Server
          This is an extention of the Server class which provides an "InTray" service for HTTP transports.
 class FIPA_2000_IIOP_Server
          This is an extention of the Server class which is normally used in Zeus Instead of providing a sockets/TCPIP based transport this class provides a IIOP based transport as per the FIPA 99/2000 specs
 class FIPA_97_Server
          This is an extention of the Server class which is normally used in Zeus Instead of providing a sockets/TCPIP based transport this class provides a IIOP based transport as per the FIPA specs Perhaps it should be called IIOP_Server?
 class FIPA_Server
          This is an extention of the Server class which is normally used in Zeus Instead of providing a sockets/TCPIP based transport this class provides a IIOP based transport as per the FIPA specs Perhaps it should be called IIOP_Server?
 class NIOServer
          this is a souped up version of the native socket transport to take advantage of the nio libraries.
 class Zeus_ACC_Server
          Zeus_ACC_Server uses the FIPA_97_Server and FIPA_2000_Server classes to provide a unified message reception and handleing service.On init this class will create a FIPA_97_Server and a FIPA_2000_Server, using itself as a parameter.
 

Methods in zeus.actors.intrays that return InTray
 InTray Zeus_ACC_MailBox.getInTray()
           
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.