Package 

Class Client


  • 
    public final class Client
    
                        

    An instance of Client is responsible for the lifecycle of client and server-side resources and for dispensing interfaces implemented by the plugin framework.

    A Client should be instantiated with a Manager.

    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> T dispense() Returns a type T that is implemented by the server-side subprocess.
      final Unit kill() Kills the plugin subprocess and cleans up client resources.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • dispense

         final <T extends Any> T dispense()

        Returns a type T that is implemented by the server-side subprocess.

      • kill

         final Unit kill()

        Kills the plugin subprocess and cleans up client resources.