at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl ...
I have an application that listens for incoming requests from client. When a request comes, a session is created, and when all it's work is done, the application should request a callback method on the client. Problem is, the callbacks must be independent from each other, and be ...