diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:09:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:09:56 +0000 |
commit | 9970560cc2f57714c78e847d2cf3c65255b661d4 (patch) | |
tree | f7a5daaa268a077f344a1b5006f3d2c47efb71e1 /jurt | |
parent | a7b73717f426e2b07009d919efad6ebfa3b3de89 (diff) |
INTEGRATION: CWS sb8 (1.4.62); FILE MERGED
2003/10/06 08:27:21 sb 1.4.62.1: #112127# Moved getThreadId from ThreadPoolFactory/Manager to ThreadPool itself.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java index ad31b592d14d..a94699a129d5 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java @@ -2,9 +2,9 @@ * * $RCSfile: IThreadPool.java,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jbu $ $Date: 2002-06-25 07:16:52 $ + * last change: $Author: vg $ $Date: 2003-10-09 10:09:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ package com.sun.star.lib.uno.environments.remote; * This interface is an abstraction of the various * threadpool implementations. * <p> - * @version $Revision: 1.4 $ $ $Date: 2002-06-25 07:16:52 $ + * @version $Revision: 1.5 $ $ $Date: 2003-10-09 10:09:56 $ * @author Joerg Budischewski * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadPoolFactory @@ -74,6 +74,13 @@ package com.sun.star.lib.uno.environments.remote; */ public interface IThreadPool { /** + * Retrieves the global threadId for the current thread. + * <p> + * @return the thread id + */ + ThreadId getThreadId(); + + /** * Attaches this thread to the thread pool. * <p> * @see #enter |