The plain socket communication service provides the Agent System with the capability
to do its communication over plain sockets and to not have to rely on RMI. Some
smaller Java implementations (Personal Java Edition, Micro Java Edition) do
not have a RMI service implemented and therefore a basic communication protocol
was needed for the platform.
The Figure
![[*]](/usr/share/latex2html/icons/crossref.png)
on page
![[*]](/usr/share/latex2html/icons/crossref.png)
shows the structure of the
PLSCommService. The main difference
to the general structure (see
![[*]](/usr/share/latex2html/icons/crossref.png)
) is the use of the class
CommunicationServer.