This extension point is used to contribute executor services. Declares a Wind River executor service contribution. The unique id of the executor service contribution. The label representing the executor service within the UI. The class that implements <code>org.eclipse.tcf.te.runtime.concurrent.interfaces.IExecutor</code> or extends <code>org.eclipse.tcf.te.runtime.concurrent.executors.AbstractDelegatingExecutorService</code>. <p> The executor service implementation class must be specified either by the class attribute or the class child element! A short description of the executor service to be presented in the UI. <p>Used when creating an <code>IExecutableExtension</code> with a named parameter, or more than one.</p> The class that implements <code>org.eclipse.tcf.te.runtime.concurrent.interfaces.IExecutor</code> or extends <code>org.eclipse.tcf.te.runtime.concurrent.executors.AbstractDelegatingExecutorService</code>. <p> The executor service implementation class must be specified either by the class attribute or the class child element! <p>A parameter for an <code>IExecutableExtension</code>.</p> <p>The parameter name.</p> <p>The parameter value.</p> Target Explorer 1.0.0 This is an example of the extension point usage: <p> <pre><code> <extension point="org.eclipse.tcf.te.runtime.concurrent.executorServices"> <executorService id="org.eclipse.tcf.te.runtime.concurrent.executors.singleThreaded" class="org.eclipse.tcf.te.runtime.concurrent.executors.SingleThreadedExecutorService" label="Single Threaded Executor Service"> </exectorService> </extension> </code></pre> The provider of a executor service must implement <samp>org.eclipse.tcf.te.runtime.concurrent.interfaces.IExecutor</samp>. Copyright (c) 2011 Wind River Systems, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html.