de.intarsys.nativec.api
Class NativeInterface
java.lang.Object
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:
- set the class name of your implementation with
NativeInterface
- set a
INativeInterface
of your choice in NativeInterface
.
- set system property "de.intarsys.nativec.api.INativeInterface" to the
class name of your implementation.
- include a service provider file
"de.intarsys.nativec.api.INativeInterface" in your deployment with the class
name of your implementation.
NULL
public static INativeHandle NULL
PROP_NATIVEINTERFACE
public static final String PROP_NATIVEINTERFACE
- See Also:
- Constant Field Values
NativeInterface
public NativeInterface()
get
public static INativeInterface get()
getName
public static String getName()
set
public static void set(INativeInterface nativeInterface)
setName
public static void setName(String name)
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.