de.intarsys.nativec.api
Class NativeInterface

java.lang.Object
  extended by de.intarsys.nativec.api.NativeInterface

public class NativeInterface
extends java.lang.Object

Access the VM singleton for INativeInterface.

To make this work, just do one of the following:


Field Summary
static INativeHandle NULL
           
static java.lang.String PROP_NATIVEINTERFACE
           
 
Constructor Summary
NativeInterface()
           
 
Method Summary
protected static INativeInterface createNativeInterface()
           
protected static INativeInterface findNativeInterface()
           
static INativeInterface get()
           
static java.lang.String getName()
           
static void set(INativeInterface nativeInterface)
           
static void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static INativeHandle NULL

PROP_NATIVEINTERFACE

public static final java.lang.String PROP_NATIVEINTERFACE
See Also:
Constant Field Values
Constructor Detail

NativeInterface

public NativeInterface()
Method Detail

createNativeInterface

protected static INativeInterface createNativeInterface()

findNativeInterface

protected static INativeInterface findNativeInterface()

get

public static INativeInterface get()

getName

public static java.lang.String getName()

set

public static void set(INativeInterface nativeInterface)

setName

public static void setName(java.lang.String name)