Class ApplicationHandle.Delegate

  • Enclosing class:
    ApplicationHandle

    static class ApplicationHandle.Delegate
    extends java.lang.Object
    This class will load the class named by the org.osgi.vendor.application.ApplicationHandle and delegate method calls to an instance of the class.
    • Field Detail

      • cName

        static java.lang.String cName
      • implementation

        static java.lang.Class implementation
      • setApplicationHandle

        static java.lang.reflect.Method setApplicationHandle
      • destroy

        static java.lang.reflect.Method destroy
      • target

        java.lang.Object target
    • Constructor Detail

      • Delegate

        Delegate()
          throws java.lang.Exception
        Throws:
        java.lang.Exception