Searched refs:Work (Results 1 - 15 of 15) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/
H A DWork.java28 public interface Work interface
H A DWorkQueue.java34 public void addWork(Work aWorkItem);
42 * Returns the total number of Work items added to the Queue.
47 * Returns the total number of Work items in the Queue to be processed.
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DEventHandler.java31 import com.sun.corba.se.spi.orbutil.threadpool.Work;
58 public void setWork(Work work);
59 public Work getWork();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiberContextSwitchInterceptor.java46 * opaque method invocation {@link Work#execute}, allowing the use of
60 * <R,P> R execute( Fiber f, P p, Work<R,P> work ) {
82 * The opaque parameter value for {@link Work}. Simply pass this value to
83 * {@link Work#execute(Object)}.
85 * The opaque return value from the the {@link Work}. Simply return
86 * the value from {@link Work#execute(Object)}.
88 <R,P> R execute( Fiber f, P p, Work<R,P> work );
93 interface Work<R,P> { interface in interface:FiberContextSwitchInterceptor
H A DFiber.java519 private class InterceptorHandler implements FiberContextSwitchInterceptor.Work<Tube,Tube> {
/openjdk7/jdk/test/java/awt/font/NumericShaper/
H A DMTTest.java60 Thread th1 = new Thread(new Work(ns1, expected1));
61 Thread th2 = new Thread(new Work(ns2, expected2));
62 Thread th3 = new Thread(new Work(ns1, expected1));
63 Thread th4 = new Thread(new Work(ns2, expected2));
64 Thread th5 = new Thread(new Work(ns3, expected1));
65 Thread th6 = new Thread(new Work(ns4, expected2));
66 Thread th7 = new Thread(new Work(ns3, expected1));
67 Thread th8 = new Thread(new Work(ns4, expected2));
100 private static class Work implements Runnable { class in class:MTTest
104 Work(NumericShape method in class:MTTest.Work
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DWorkQueueImpl.java31 import com.sun.corba.se.spi.orbutil.threadpool.Work;
114 public synchronized void addWork(Work work) {
121 synchronized Work requestWork(long waitTime) throws TimeoutException, InterruptedException
123 Work workItem;
127 workItem = (Work)theWorkQueue.removeFirst();
144 workItem = (Work)theWorkQueue.removeFirst();
173 * Returns the total number of Work items added to the Queue.
182 * Returns the total number of Work items in the Queue to be processed
H A DThreadPoolImpl.java42 import com.sun.corba.se.spi.orbutil.threadpool.Work;
464 private Work currentWork;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DEventHandlerBase.java39 import com.sun.corba.se.spi.orbutil.threadpool.Work;
48 protected Work work;
134 public void setWork(Work work)
139 public Work getWork()
H A DListenerThreadImpl.java35 import com.sun.corba.se.spi.orbutil.threadpool.Work;
43 Work
80 // Work methods.
H A DReaderThreadImpl.java35 import com.sun.corba.se.spi.orbutil.threadpool.Work;
42 Work
80 // Work methods.
H A DSelectorImpl.java48 import com.sun.corba.se.spi.orbutil.threadpool.Work;
445 .getWorkQueue(0).addWork((Work)listenerThread);
487 .getWorkQueue(0).addWork((Work)readerThread);
H A DSocketOrChannelAcceptorImpl.java59 import com.sun.corba.se.spi.orbutil.threadpool.Work;
86 Work,
414 // Work methods.
635 // Work and Legacy both define getName.
H A DBufferConnectionImpl.sjava70 import com.sun.corba.se.spi.orbutil.threadpool.Work;
97 Work
372 // Work methods.
H A DSocketOrChannelConnectionImpl.java72 import com.sun.corba.se.spi.orbutil.threadpool.Work;
100 Work
1195 // Work methods.

Completed in 46 milliseconds