Search Results
OK to copy?
Examples 1 through 10 of
140 (0.078 seconds)
Class:
org.apache.jmeter.gui.util.FocusRequester
©,
Rating:
100% of 4
Class: org.example.junit.ThreadedOutput ©, Rating: 100% of 1
Class: org.apache.jk.apr.TomcatStarter ©, Rating: 100% of 2
Class: org.apache.batik.swing.NullURITest ©, Rating: 0% of 0
Class: org.apache.catalina.cluster.tcp.Jdk13ReplicationListener ©, Rating: 0% of 0
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0
Class: org.apache.jmeter.engine.ClientJMeterEngine ©, Rating: 0% of 0
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 100% of 2
Class: org.apache.batik.util.ThreadPounder ©, Rating: 0% of 0
Class: org.springframework.aop.target.ThreadLocalTargetSourceTests ©, Rating: 0% of 0
Class: org.example.junit.ThreadedOutput ©, Rating: 100% of 1
33 public void testOutput() throws InterruptedException {
34 Thread t = new Thread(new Runnable() {
35 public void run() {
36 System.out.println("foo");
37 }
Class: org.apache.jk.apr.TomcatStarter ©, Rating: 100% of 2
29 Class c;
30 String args[];
31 AprImpl apr = new AprImpl();
32
33 public static String mainClasses[]={ "org.apache.tomcat.startup.Main",
Class: org.apache.batik.swing.NullURITest ©, Rating: 0% of 0
74 public Runnable getRunnable(final JSVGCanvas canvas) {
75 return new Runnable () {
76 public void run() {
77 canvas.setURI(null);
78 }};
Class: org.apache.catalina.cluster.tcp.Jdk13ReplicationListener ©, Rating: 0% of 0
033 private static org.apache.commons.logging.Log log =
034 org.apache.commons.logging.LogFactory.getLog( Jdk13ReplicationListener.class );
035 private ThreadPool pool = null;
036 private boolean doListen = false;
037 private ListenCallback callback;
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0
107 private ConcurrentBeanWrapperTests test;
108
109 public TestRun(ConcurrentBeanWrapperTests test) {
110 this.test = test;
111 }
Class: org.apache.jmeter.engine.ClientJMeterEngine ©, Rating: 0% of 0
046 throws MalformedURLException, NotBoundException, RemoteException
047 {
048 this((RemoteJMeterEngine) Naming.lookup("//" + host + "/JMeterEngine"));
049 this.host = host;
050 }
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 100% of 2
Class: org.apache.batik.util.ThreadPounder ©, Rating: 0% of 0
127 final int x = i;
128 l.add(new Runnable() {
129 public void run() {
130 System.out.println("Thread " + x);
131 }
Class: org.springframework.aop.target.ThreadLocalTargetSourceTests ©, Rating: 0% of 0
099 assertEquals(INITIAL_COUNT + 3, apartment.getCount() );
100
101 class Runner implements Runnable {
102 public SideEffectBean mine;
103 public void run() {