Searched refs:activate (Results 1 - 25 of 54) sorted by relevance

123

/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
H A DIIOParam.java674 return getController().activate(this);
/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/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
H A DProfileDeferralMgr.java46 * Records a ProfileActivator object whose activate method will
64 * objects whose activate method will be called if the CMM needs to be
81 * objects whose activate method will be called if the CMM needs to be
95 pa.activate();
/openjdk7/jdk/src/share/classes/java/beans/
H A DAppletInitializer.java90 void activate(Applet newApplet); method in interface:AppletInitializer
/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/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.hpp44 // The refinement threads collection is linked list. A predecessor can activate a successor
64 void activate();
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/src/macosx/native/sun/awt/
H A DCMenuBar.h44 + (void) activate:(CMenuBar *)menubar modallyDisabled:(BOOL)modallyDisabled;
/openjdk7/hotspot/src/share/vm/memory/
H A Diterator.cpp51 MarkingCodeBlobClosure::MarkScope::MarkScope(bool activate) argument
52 : _active(activate)
H A DsharedHeap.hpp239 StrongRootsScope(SharedHeap* outer, bool activate = true);
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DJVM.java42 static long activate(String moduleName, DTraceProvider[] providers) { method in class:JVM
H A DActivation.java49 this, JVM.activate(moduleName, providers));
/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/naming/cosnaming/
H A DTransientNameService.java115 rootPOA.the_POAManager().activate();
127 nsPOA.the_POAManager().activate();
/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
H A DdtraceJSDT.hpp58 static OpaqueProbes activate(
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFallback.java55 public void activate() { method in class:Fallback
/openjdk7/jdk/test/com/sun/corba/cachedSocket/
H A DHelloServer.java59 // get reference to rootpoa & activate the POAManager
61 rootpoa.the_POAManager().activate();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetEventProcessor.java111 static void activate() { method in class:XDropTargetEventProcessor
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DNameService.java77 // get and activate the root naming POA
80 rootPOA.the_POAManager().activate();
100 nsPOA.the_POAManager().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

Completed in 91 milliseconds

123