public class CallContextCache extends Object
Modifier and Type | Method and Description |
---|---|
CallContext |
getCallContext(Type returnType,
int fixedParamCount,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno) |
CallContext |
getCallContext(Type returnType,
int fixedParamCount,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno,
boolean faultProtect) |
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()
CallContextCache
CallContextCache
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, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno)
public final CallContext getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect)
public final CallContext getCallContext(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect)
Copyright © 2024. All rights reserved.