intarsys nativeC library

de.intarsys.nativec.api
Class NativeInterface

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

public class NativeInterface
extends Object

Access the VM singleton for INativeInterface.

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


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

Field Detail

NULL

public static INativeHandle NULL

PROP_NATIVEINTERFACE

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

NativeInterface

public NativeInterface()
Method Detail

get

public static INativeInterface get()

getName

public static String getName()

set

public static void set(INativeInterface nativeInterface)

setName

public static void setName(String name)

intarsys nativeC library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.