Saturday, 15 May 2010

java - How to access thread objects inside custom threadpool executor's methods? -


I want to access data inside objects that are running in Custom Thunderpool Executor. If I try to enter before / after the methods I have been executing then I'm getting a Class Cast exception. How do I resolve this scenario

  Run the public class MyThread {string key; Public Zero Run () Zero (thread paramThread, Runnable paramRunnable) {MyThread mt = (mt) paramRunnable; {{* * * *}} Public class MyExecutor ThreadPoolExecutor Extended {@EvercideExecute; } Protected zeros (Runable paramountable, throbable parabrable) after @overridex exsecutive {mitrate mt = (mt) permeable; / * If found, then "key" inside  

Requires access to> Classcast Exposure which means that you are near the thread implementation which is not even in the sub-section of MyThread or MyThread Not even in MyExecutor . So to fix this, just check a example before casting it.

  Provides MyExecutor ThreadPoolExecutor to the Public Class {@EvercideExecute Protected Zero (Thread Paraffread, Runnabel paramRunnable) {if (MathStudential Failure Events) {Mythread Mount = (Maththread) Permeable; }} Protected zeros after the @ Override Exxite (Runnable Permaline, Throbable Paragraphable) {if (Meritred Instantaneous Instances) {MyThread mt = (MyThread) paramRunnable; } Need to "key" inside / / "Maththread" /}  

No comments:

Post a Comment