blob: 4bac801067de379d0e6c0cd208e2972d6814bdc5 [file] [log] [blame]
- binding should work as shared object
- Stub and Proxy components should support Future-Objects
for async communication
- Exceptions and results HAVE TO be stored inside a Future-Object
XYZResult
- setException => Stub
- setResult => Stub
- hasException => Proxy
- getException => Proxy
- hasResult => Proxy
- getResult => Proxy
- wait => Proxy
- addResultDelegate => Proxy => delegate will be fired if
Response is received