public interface ICService
| Modifier and Type | Method and Description |
|---|---|
IFuture<Boolean> |
testArgumentCopy(Object arg,
int arghash)
Test if an argument can be passed by copy.
|
IFuture<Boolean> |
testArgumentReference(Object arg,
int arghash)
Test if an argument can be passed by reference.
|
IIntermediateFuture<Object> |
testResultCopies(Object[] args)
Test if result value can be passed by copy.
|
IFuture<Object> |
testResultCopy(Object arg)
Test if result value can be passed by copy.
|
IFuture<Object> |
testResultReference(Object arg)
Test if result value can be passed by reference.
|
IIntermediateFuture<Object> |
testResultReferences(Object[] args)
Test if result value can be passed by reference.
|
IFuture<Boolean> testArgumentReference(Object arg, int arghash)
IFuture<Boolean> testArgumentCopy(Object arg, int arghash)
IFuture<Object> testResultReference(Object arg)
IFuture<Object> testResultCopy(Object arg)
IIntermediateFuture<Object> testResultReferences(Object[] args)
IIntermediateFuture<Object> testResultCopies(Object[] args)
Copyright © 2013. All Rights Reserved.