Ignore:
Timestamp:
10/09/13 17:35:41 (11 years ago)
Author:
stoda
Message:

Idea of thread supervisor done

TODO test the idea, change the remote properties, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/supervisor/src/main/java/omq/server/RemoteObject.java

    r96 r100  
    3333        private Properties env;
    3434        private transient Broker broker;
     35        private transient RemoteThreadPool pool;
    3536        private transient Map<String, List<Class<?>>> params;
    3637        private transient List<InvocationThread> invocationList;
Note: See TracChangeset for help on using the changeset viewer.