com.kenai.jffi
Class CallContextCache

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

public class CallContextCache
extends Object


Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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,
                                        Type[] parameterTypes,
                                        CallingConvention convention,
                                        boolean saveErrno,
                                        boolean faultProtect)


Copyright © 2013. All Rights Reserved.