The output framework was already described in Section
on page as part of the System. This section
will describe the part of the admin System Agent using the output framework.
The output of all parts of the System is sent to the platform by using the print
/ println methods provided by the helper classes and the System. The platform
forwards all the output to all registered admin System Agents. The admin services
have to register therefor the interface AdminIFace in the
platform. This is done by registering the proxy AdminProxy
which is part of the tagents.sysagent.admin package.