Class RemoteRegistryKey

    • Field Detail

      • HKEY_LOCAL_MACHINE

        public static final RemoteRegistryKey.Connector HKEY_LOCAL_MACHINE
        A connector for connecting to the HKEY_LOCAL_MACHINE root key on a remote machine.
      • HKEY_USERS

        public static final RemoteRegistryKey.Connector HKEY_USERS
        A connector for connecting to the HKEY_USERS root key on a remote machine.
    • Method Detail

      • close

        public abstract void close()
        Closes the connection to the remote registry key.
        Specified by:
        close in interface AutoCloseable
        Throws:
        RegistryException - If the remote registry key could not be closed.