Method and system for managing windows desktops in a heterogeneous server environment
    1.
    发明授权
    Method and system for managing windows desktops in a heterogeneous server environment 有权
    用于在异构服务器环境中管理Windows桌面的方法和系统

    公开(公告)号:US06633906B1

    公开(公告)日:2003-10-14

    申请号:US09299937

    申请日:1999-04-26

    IPC分类号: G06F15173

    摘要: A method and system for managing Windows desktops in a heterogeneous server environment is provided. A Windows User Profile is generated for a user and associatively stored with desktop information in a datastore on a heterogeneous server. The heterogeneous server may be a non-Windows-based server. The desktop information provides configurability of a desktop of a Windows-based data processing system. The desktop may be a restricted desktop that may be either non-modifiable or only temporarily modifiable by the user for a session on the Windows-based data processing system. The datastore may contain a pair of desktops for a user, in which one of the pair of desktops is a Windows NT desktop and one of the pair of desktops is a Windows 95 desktop or a Windows 98 desktop.

    摘要翻译: 提供了一种用于在异构服务器环境中管理Windows桌面的方法和系统。 为用户生成Windows用户配置文件,并与异构服务器上的数据存储区中的桌面信息相关联地存储。 异构服务器可能是非基于Windows的服务器。 桌面信息提供了基于Windows的数据处理系统的桌面的可配置性。 桌面可能是受限桌面,可能是用户对于基于Windows的数据处理系统上的会话不可修改或只能临时修改。 数据存储可能包含一对用户的桌面,其中一对桌面中的一个是Windows NT桌面,一对桌面中的一个是Windows 95桌面或Windows 98桌面。

    System and method for efficiently synchronizing cache and persistant data in an object oriented transaction processing system
    2.
    发明授权
    System and method for efficiently synchronizing cache and persistant data in an object oriented transaction processing system 失效
    用于在面向对象的事务处理系统中有效地同步缓存和持久数据的系统和方法

    公开(公告)号:US06513056B1

    公开(公告)日:2003-01-28

    申请号:US09172428

    申请日:1998-10-14

    IPC分类号: G06F900

    CPC分类号: G06F9/46

    摘要: A system and method for effectively synchronizing data in an object oriented distributed transaction processing system employing a multilevel data store. Each object that maintains first-level volatile data registers as a synchronization object if unsynchronized changes to that data exist. A register object at each node tracks synchronized objects registered for that node. Each registered synchronization object, in turn, registers with its superior node when registered synchronization objects are present. A hierarchy of registered synchronization objects and synchronization objects is thereby created. The transaction termination process transmits a pre-prepare message to the registered synchronization hierarchy providing each synchronization object an opportunity to flush its data to the second-level persistent data store. The hierarchical structure of registered objects ensures that the minimum number of messages are transmitted over the network.

    摘要翻译: 一种用于在采用多级数据存储的面向对象的分布式事务处理系统中有效同步数据的系统和方法。 保持第一级易失性数据的每个对象如果存在对该数据的不同步更改,则将其注册为同步对象。 每个节点上的寄存器对象跟踪为该节点注册的同步对象。 当登记的同步对象存在时,每个注册的同步对象又向其上级节点注册。 由此创建注册的同步对象和同步对象的层次结构。 事务终止处理向注册的同步层次发送预准备消息,为每个同步对象提供将其数据刷新到第二级持久数据存储的机会。 注册对象的层次结构确保通过网络传输最少数量的消息。

    Method and apparatus to update a windows registry from a hetrogeneous server
    4.
    发明授权
    Method and apparatus to update a windows registry from a hetrogeneous server 有权
    从一个高效的服务器更新Windows注册表的方法和设备

    公开(公告)号:US06347331B1

    公开(公告)日:2002-02-12

    申请号:US09299939

    申请日:1999-04-26

    IPC分类号: G06F1300

    摘要: A method and apparatus in a data processing system for managing registries. A user is detected at a client data processing system, wherein a change has occurred in access for the user. A registry file is sent containing user specific information for the user to the client data processing system. A registry on the client data processing system is updated using the registry file using commands specific to the platform, wherein an updated registry is created including the user specific information. The updated registry is sent to a depository.

    摘要翻译: 用于管理注册管理机构的数据处理系统中的方法和装置。 在客户端数据处理系统中检测到用户,其中在用户的访问中发生了改变。 发送注册表文件,其中包含用户特定信息给用户数据处理系统。 使用特定于该平台的命令,使用注册表文件来更新客户端数据处理系统上的注册表,其中创建包括用户特定信息的更新注册表。 更新的注册表被发送到存储库。

    System, method, and article of manufacture for adding concurrency to a
