Notizen:


System Agent (service provider) creates a proxy object for its service.
Than it registers its proxy at the platform
An Agent wants to access this resource and asks the paltform for a proxy.
Proxy is cloned (by the platform).
Agent gets reference to clone and calls its requests on it.
The clone forwards the requests to the System Agent.
Agent has only access to methods of the proxy, proxy clone knows the ID of the Agent and can check the security.