public interface GuardingDynamicLinker
| Modifier and Type | Method and Description |
|---|---|
GuardedInvocation |
getGuardedInvocation(LinkRequest linkRequest,
LinkerServices linkerServices)
Creates a guarded invocation appropriate for a particular invocation with the specified arguments at a call site.
|
GuardedInvocation getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices) throws Exception
linkRequest - the object describing the request for linking a particular invocationlinkerServices - linker servicesLinkRequest.withoutRuntimeContext() and link for that.Exception - if the operation fails for whatever reasonCopyright © 2013 Attila Szegedi. All Rights Reserved.