org.fusesource.hawtjni.runtime
Interface NativeStats.StatsInterface

Enclosing class:
NativeStats

public static interface NativeStats.StatsInterface


Method Summary
 int functionCount()
           
 int functionCounter(int ordinal)
           
 String functionName(int ordinal)
           
 String getNativeClass()
           
 

Method Detail

getNativeClass

String getNativeClass()

functionCount

int functionCount()

functionName

String functionName(int ordinal)

functionCounter

int functionCounter(int ordinal)


Copyright © 2009-2010 Progress Software Inc.. All Rights Reserved.