public class CallContextCache extends Object
Modifier and Type | Method | Description |
---|---|---|
CallContext |
getCallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention) |
|
CallContext |
getCallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno) |
|
CallContext |
getCallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno,
boolean faultProtect) |
|
static CallContextCache |
getInstance() |
Gets the global instance of the CallContextCache
|
public static CallContextCache getInstance()
public final CallContext getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention)
public final CallContext getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno)
public final CallContext getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect)
Copyright © 2019. All rights reserved.