Uses of Class
zeus.actors.Server

Packages that use Server
zeus.actors   
zeus.actors.intrays   
 

Uses of Server in zeus.actors
 

Fields in zeus.actors declared as Server
protected  Server Connection.server
           
protected  Server MailBox.server
          The sub-component responsible for reading incoming mail
 

Constructors in zeus.actors with parameters of type Server
Connection(java.net.Socket client, Server server, java.lang.String id)
           
 

Uses of Server in zeus.actors.intrays
 

Subclasses of Server in zeus.actors.intrays
 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 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.
 



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