Searched refs:Executor (Results 26 - 41 of 41) sorted by relevance

12

/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DJSSEServer.java53 Executor exec = Executors.newFixedThreadPool
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DJSSEServer.java53 Executor exec = Executors.newFixedThreadPool
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DEndpointImpl.java59 import java.util.concurrent.Executor;
100 private Executor executor;
212 public Executor getExecutor() {
216 public void setExecutor(Executor executor) {
/openjdk7/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java147 public NotificationEmitter(Executor executor) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DWSEndpoint.java59 import java.util.concurrent.Executor;
181 * Set this {@link Executor} to run asynchronous requests using this executor.
186 * @param exec Executor to run async requests
188 public abstract void setExecutor(@NotNull Executor exec);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DService.java54 * <p>An <code>Executor</code> may be set on the service in order
64 * @see java.util.concurrent.Executor
664 * @return The <code>java.util.concurrent.Executor</code> to be
667 * @see java.util.concurrent.Executor
669 public java.util.concurrent.Executor getExecutor() {
679 * @param executor The <code>java.util.concurrent.Executor</code>
686 * @see java.util.concurrent.Executor
688 public void setExecutor(java.util.concurrent.Executor executor) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java34 import java.util.concurrent.Executor;
66 /* An Executor that allows at most one executing and one pending
70 Executor is adapted for use in a situation where each Runnable
74 the advantage that you can replace it with another Executor,
86 private static class LinearExecutor implements Executor {
125 /* You can supply an Executor in which the remote call to
126 fetchNotifications will be made. The Executor's execute
128 an Executor that executes tasks in the caller's thread. */
129 Executor ex = (Executor)
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DStub.java64 import java.util.concurrent.Executor;
269 * Gets the {@link Executor} to be used for asynchronous method invocations.
276 public final Executor getExecutor() {
H A DWSServiceDelegate.java79 import java.util.concurrent.Executor;
103 * <p>An <code>Executor</code> may be set on the service in order
110 * @see Executor
149 private volatile Executor executor;
273 public Executor getExecutor() {
277 public void setExecutor(Executor executor) {
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java48 private Executor executor;
149 public void setExecutor (Executor executor) {
156 private static class DefaultExecutor implements Executor {
162 public Executor getExecutor () {
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java47 extends AsynchronousChannelGroup implements Executor
60 // associated Executor for timeouts
H A DInvoker.java215 * Invokes the handler "indirectly" in the given Executor
221 Executor executor)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DWSEndpointImpl.java72 import java.util.concurrent.Executor;
230 public void setExecutor(Executor exec) {
H A DMonitorRootService.java83 import java.util.concurrent.Executor;
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinTask.java49 import java.util.concurrent.Executor;
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk303 java/util/concurrent/Executor.java \

Completed in 67 milliseconds

12