Searched defs:activate (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DIIOParamController.java32 * interface merely specifies a generic <code>activate</code> method
38 * <p> Within the <code>activate</code> method, a controller obtains
46 * <code>activate</code> method returns <code>true</code>, the
57 * required is that the<code>activate</code> method behave modally
71 * public boolean activate(IIOParam param) {
88 * which case the <code>activate</code> method would simply look up or
117 boolean activate(IIOParam param); method in interface:IIOParamController
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/
H A DProfileActivator.java31 * An interface to allow the ProfileDeferralMgr to activate a
39 public void activate() throws ProfileDataException; method in interface:ProfileActivator
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivator.java36 * <code>activate</code> method to obtain a "live" reference to a
110 public MarshalledObject<? extends Remote> activate(ActivationID id, method in interface:Activator
H A DActivationID.java111 public Remote activate(boolean force) method in class:ActivationID
116 activator.activate(this, force);
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataController.java32 * interface merely specifies a generic <code>activate</code> method
38 * <p> Within the <code>activate</code> method, a controller obtains
45 * that when the <code>activate</code> method returns
56 * which case the <code>activate</code> method would simply look up or
85 boolean activate(IIOMetadata metadata); method in interface:IIOMetadataController
/openjdk7/jdk/src/share/classes/java/beans/
H A DAppletInitializer.java90 void activate(Applet newApplet); method in interface:AppletInitializer
/openjdk7/hotspot/src/share/vm/memory/
H A Diterator.cpp51 MarkingCodeBlobClosure::MarkScope::MarkScope(bool activate) argument
52 : _active(activate)
H A DsharedHeap.cpp132 SharedHeap::StrongRootsScope::StrongRootsScope(SharedHeap* outer, bool activate) argument
133 : MarkScope(activate)
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetEventProcessor.java111 static void activate() { method in class:XDropTargetEventProcessor
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFallback.java55 public void activate() { method in class:Fallback
/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.cpp39 jlong DTraceJSDT::activate( function in class:DTraceJSDT
113 jlong DTraceJSDT::activate( function in class:DTraceJSDT
/openjdk7/jdk/src/share/classes/java/awt/im/spi/
H A DInputMethod.java272 public void activate(); method in interface:InputMethod
311 * <li>before calling {@link #activate activate} on an instance of a different input
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp133 void ConcurrentG1RefineThread::activate() { function in class:ConcurrentG1RefineThread
203 // Check if we need to activate the next thread.
205 _next->activate();
/openjdk7/jdk/test/java/rmi/activation/Activatable/notSerializable/
H A DNotSerializable.java94 public MarshalledObject activate(ActivationID id, boolean force) { method in class:NotSerializable.FakeActivator
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DJVM.java42 static long activate(String moduleName, DTraceProvider[] providers) { method in class:JVM
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerManagerImpl.java147 public void activate(int serverId) method in class:ServerManagerImpl
161 System.out.println( "ServerManagerImpl: activate for server Id " +
184 System.out.println( "ServerManagerImpl: activate for server Id " +
189 System.out.println( "ServerManagerImpl: activate for server Id " +
355 entry.activate() ;
H A DServerTableEntry.java195 synchronized void activate() throws org.omg.CORBA.SystemException method in class:ServerTableEntry
201 printDebug("activate", "activating server");
206 printDebug("activate", "throwing premature process exit");
344 // call to this server will re-activate.
370 activate();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableRef.java132 localRef = activate(force);
209 RemoteRef newRef = activate(force);
219 newRef = activate(true);
245 ref = activate(false);
252 * private method to activate the remote object.
257 private RemoteRef activate(boolean force) method in class:ActivatableRef
269 * the stub returned from the activate call contains an
276 Remote proxy = id.activate(force);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAManagerImpl.java53 * Its public methods are activate(), hold_requests(), discard_requests()
71 // one of activate, hold_request,
194 * - in activate, hold_requests, discard_requests, deactivate, exit
206 * <code>activate</code>
209 public synchronized void activate() method in class:POAManagerImpl
216 "Calling activate on POAManager " + this ) ;
235 "Exiting activate on POAManager " + this ) ;
542 activate() ;
H A DPOAImpl.java814 public POA find_POA(String name, boolean activate) argument
824 " activate=" + activate + ") on poa " + this ) ;
862 if (activate && (activator != null)) {
/openjdk7/jdk/src/share/demo/jfc/CodePointIM/
H A DCodePointInputMethod.java433 public void activate() { method in class:CodePointInputMethod
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java230 public void activate() { method in class:CInputMethod
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethod.java284 public void activate() { method in class:WInputMethod
326 // Delay calling disableNativeIME until activate is called and the newly
375 // deactivate/activate are being suppressed during a focus change -
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java439 * Prior to handshaking, activate the handshake and initialize the version,
442 void activate(ProtocolVersion helloVersion) throws IOException { method in class:Handshaker
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java322 public synchronized void activate() { method in class:X11InputMethod
377 component, let's call it component B, gets the focus, activate is first called on
379 deactivate is called on A again. And finally activate is called on the newly
383 -------------> deactivate A -------------> activate A -> endComposition A ->
384 deactivate A -> activate B ----....
387 input context, we save it when deactivate is called so that when activate is
388 called, it can be restored correctly till activate is called on the newly focused
400 /* Delay resetting the XIC focus until activate is called and the newly
457 // deactivate/activate are being suppressed during a focus change -

Completed in 169 milliseconds

12