Method and system for connecting network hosts having different
communication protocols
    1.
    发明授权
    Method and system for connecting network hosts having different communication protocols 失效
    用于连接具有不同通信协议的网络主机的方法和系统

    公开(公告)号:US6006267A

    公开(公告)日:1999-12-21

    申请号:US812220

    申请日:1997-03-06

    摘要: A matrix is created for storing the various verified methods of communication that are available between a plurality of hosts. Each host pair has two or three values stored in the matrix to indicate the known methods of communications between each other. A first value indicates whether unreliable multicast communications are possible, not possible or not yet determined. A second value indicates whether unreliable unicast communications are possible, not possible, or not yet determined. A third optional value may indicate whether reliable unicast communications are possible, not possible, or not yet determined. The mode of communications between each pair of hosts is then selected in the order of unreliable multicast, unreliable unicast, and, finally, reliable unicast.

    摘要翻译: 创建用于存储在多个主机之间可用的各种经过验证的通信方法的矩阵。 每个主机对具有存储在矩阵中的两个或三个值,以指示彼此之间的已知的通信方法。 第一个值指示不可靠的组播通信是否可能,不可能或尚未确定。 第二个值指示不可靠的单播通信是否可能,不可能或尚未确定。 第三可选值可以指示可靠的单播通信是否可能,不可能或尚未确定。 然后按照不可靠的组播,不可靠的单播,最终可靠的单播顺序选择每对主机之间的通信模式。

    Method and system for information plug-ins for configurable
client-server applications
    2.
    发明授权
    Method and system for information plug-ins for configurable client-server applications 失效
    用于可配置客户端 - 服务器应用程序的信息插件的方法和系统

    公开(公告)号:US5940395A

    公开(公告)日:1999-08-17

    申请号:US770607

    申请日:1996-12-19

    IPC分类号: H04L29/06 H04L29/08 H04J3/02

    CPC分类号: H04L29/06 H04L69/32

    摘要: A software communication system is configured with a base connection point with a plug-in type architecture. A plurality of classes is used that implements a specified interface, the interface including a method for receiving packet data. Each one of the plurality of classes is assigned to a component identifier. The plurality of classes are registered using a corresponding component identifier, and information in a packet is used to select an appropriate one of the classes to receive the packet data.

    摘要翻译: 软件通信系统配置有具有插件式架构的基本连接点。 使用实现指定接口的多个类,该接口包括用于接收分组数据的方法。 将多个类中的每一个分配给组件标识符。 使用相应的组件标识符来登记多个类,并且使用分组中的信息来选择适当的一个类以接收分组数据。

    Visual programming from a tree structure
    3.
    发明授权
    Visual programming from a tree structure 失效
    从树结构的视觉编程

    公开(公告)号:US06836878B1

    公开(公告)日:2004-12-28

    申请号:US08657510

    申请日:1996-06-04

    IPC分类号: G06F944

    CPC分类号: G06F8/34

    摘要: A technique for permitting a developer to be presented with a visual programming environment which includes different representations of a class library from which a developer may select classes for inclusion in an application under development. The environment includes a class window, a composition editor window, and a methods window. To permit greater understanding of the class library that the developer is working with, the class library can be presented in the class window in a class tree format, in a class list format, or in a graphical format which includes graphical representations of the classes. The developer may select a class for inclusion in the application under development from any of the three formats. The methods window is provided for displaying the methods (code) for a selected class. The methods of a class may be modified or new methods added via the methods window after the class has been added to the application under development. The composition editor window provides a graphical view of, for example, a graphical interface under development for the application, and dynamically displays to the developer at least the graphical portion of the application as it is being developed. Descriptions of added classes which do not have the visual representations may also be included in the composition editor window as they are added to the application.

    摘要翻译: 一种用于允许开发人员呈现可视化编程环境的技术,该可视化编程环境包括类库的不同表示,开发者可以从其中选择类以包含在正在开发的应用中。 环境包括一个类窗口,一个组合编辑器窗口和一个方法窗口。 为了更好地理解开发人员正在使用的类库,类库可以以类树形式,类列表格式或包含类的图形表示的图形格式呈现在类窗口中。 开发人员可以从三种格式中的任何一种中选择一个包含在正在开发的应用程序中的类。 提供了方法窗口,用于显示所选类的方法(代码)。 在类被添加到正在开发的应用程序之后,可以修改类的方法或通过方法窗口添加新方法。 组合编辑器窗口提供了例如正在开发的用于应用的图形界面的图形视图,并且至少在应用程序的图形部分正在开发时向开发者动态显示。 在添加到应用程序中时,不具有视觉表示的添加类的描述也可以被包括在组合编辑器窗口中。

    Method, apparatus, and program to efficiently serialize objects
    8.
    发明授权
    Method, apparatus, and program to efficiently serialize objects 有权
    方法,设备和程序来有效序列化对象

    公开(公告)号:US06931409B2

    公开(公告)日:2005-08-16

    申请号:US10040826

    申请日:2002-01-08

    CPC分类号: G06F17/30949

    摘要: A mechanism is provided for efficiently serializing complex objects. When a server application returns a complex object, the server application creates a string object. String objects are already defined as serializable. The string object may simply be a hash key in a hash table for the server application, which stores the complex object. Thus, the complex object does not have to be inefficiently serialized, because the string is returned rather than the complex object. The client may then use the complex object to call another server application without knowing the structure of the complex object.

    摘要翻译: 提供了一种有效地串行化复杂对象的机制。 当服务器应用程序返回一个复杂对象时,服务器应用程序将创建一个字符串对象。 字符串对象已经被定义为可序列化。 字符串对象可以简单地是用于存储复杂对象的服务器应用的哈希表中的哈希键。 因此,复杂对象不必是无效的序列化,因为返回字符串而不是复杂对象。 然后,客户端可以使用复杂对象来调用另一个服务器应用程序而不知道复杂对象的结构。

    Technique for creating internet enabled resource files
    10.
    发明授权
    Technique for creating internet enabled resource files 失效
    创建启用互联网的资源文件的技术

    公开(公告)号:US06523170B1

    公开(公告)日:2003-02-18

    申请号:US08692856

    申请日:1996-07-26

    IPC分类号: G06F945

    CPC分类号: G06F8/447

    摘要: A technique for converting a resource file into object oriented source code and/or an object oriented class. A standard resource file is first converted into source code for an object oriented language. The converter includes a subprocess relative to each keyword included in the resource file for converting the information associated with each keyword into a format includable in an object oriented class. Other elements of the resource file, such as the filename, are also converted as needed into the target language, and formal code required by classes in the target language is also created. The preferred target language is Java.

    摘要翻译: 将资源文件转换为面向对象的源代码和/或面向对象的类的技术。 标准资源文件首先被转换为面向对象语言的源代码。 转换器包括相对于包括在资源文件中的每个关键字的子处理,用于将与每个关键字相关联的信息转换成可面向对象类的格式。 资源文件的其他元素(如文件名)也根据需要转换为目标语言,并且还创建了目标语言中的类所需的形式代码。 首选目标语言是Java。