Home
last modified time | relevance | path

Searched refs:CompletionStage (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java151 public interface CompletionStage<T> { interface
309 (CompletionStage<? extends U> other, in thenCombine()
329 (CompletionStage<? extends U> other, in thenCombineAsync()
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
439 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
456 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
584 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
601 (CompletionStage<?> other, in runAfterEitherAsync()
619 (CompletionStage<?> other, in runAfterEitherAsync()
716 public <U> CompletionStage<U> handle in handle()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCompletionStage.java126 public interface CompletionStage<T> { interface
280 (CompletionStage<? extends U> other, in thenCombine()
300 (CompletionStage<? extends U> other, in thenCombineAsync()
389 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
404 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
421 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
549 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
566 (CompletionStage<?> other, in runAfterEitherAsync()
584 (CompletionStage<?> other, in runAfterEitherAsync()
665 public CompletionStage<T> whenComplete in whenComplete()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java151 public interface CompletionStage<T> { interface
309 (CompletionStage<? extends U> other, in thenCombine()
329 (CompletionStage<? extends U> other, in thenCombineAsync()
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
439 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
456 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
584 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
601 (CompletionStage<?> other, in runAfterEitherAsync()
619 (CompletionStage<?> other, in runAfterEitherAsync()
716 public <U> CompletionStage<U> handle in handle()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DCompletionStage.java126 public interface CompletionStage<T> { interface
280 (CompletionStage<? extends U> other, in thenCombine()
300 (CompletionStage<? extends U> other, in thenCombineAsync()
389 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
404 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
421 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
549 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
566 (CompletionStage<?> other, in runAfterEitherAsync()
584 (CompletionStage<?> other, in runAfterEitherAsync()
665 public CompletionStage<T> whenComplete in whenComplete()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java151 public interface CompletionStage<T> { interface
309 (CompletionStage<? extends U> other, in thenCombine()
329 (CompletionStage<? extends U> other, in thenCombineAsync()
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
439 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
456 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
584 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
601 (CompletionStage<?> other, in runAfterEitherAsync()
619 (CompletionStage<?> other, in runAfterEitherAsync()
716 public <U> CompletionStage<U> handle in handle()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java151 public interface CompletionStage<T> { interface
309 (CompletionStage<? extends U> other, in thenCombine()
329 (CompletionStage<? extends U> other, in thenCombineAsync()
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
439 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
456 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
584 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
601 (CompletionStage<?> other, in runAfterEitherAsync()
619 (CompletionStage<?> other, in runAfterEitherAsync()
716 public <U> CompletionStage<U> handle in handle()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java151 public interface CompletionStage<T> { interface
309 (CompletionStage<? extends U> other, in thenCombine()
329 (CompletionStage<? extends U> other, in thenCombineAsync()
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
439 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
456 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
584 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
601 (CompletionStage<?> other, in runAfterEitherAsync()
619 (CompletionStage<?> other, in runAfterEitherAsync()
716 public <U> CompletionStage<U> handle in handle()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java151 public interface CompletionStage<T> { interface
309 (CompletionStage<? extends U> other, in thenCombine()
329 (CompletionStage<? extends U> other, in thenCombineAsync()
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
439 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
456 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
584 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
601 (CompletionStage<?> other, in runAfterEitherAsync()
619 (CompletionStage<?> other, in runAfterEitherAsync()
716 public <U> CompletionStage<U> handle in handle()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java151 public interface CompletionStage<T> { interface
309 (CompletionStage<? extends U> other, in thenCombine()
329 (CompletionStage<? extends U> other, in thenCombineAsync()
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
439 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
456 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
584 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
601 (CompletionStage<?> other, in runAfterEitherAsync()
619 (CompletionStage<?> other, in runAfterEitherAsync()
716 public <U> CompletionStage<U> handle in handle()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java151 public interface CompletionStage<T> { interface
309 (CompletionStage<? extends U> other, in thenCombine()
329 (CompletionStage<? extends U> other, in thenCombineAsync()
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
439 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
456 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
584 public CompletionStage<Void> runAfterEither(CompletionStage<?> other, in runAfterEither()
601 (CompletionStage<?> other, in runAfterEitherAsync()
619 (CompletionStage<?> other, in runAfterEitherAsync()
716 public <U> CompletionStage<U> handle in handle()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/optional/
H A DAMDInitialI.java7 import java.util.concurrent.CompletionStage;
21 public CompletionStage<Void> shutdownAsync(Current current) in shutdownAsync()
490 public CompletionStage<Initial.OpIntIntDictReqResult> opIntIntDictReqAsync( in opIntIntDictReqAsync()
498 public CompletionStage<Initial.OpStringIntDictResult> opStringIntDictAsync( in opStringIntDictAsync()
548 public CompletionStage<G> opGAsync(G g, Current current) in opGAsync()
554 public CompletionStage<Void> opVoidAsync(Current current) in opVoidAsync()
573 public CompletionStage<OpMSeq1MarshaledResult> opMSeq1Async(Current current) in opMSeq1Async()
599 public CompletionStage<OpMG1MarshaledResult> opMG1Async(Current current) in opMG1Async()
611 public CompletionStage<Boolean> supportsRequiredParamsAsync(Current current) in supportsRequiredParamsAsync()
629 public CompletionStage<Boolean> supportsCppStringViewAsync(Current current) in supportsCppStringViewAsync()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/optional/
H A DAMDInitialI.java7 import java.util.concurrent.CompletionStage;
21 public CompletionStage<Void> shutdownAsync(Current current) in shutdownAsync()
490 public CompletionStage<Initial.OpIntIntDictReqResult> opIntIntDictReqAsync( in opIntIntDictReqAsync()
498 public CompletionStage<Initial.OpStringIntDictResult> opStringIntDictAsync( in opStringIntDictAsync()
548 public CompletionStage<G> opGAsync(G g, Current current) in opGAsync()
554 public CompletionStage<Void> opVoidAsync(Current current) in opVoidAsync()
573 public CompletionStage<OpMSeq1MarshaledResult> opMSeq1Async(Current current) in opMSeq1Async()
599 public CompletionStage<OpMG1MarshaledResult> opMG1Async(Current current) in opMG1Async()
611 public CompletionStage<Boolean> supportsRequiredParamsAsync(Current current) in supportsRequiredParamsAsync()
629 public CompletionStage<Boolean> supportsCppStringViewAsync(Current current) in supportsCppStringViewAsync()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/optional/
H A DAMDInitialI.java7 import java.util.concurrent.CompletionStage;
21 public CompletionStage<Void> shutdownAsync(Current current) in shutdownAsync()
490 public CompletionStage<Initial.OpIntIntDictReqResult> opIntIntDictReqAsync( in opIntIntDictReqAsync()
498 public CompletionStage<Initial.OpStringIntDictResult> opStringIntDictAsync( in opStringIntDictAsync()
548 public CompletionStage<G> opGAsync(G g, Current current) in opGAsync()
554 public CompletionStage<Void> opVoidAsync(Current current) in opVoidAsync()
573 public CompletionStage<OpMSeq1MarshaledResult> opMSeq1Async(Current current) in opMSeq1Async()
599 public CompletionStage<OpMG1MarshaledResult> opMG1Async(Current current) in opMG1Async()
611 public CompletionStage<Boolean> supportsRequiredParamsAsync(Current current) in supportsRequiredParamsAsync()
629 public CompletionStage<Boolean> supportsCppStringViewAsync(Current current) in supportsCppStringViewAsync()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/exceptions/
H A DAMDThrowerI.java7 import java.util.concurrent.CompletionStage;
23 public CompletionStage<Void> shutdownAsync(com.zeroc.Ice.Current current) in shutdownAsync()
36 public CompletionStage<Boolean> supportsAssertExceptionAsync(com.zeroc.Ice.Current current) in supportsAssertExceptionAsync()
42 public CompletionStage<Void> throwAasAAsync(int a, com.zeroc.Ice.Current current) in throwAasAAsync()
53 public CompletionStage<Void> throwAorDasAorDAsync(int a, com.zeroc.Ice.Current current) in throwAorDasAorDAsync()
74 public CompletionStage<Void> throwBasAAsync(int a, int b, com.zeroc.Ice.Current current) in throwBasAAsync()
172 public CompletionStage<Void> throwLocalExceptionAsync(com.zeroc.Ice.Current current) in throwLocalExceptionAsync()
180 public CompletionStage<Void> throwNonIceExceptionAsync(com.zeroc.Ice.Current current) in throwNonIceExceptionAsync()
186 public CompletionStage<Void> throwAssertExceptionAsync(com.zeroc.Ice.Current current) in throwAssertExceptionAsync()
209 public CompletionStage<Void> throwAfterResponseAsync(com.zeroc.Ice.Current current) in throwAfterResponseAsync()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/exceptions/
H A DAMDThrowerI.java7 import java.util.concurrent.CompletionStage;
23 public CompletionStage<Void> shutdownAsync(com.zeroc.Ice.Current current) in shutdownAsync()
36 public CompletionStage<Boolean> supportsAssertExceptionAsync(com.zeroc.Ice.Current current) in supportsAssertExceptionAsync()
42 public CompletionStage<Void> throwAasAAsync(int a, com.zeroc.Ice.Current current) in throwAasAAsync()
53 public CompletionStage<Void> throwAorDasAorDAsync(int a, com.zeroc.Ice.Current current) in throwAorDasAorDAsync()
74 public CompletionStage<Void> throwBasAAsync(int a, int b, com.zeroc.Ice.Current current) in throwBasAAsync()
172 public CompletionStage<Void> throwLocalExceptionAsync(com.zeroc.Ice.Current current) in throwLocalExceptionAsync()
180 public CompletionStage<Void> throwNonIceExceptionAsync(com.zeroc.Ice.Current current) in throwNonIceExceptionAsync()
186 public CompletionStage<Void> throwAssertExceptionAsync(com.zeroc.Ice.Current current) in throwAssertExceptionAsync()
209 public CompletionStage<Void> throwAfterResponseAsync(com.zeroc.Ice.Current current) in throwAfterResponseAsync()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/exceptions/
H A DAMDThrowerI.java7 import java.util.concurrent.CompletionStage;
23 public CompletionStage<Void> shutdownAsync(com.zeroc.Ice.Current current) in shutdownAsync()
36 public CompletionStage<Boolean> supportsAssertExceptionAsync(com.zeroc.Ice.Current current) in supportsAssertExceptionAsync()
42 public CompletionStage<Void> throwAasAAsync(int a, com.zeroc.Ice.Current current) in throwAasAAsync()
53 public CompletionStage<Void> throwAorDasAorDAsync(int a, com.zeroc.Ice.Current current) in throwAorDasAorDAsync()
74 public CompletionStage<Void> throwBasAAsync(int a, int b, com.zeroc.Ice.Current current) in throwBasAAsync()
172 public CompletionStage<Void> throwLocalExceptionAsync(com.zeroc.Ice.Current current) in throwLocalExceptionAsync()
180 public CompletionStage<Void> throwNonIceExceptionAsync(com.zeroc.Ice.Current current) in throwNonIceExceptionAsync()
186 public CompletionStage<Void> throwAssertExceptionAsync(com.zeroc.Ice.Current current) in throwAssertExceptionAsync()
209 public CompletionStage<Void> throwAfterResponseAsync(com.zeroc.Ice.Current current) in throwAfterResponseAsync()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/servantLocator/
H A DAMDTestI.java7 import java.util.concurrent.CompletionStage;
17 public CompletionStage<Void> requestFailedExceptionAsync(com.zeroc.Ice.Current current) in requestFailedExceptionAsync()
23 public CompletionStage<Void> unknownUserExceptionAsync(com.zeroc.Ice.Current current) in unknownUserExceptionAsync()
29 public CompletionStage<Void> unknownLocalExceptionAsync(com.zeroc.Ice.Current current) in unknownLocalExceptionAsync()
35 public CompletionStage<Void> unknownExceptionAsync(com.zeroc.Ice.Current current) in unknownExceptionAsync()
41 public CompletionStage<Void> localExceptionAsync(com.zeroc.Ice.Current current) in localExceptionAsync()
52 public CompletionStage<Void> javaExceptionAsync(com.zeroc.Ice.Current current) in javaExceptionAsync()
58 …public CompletionStage<Void> unknownExceptionWithServantExceptionAsync(com.zeroc.Ice.Current curre… in unknownExceptionWithServantExceptionAsync()
104 public CompletionStage<Void> asyncResponseAsync(com.zeroc.Ice.Current current) in asyncResponseAsync()
114 public CompletionStage<Void> asyncExceptionAsync(com.zeroc.Ice.Current current) in asyncExceptionAsync()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/servantLocator/
H A DAMDTestI.java7 import java.util.concurrent.CompletionStage;
17 public CompletionStage<Void> requestFailedExceptionAsync(com.zeroc.Ice.Current current) in requestFailedExceptionAsync()
23 public CompletionStage<Void> unknownUserExceptionAsync(com.zeroc.Ice.Current current) in unknownUserExceptionAsync()
29 public CompletionStage<Void> unknownLocalExceptionAsync(com.zeroc.Ice.Current current) in unknownLocalExceptionAsync()
35 public CompletionStage<Void> unknownExceptionAsync(com.zeroc.Ice.Current current) in unknownExceptionAsync()
41 public CompletionStage<Void> localExceptionAsync(com.zeroc.Ice.Current current) in localExceptionAsync()
52 public CompletionStage<Void> javaExceptionAsync(com.zeroc.Ice.Current current) in javaExceptionAsync()
58 …public CompletionStage<Void> unknownExceptionWithServantExceptionAsync(com.zeroc.Ice.Current curre… in unknownExceptionWithServantExceptionAsync()
104 public CompletionStage<Void> asyncResponseAsync(com.zeroc.Ice.Current current) in asyncResponseAsync()
114 public CompletionStage<Void> asyncExceptionAsync(com.zeroc.Ice.Current current) in asyncExceptionAsync()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/servantLocator/
H A DAMDTestI.java7 import java.util.concurrent.CompletionStage;
17 public CompletionStage<Void> requestFailedExceptionAsync(com.zeroc.Ice.Current current) in requestFailedExceptionAsync()
23 public CompletionStage<Void> unknownUserExceptionAsync(com.zeroc.Ice.Current current) in unknownUserExceptionAsync()
29 public CompletionStage<Void> unknownLocalExceptionAsync(com.zeroc.Ice.Current current) in unknownLocalExceptionAsync()
35 public CompletionStage<Void> unknownExceptionAsync(com.zeroc.Ice.Current current) in unknownExceptionAsync()
41 public CompletionStage<Void> localExceptionAsync(com.zeroc.Ice.Current current) in localExceptionAsync()
52 public CompletionStage<Void> javaExceptionAsync(com.zeroc.Ice.Current current) in javaExceptionAsync()
58 …public CompletionStage<Void> unknownExceptionWithServantExceptionAsync(com.zeroc.Ice.Current curre… in unknownExceptionWithServantExceptionAsync()
104 public CompletionStage<Void> asyncResponseAsync(com.zeroc.Ice.Current current) in asyncResponseAsync()
114 public CompletionStage<Void> asyncExceptionAsync(com.zeroc.Ice.Current current) in asyncExceptionAsync()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/operations/
H A DAMDMyDerivedClassI.java8 import java.util.concurrent.CompletionStage;
74 synchronized public CompletionStage<Void> shutdownAsync(Current current) in shutdownAsync()
99 synchronized public CompletionStage<Void> opVoidAsync(Current current) in opVoidAsync()
613 public CompletionStage<int[]> opIntSAsync(int[] s, Current current) in opIntSAsync()
729 public CompletionStage<Void> opIdempotentAsync(Current current) in opIdempotentAsync()
736 public CompletionStage<Void> opNonmutatingAsync(Current current) in opNonmutatingAsync()
743 public CompletionStage<Void> opDerivedAsync(Current current) in opDerivedAsync()
749 public CompletionStage<Byte> opByte1Async(byte value, Current current) in opByte1Async()
761 public CompletionStage<Integer> opInt1Async(int value, Current current) in opInt1Async()
767 public CompletionStage<Long> opLong1Async(long value, Current current) in opLong1Async()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/operations/
H A DAMDMyDerivedClassI.java8 import java.util.concurrent.CompletionStage;
74 synchronized public CompletionStage<Void> shutdownAsync(Current current) in shutdownAsync()
99 synchronized public CompletionStage<Void> opVoidAsync(Current current) in opVoidAsync()
613 public CompletionStage<int[]> opIntSAsync(int[] s, Current current) in opIntSAsync()
729 public CompletionStage<Void> opIdempotentAsync(Current current) in opIdempotentAsync()
736 public CompletionStage<Void> opNonmutatingAsync(Current current) in opNonmutatingAsync()
743 public CompletionStage<Void> opDerivedAsync(Current current) in opDerivedAsync()
749 public CompletionStage<Byte> opByte1Async(byte value, Current current) in opByte1Async()
761 public CompletionStage<Integer> opInt1Async(int value, Current current) in opInt1Async()
767 public CompletionStage<Long> opLong1Async(long value, Current current) in opLong1Async()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/operations/
H A DAMDMyDerivedClassI.java8 import java.util.concurrent.CompletionStage;
74 synchronized public CompletionStage<Void> shutdownAsync(Current current) in shutdownAsync()
99 synchronized public CompletionStage<Void> opVoidAsync(Current current) in opVoidAsync()
613 public CompletionStage<int[]> opIntSAsync(int[] s, Current current) in opIntSAsync()
729 public CompletionStage<Void> opIdempotentAsync(Current current) in opIdempotentAsync()
736 public CompletionStage<Void> opNonmutatingAsync(Current current) in opNonmutatingAsync()
743 public CompletionStage<Void> opDerivedAsync(Current current) in opDerivedAsync()
749 public CompletionStage<Byte> opByte1Async(byte value, Current current) in opByte1Async()
761 public CompletionStage<Integer> opInt1Async(int value, Current current) in opInt1Async()
767 public CompletionStage<Long> opLong1Async(long value, Current current) in opLong1Async()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/exceptions/
H A DAMDTestI.java7 import java.util.concurrent.CompletionStage;
23 public CompletionStage<Void> shutdownAsync(com.zeroc.Ice.Current current) in shutdownAsync()
30 public CompletionStage<Void> baseAsBaseAsync(com.zeroc.Ice.Current current) in baseAsBaseAsync()
41 public CompletionStage<Void> unknownDerivedAsBaseAsync(com.zeroc.Ice.Current current) in unknownDerivedAsBaseAsync()
53 public CompletionStage<Void> knownDerivedAsBaseAsync(com.zeroc.Ice.Current current) in knownDerivedAsBaseAsync()
65 public CompletionStage<Void> knownDerivedAsKnownDerivedAsync(com.zeroc.Ice.Current current) in knownDerivedAsKnownDerivedAsync()
77 public CompletionStage<Void> unknownIntermediateAsBaseAsync(com.zeroc.Ice.Current current) in unknownIntermediateAsBaseAsync()
89 public CompletionStage<Void> knownIntermediateAsBaseAsync(com.zeroc.Ice.Current current) in knownIntermediateAsBaseAsync()
101 public CompletionStage<Void> knownMostDerivedAsBaseAsync(com.zeroc.Ice.Current current) in knownMostDerivedAsBaseAsync()
139 public CompletionStage<Void>
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/exceptions/
H A DAMDTestI.java7 import java.util.concurrent.CompletionStage;
23 public CompletionStage<Void> shutdownAsync(com.zeroc.Ice.Current current) in shutdownAsync()
30 public CompletionStage<Void> baseAsBaseAsync(com.zeroc.Ice.Current current) in baseAsBaseAsync()
41 public CompletionStage<Void> unknownDerivedAsBaseAsync(com.zeroc.Ice.Current current) in unknownDerivedAsBaseAsync()
53 public CompletionStage<Void> knownDerivedAsBaseAsync(com.zeroc.Ice.Current current) in knownDerivedAsBaseAsync()
65 public CompletionStage<Void> knownDerivedAsKnownDerivedAsync(com.zeroc.Ice.Current current) in knownDerivedAsKnownDerivedAsync()
77 public CompletionStage<Void> unknownIntermediateAsBaseAsync(com.zeroc.Ice.Current current) in unknownIntermediateAsBaseAsync()
89 public CompletionStage<Void> knownIntermediateAsBaseAsync(com.zeroc.Ice.Current current) in knownIntermediateAsBaseAsync()
101 public CompletionStage<Void> knownMostDerivedAsBaseAsync(com.zeroc.Ice.Current current) in knownMostDerivedAsBaseAsync()
139 public CompletionStage<Void>
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/slicing/exceptions/
H A DAMDTestI.java7 import java.util.concurrent.CompletionStage;
23 public CompletionStage<Void> shutdownAsync(com.zeroc.Ice.Current current) in shutdownAsync()
30 public CompletionStage<Void> baseAsBaseAsync(com.zeroc.Ice.Current current) in baseAsBaseAsync()
41 public CompletionStage<Void> unknownDerivedAsBaseAsync(com.zeroc.Ice.Current current) in unknownDerivedAsBaseAsync()
53 public CompletionStage<Void> knownDerivedAsBaseAsync(com.zeroc.Ice.Current current) in knownDerivedAsBaseAsync()
65 public CompletionStage<Void> knownDerivedAsKnownDerivedAsync(com.zeroc.Ice.Current current) in knownDerivedAsKnownDerivedAsync()
77 public CompletionStage<Void> unknownIntermediateAsBaseAsync(com.zeroc.Ice.Current current) in unknownIntermediateAsBaseAsync()
89 public CompletionStage<Void> knownIntermediateAsBaseAsync(com.zeroc.Ice.Current current) in knownIntermediateAsBaseAsync()
101 public CompletionStage<Void> knownMostDerivedAsBaseAsync(com.zeroc.Ice.Current current) in knownMostDerivedAsBaseAsync()
139 public CompletionStage<Void>
[all …]

12345678910>>...19