Class CallContextCache

java.lang.Object
com.kenai.jffi.CallContextCache

public class CallContextCache
extends java.lang.Object
  • Method Details

    • getInstance

      public static CallContextCache getInstance()
      Gets the global instance of the CallContextCache
      Returns:
      An instance of a CallContextCache
    • getCallContext

      public final CallContext getCallContext​(Type returnType, Type[] parameterTypes, CallingConvention convention)
    • getCallContext

      public final CallContext getCallContext​(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno)
    • getCallContext

      public final CallContext getCallContext​(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno)
    • getCallContext

      public final CallContext getCallContext​(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect)
    • getCallContext

      public final CallContext getCallContext​(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect)