Interface ServiceAccess

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getService​(java.lang.Class requestedServiceClass)
      Returns an instance of the requested service.
    • Method Detail

      • getService

        java.lang.Object getService​(java.lang.Class requestedServiceClass)
        Returns an instance of the requested service. You must cast the object returned. It is guaranteed to be the class (or subclass of) the requestedServiceClass. Some planned extensions are Win32RegistryAccess.