@version $Revision: 1.17 $ $ $Date: 2008/04/11 11:21:00 $ @author Kay Ramme @see com.sun.star.lib.uno.environments.remote.ThreadID @see com.sun.star.lib.uno.environments.remote.IReceiver @since UDK1.0
163164165166167168169170171172173
} } } } _iThreadPool.putJob( new Job(obj, java_remote_bridge.this, msg)); } } catch (Throwable e) { dispose(new DisposedException(e.toString())); } }
153154155156157158159160161162163
146147148149150151152153154155156
} } } } _iThreadPool.putJob( new Job(obj, java_remote_bridge.this, msg)); } } catch (Throwable e) { dispose(e); } }
150151152153154155156157158159160
243244245246247248249250251252253
} if(iMessage != null) { // Queue the job for later execution. // Give this bridge as the disposeId, needed in case of disposing this bridge Job job = new Job(object, java_remote_bridge.this, iMessage); _iThreadPool.putJob(job); job = null; } }
168169170171172173174175176177178
248249250251252253254255256257258