Class SimpleLinkRequest
- java.lang.Object
-
- jdk.dynalink.linker.support.SimpleLinkRequest
- All Implemented Interfaces:
LinkRequest
public class SimpleLinkRequest extends Object implements LinkRequest
Default simple implementation of LinkRequest
.
Constructors
Constructor | Description |
---|---|
SimpleLinkRequest(CallSiteDescriptor callSiteDescriptor,
boolean callSiteUnstable,
Object... arguments) | Creates a new link request. |
Methods
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface jdk.dynalink.linker.LinkRequest
getArguments, getCallSiteDescriptor, getReceiver, isCallSiteUnstable, replaceArguments
Constructors
SimpleLinkRequest
public SimpleLinkRequest(CallSiteDescriptor callSiteDescriptor, boolean callSiteUnstable, Object... arguments)
Creates a new link request.
- Parameters:
-
callSiteDescriptor
- the descriptor for the call site being linked. Must not be null. -
callSiteUnstable
- true if the call site being linked is considered unstable. -
arguments
- the arguments for the invocation. Must not be null. - Throws:
-
NullPointerException
- if eithercallSiteDescriptor
orarguments
is null.
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.dynalink/jdk/dynalink/linker/support/SimpleLinkRequest.html