binary class in an object oriented system
    7.
    发明授权
    System, method, and article of manufacture for adding concurrency to a binary class in an object oriented system 失效
    将系统,方法和制造工具添加到面向对象系统中的二进制类中

    公开(公告)号:US5867708A

    公开(公告)日:1999-02-02

    申请号:US560877

    申请日:1995-11-20

    IPC分类号: G06F9/46 G06F9/44

    CPC分类号: G06F9/52

    摘要: A system, method and article of manufacture for automatically inserting concurrency object services into binary classes in an information handling system employing object oriented technology, includes the steps of recognizing a constraint indicating that an object does not support concurrency and generating a concurrent version of the object. One alternative for generating a version of an object supporting concurrency is automatic transactional locking. The approach includes the steps of inheriting from the Lockable class which adds state to a class to allow object-level locking, inheriting from the Serialised metaclass which adds before and after methods to all methods of the non-concurrent version, and the object must be a RecoverableObject. Another alternative for generating a version of an object supporting concurrency is automatic per method locking. The approach includes the steps of inheriting from the Lockable class which adds state to a class, and inheriting from the Serialised metaclass which adds before and after methods to all methods of the non-concurrent version. Another alternative for generating a version of an object supporting concurrency is explicit locking. The approach for RecoverableObjects includes the step of inheriting from a ConcurrentObject (which is derived from the Lockable class). The approach for non-RecoverableObjects also includes the step of inheriting from a ConcurrentObject.

    摘要翻译: 一种在采用面向对象技术的信息处理系统中将并行对象服务自动插入二进制类的系统,方法和制品包括以下步骤:识别指示对象不支持并发性并且生成对象的并发版本的约束 。 用于生成支持并发的对象的版本的一种替代方法是自动事务锁定。 该方法包括从Lockable类继承的步骤,它将状态添加到一个类以允许对象级锁定,从序列化元类继承,该方法将前后方法添加到非并发版本的所有方法中,并且对象必须 可恢复对象 用于生成支持并发的对象的另一种替代方法是每种方法锁定自动化。 该方法包括从Lockable类继承的步骤,它将状态添加到一个类,并继承了序列化元类,它将前后方法添加到非并发版本的所有方法中。 用于生成支持并发的对象的版本的另一种替代方案是显式锁定。 RecoverableObjects的方法包括继承ConcurrentObject(从Lockable类派生)的步骤。 非RecoverableObjects的方法还包括继承ConcurrentObject的步骤。

    Method and apparatus for dynamic distribution of system file and system registry changes in a distributed data processing system
    8.
    发明授权
    Method and apparatus for dynamic distribution of system file and system registry changes in a distributed data processing system 失效
    分布式数据处理系统中系统文件和系统注册表变更的动态分配方法和装置

    公开(公告)号:US06917958B1

    公开(公告)日:2005-07-12

    申请号:US09299936

    申请日:1999-04-26

    IPC分类号: G06F15/16

    CPC分类号: G06F8/658

    摘要: The present invention provides a method for distributing system files and system registry changes dynamically. An “application package” consisting of system files and registry changes is added to a user. When the user logs on, the detection of a “package” is made if the package is not already installed on the client machine, a batch file is used to copy the files and make the registry changes to the local machine. A “key” is then set on the machine indicating that the files/registry entries are installed.

    摘要翻译: 本发明提供一种动态分发系统文件和系统注册表变更的方法。 将由系统文件和注册表更改组成的“应用程序包”添加到用户。 当用户登录时,如果软件包尚未安装在客户端计算机上,则使用“软件包”进行检测,使用批处理文件复制文件并使注册表更改为本地计算机。 然后在机器上设置一个“密钥”,指示安装了文件/注册表项。

    User account establishment and synchronization in heterogeneous networks
    10.
    发明授权
    User account establishment and synchronization in heterogeneous networks 有权
    异构网络中的用户帐户建立和同步

    公开(公告)号:US06269405B1

    公开(公告)日:2001-07-31

    申请号:US09175048

    申请日:1998-10-19

    IPC分类号: G06F1516

    摘要: A method for creating and updating user accounts at a central server that provides for establishment and synchronization of associated user accounts at a heterogeneous network of managed servers based on the user account information of the central server. This enables the network to consist of a heterogeneous set of servers that are executing with the same operating system or subsystem as the central server, and servers that are executing with a different operating system or subsystem as the central server. The updates to the user accounts on the managed servers are synchronized automatically without systems administrator or user intervention. Updates to the user account are based on central server information and can include password changes, initial resource access or other user account attributes.

    摘要翻译: 一种用于在中央服务器上创建和更新用户帐户的方法,其基于中央服务器的用户帐户信息来提供在被管理服务器的异构网络上的关联用户帐户的建立和同步。 这使得网络能够由与中央服务器相同的操作系统或子系统执行的异构服务器组,以及以不同操作系统或子系统作为中央服务器执行的服务器组成。 在受管服务器上的用户帐户的更新在没有系统管理员或用户干预的情况下自动同步。 对用户帐户的更新基于中央服务器信息,并且可以包括密码更改,初始资源访问或其他用户帐户属性。