com.kenai.jffi
Class CallContextCache

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

public class CallContextCache
extends java.lang.Object


Method Summary
 CallContext getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention)
           
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 final 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)