Searched refs:deactivate (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/awt/im/spi/
H A DInputMethod.java303 public void deactivate(boolean isTemporary); method in interface:InputMethod
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.hpp46 // would self-deactivate when the number of the buffers falls below the threshold.
65 void deactivate();
H A DconcurrentG1RefineThread.cpp149 void ConcurrentG1RefineThread::deactivate() { function in class:ConcurrentG1RefineThread
197 // we should deactivate. The predecessor will reactivate this
199 deactivate();
211 deactivate();
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuBar.h45 - (void) deactivate;
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkImplClassLoader/
H A DActivatableImpl.java62 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/
H A DCheckUnmarshalOnStopThread.java155 deactivate(cuonst);
185 static void deactivate(RemoteServer r) { method in class:CheckUnmarshalOnStopThread
/openjdk7/jdk/test/java/rmi/server/clientStackTrace/
H A DClientStackTrace.java97 deactivate(myRobj);
110 static void deactivate(RemoteServer r) { method in class:ClientStackTrace
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DTie.java59 void deactivate() throws java.rmi.NoSuchObjectException; method in interface:Tie
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpSendOutputStream.java58 public void deactivate() method in class:HttpSendOutputStream
H A DHttpSendInputStream.java58 public void deactivate() method in class:HttpSendInputStream
H A DHttpSendSocket.java153 inNotifier.deactivate();
167 outNotifier.deactivate();
/openjdk7/jdk/test/java/rmi/activation/Activatable/unregisterInactive/
H A DUnregisterInactive.java61 * Spawns a thread to deactivate the object.
69 * Thread to deactivate object. First attempts to make object
75 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkRegisterInLog/
H A DCheckRegisterInLog.java58 * Spawns a thread to deactivate the object.
66 * Thread to deactivate object. First attempts to make object
72 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/Activatable/createPrivateActivable/
H A DCreatePrivateActivatable.java62 * Spawns a thread to deactivate the object.
70 * Thread to deactivate object. First attempts to make object
76 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/Activatable/elucidateNoSuchMethod/
H A DElucidateNoSuchMethod.java64 * Spawns a thread to deactivate the object.
71 * Thread to deactivate object. First attempts to make object
77 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/Activatable/inactiveGroup/
H A DInactiveGroup.java72 * Spawns a thread to deactivate the object.
80 * Thread to deactivate object. First attempts to make object
87 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/Activatable/nonExistentActivatable/
H A DNonExistentActivatable.java62 * Spawns a thread to deactivate the object.
70 * Thread to deactivate object. First attempts to make object
77 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/ActivationGroup/downloadActivationGroup/
H A DDownloadActivationGroup.java75 * Spawns a thread to deactivate the object (and thus, shuts down the
84 * Thread to deactivate object.
87 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DEchoImpl.java88 * Spawns a thread to deactivate the object.
96 * Thread to deactivate object. First attempts to make object
103 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/Activatable/nestedActivate/
H A DNestedActivate.java71 * Spawns a thread to deactivate the object.
81 * Thread to deactivate object. First attempts to make object
87 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/Activatable/shutdownGracefully/
H A DShutdownGracefully.java108 System.err.println("activate and deactivate object " +
139 System.err.println("second activate and deactivate " +
243 * Spawns a thread to deactivate the object.
250 * Thread to deactivate object. First attempts to make object
260 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/unregisterGroup/
H A DUnregisterGroup.java62 * that we are trying to deactivate.
66 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DActivationLibrary.java64 public static void deactivate(Remote remote, method in class:ActivationLibrary
82 mesg("Thread interrupted while trying to deactivate activatable. Exiting deactivation");
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkActivateRef/
H A DCheckActivateRef.java67 * Spawns a thread to deactivate the object.
75 * Thread to deactivate object. First attempts to make object
81 ActivationLibrary.deactivate(this, getID());
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkAnnotations/
H A DCheckAnnotations.java260 * Spawns a thread to deactivate the object.
267 * Thread to deactivate object. First attempts to make object
273 ActivationLibrary.deactivate(this, getID());

Completed in 205 milliseconds

12