Searched defs:force (Results 1 - 25 of 47) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivator.java68 * already, and <code>force</code> is false , the stub with a
101 * @param force if true, the activator contacts the group to obtain
111 boolean force)
110 activate(ActivationID id, boolean force) argument
H A DActivationID.java102 * @param force if true, forces the activator to contact the group
111 public Remote activate(boolean force) argument
116 activator.activate(this, force);
H A DActivatable.java90 * <code>true</code> does not force an initial immediate activation of
135 * <code>true</code> does not force an initial immediate activation of
328 * <code>true</code> does not force an initial immediate activation of
399 * <code>true</code> does not force an initial immediate activation of
521 * If the force parameter is true, the object is forcibly unexported
523 * remote object still has calls in progress. If the force
528 * @param force if true, unexports the object even if there are
536 public static boolean unexportObject(Remote obj, boolean force) argument
539 return sun.rmi.transport.ObjectTable.unexportObject(obj, force);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DRMIExporter.java57 public boolean unexportObject(Remote obj, boolean force) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DNamespaceContext2.java87 int force(@NotNull String uri, @NotNull String prefix); method in interface:NamespaceContext2
/openjdk7/jdk/test/java/nio/charset/coders/
H A DStreamTimeout.java68 int ec, boolean force)
75 if (!r && !force) {
67 gobble(InputStream is, Reader rd, int ec, boolean force) argument
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DBenchServer.java64 boolean unexport(Remote obj, boolean force) throws RemoteException; argument
H A DBenchServerImpl.java67 public boolean unexport(Remote obj, boolean force) throws RemoteException { argument
74 return UnicastRemoteObject.unexportObject(impl, force);
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DRMIExporterTest.java75 public boolean unexportObject(Remote obj, boolean force) argument
85 return UnicastRemoteObject.unexportObject(obj, force);
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DUnicastRemoteObject.java279 * If the force parameter is true, the object is forcibly unexported
281 * remote object still has calls in progress. If the force
286 * @param force if true, unexports the object even if there are
294 public static boolean unexportObject(Remote obj, boolean force) argument
297 return sun.rmi.transport.ObjectTable.unexportObject(obj, force);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileDispatcher.java37 abstract int force(FileDescriptor fd, boolean metaData) throws IOException; method in class:FileDispatcher
H A DSimpleAsynchronousFileChannelImpl.java156 public void force(boolean metaData) throws IOException { method in class:SimpleAsynchronousFileChannelImpl
163 n = nd.force(fdObj, metaData);
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFAttribute.java60 boolean force)
65 boolean force)
58 write(AttributeSet source, RTFGenerator target, boolean force) argument
63 writeValue(Object value, RTFGenerator target, boolean force) argument
H A DRTFAttributes.java171 boolean force)
174 return writeValue(source.getAttribute(swingName), target, force);
178 boolean force)
240 boolean force)
250 if (force || (val.booleanValue() != rtfDefault)) {
309 boolean force)
313 return ! force;
321 return ! force;
402 boolean force)
416 if (force || (int_valu
169 write(AttributeSet source, RTFGenerator target, boolean force) argument
177 writeValue(Object value, RTFGenerator target, boolean force) argument
238 writeValue(Object o_value, RTFGenerator target, boolean force) argument
307 writeValue(Object value, RTFGenerator target, boolean force) argument
400 writeValue(Object o_value, RTFGenerator target, boolean force) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/
H A DMappedByteBuffer.java199 public final MappedByteBuffer force() { method in class:MappedByteBuffer
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousFileChannel.java63 * <li><p> Updates made to a file may be {@link #force <i>forced
370 * <p> This method is only guaranteed to force changes that were made to
374 * If {@code true} then this method is required to force changes
376 * storage; otherwise, it need only force content changes to be
385 public abstract void force(boolean metaData) throws IOException; method in class:AsynchronousFileChannel
H A DFileChannel.java69 * <li><p> Updates made to a file may be {@link #force <i>forced
533 * <p> This method is only guaranteed to force changes that were made to
535 * may not force changes that were made by modifying the content of a
538 * MappedByteBuffer#force force} method of the mapped byte buffer will
539 * force changes made to the buffer's content to be written. </p>
542 * If <tt>true</tt> then this method is required to force changes
544 * storage; otherwise, it need only force content changes to be
553 public abstract void force(boolean metaData) throws IOException; method in class:FileChannel
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIJRMPServerImpl.java122 private void unexport(Remote obj, boolean force) argument
127 UnicastRemoteObject.unexportObject(obj, force);
129 exporter.unexportObject(obj, force);
/openjdk7/jdk/test/java/rmi/activation/Activatable/notSerializable/
H A DNotSerializable.java94 public MarshalledObject activate(ActivationID id, boolean force) { argument
/openjdk7/jdk/test/javax/sound/sampled/DataLine/
H A DDataLine_ArrayIndexOutOfBounds.java111 // force stop/close the line
112 public void force() { method in class:DataLine_ArrayIndexOutOfBounds.AsyncLineStopper
180 lineStopper.force();
219 lineStopper.force();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.cpp114 bool force) {
119 HeapRegion* new_alloc_region = allocate_new_region(word_size, force);
113 new_alloc_region_and_allocate(size_t word_size, bool force) argument
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableRef.java50 transient boolean force = false; field in class:ActivatableRef
105 * fails, the object should force reactivation. Method invocation
122 boolean force = false;
132 localRef = activate(force);
133 force = true;
209 RemoteRef newRef = activate(force);
213 force == false) {
223 force = true;
226 force = false;
257 private RemoteRef activate(boolean force) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DObjectTable.java133 * If the force parameter is true, the object is forcibly unexported
135 * remote object still has calls in progress. If the force
140 * @param force if true, unexports the object even if there are
147 public static boolean unexportObject(Remote obj, boolean force) argument
155 if (target.unexport(force)) {
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DCountServerImpl.java100 public boolean unexportObject(boolean force) { argument
103 succeeded = Activatable.unexportObject(this, force);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileDispatcherImpl.java87 int force(FileDescriptor fd, boolean metaData) throws IOException { method in class:FileDispatcherImpl

Completed in 436 milliseconds

12