Class NativeInterface


  • public class NativeInterface
    extends java.lang.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.
    • Constructor Detail

      • NativeInterface

        public NativeInterface()
    • Method Detail

      • createNativeInterface

        protected static INativeInterface createNativeInterface()
      • getName

        public static java.lang.String getName()
      • setName

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