会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明授权
    • Process and system for providing name service scoping behavior in java object-oriented environment
    • 在Java面向对象环境中提供名称服务范围行为的流程和系统
    • US06834284B2
    • 2004-12-21
    • US09373879
    • 1999-08-12
    • Liane Elizabeth Haynes AckerJames Irwin KnutsonKaralee Brown LeBlanc
    • Liane Elizabeth Haynes AckerJames Irwin KnutsonKaralee Brown LeBlanc
    • G06F1730
    • G06F9/465Y10S707/99943Y10S707/99944
    • A process and system for providing name service scoping behavior is implemented. In an object-oriented data processing system, a request is received for an initial context for a namespace from a requesting object. A scoped initial context factory object is constructed, and an initial context is requested from the scoped initial context factory object. A class for the scoped initial context factory object may be determined from a variable in a hash table object passed as an argument. In response to the request for an initial context from the scoped initial context factory object, an initial context is requested from a non-scoped initial context factory object. The scoped initial context factory object may be a subclass of the non-scoped initial context factory object. The initial context returned by the non-scoped initial context factory object is scoped to a partition of the namespace, and the scoped initial context is returned. The initial context returned by the non-scoped initial context factory object may be scoped by performing a name service lookup on the partition of the namespace. The requesting object and the scoping object may be implemented in a platform-independent object-oriented programming language, such as Java.
    • 实现了一种用于提供名称服务范围行为的过程和系统。 在面向对象的数据处理系统中,从请求对象接收到用于命名空间的初始上下文的请求。 构建范围最初的上下文工厂对象,并从作用域初始上下文工厂对象请求初始上下文。 可以根据作为参数传递的散列表对象中的变量确定作用域初始上下文工厂对象的类。 响应于来自范围的初始上下文工厂对象的初始上下文的请求,从非范围的初始上下文工厂对象请求初始上下文。 作用域初始上下文工厂对象可以是非范围初始上下文工厂对象的子类。 由非范围的初始上下文工厂对象返回的初始上下文作用域命名空间的分区,并返回范围的初始上下文。 可以通过在命名空间的分区上执行名称服务查找来限定非作用域初始上下文工厂对象返回的初始上下文。 请求对象和范围对象可以以与平台无关的面向对象的编程语言(例如Java)来实现。
    • 5. 发明授权
    • Legacy CORBA name space integration using web application servers
    • 使用Web应用程序服务器的旧版CORBA名称空间集成
    • US07036127B2
    • 2006-04-25
    • US09975342
    • 2001-10-11
    • Michael ChengJames Irwin KnutsonRussell Ley Newcombe
    • Michael ChengJames Irwin KnutsonRussell Ley Newcombe
    • G06F9/44
    • H04L67/2823G06F9/465G06F2209/463H04L67/2814Y10S707/99944Y10S707/99945
    • A method, apparatus, and computer implemented instructions for binding object references from a remote name space into a local name space using a Web application. Information is collected to generate a request for an object reference. Information, such as an application server to use as the source, a source name space path, an identification of destination server, and a destination name space path to which the object reference is to be bound, may be used. The request is sent using a communications protocol, such as hypertext transfer protocol to the application server to be used as the source for the object reference. An object reference is located using the name space. The object reference may be serialized into a format, such as a common object request broker architecture format and sent to the destination. The destination will unserialize the object reference and perform binding using the destination name space path.
    • 一种用于使用Web应用程序将远程名称空间的对象引用绑定到本地名称空间中的方法,设备和计算机实现的指令。 收集信息以生成对象引用的请求。 可以使用诸如用作源的应用服务器,源名称空间路径,目的地服务器的标识以及对象引用所绑定的目的地名称空间路径的信息。 请求使用通信协议(例如超文本传输​​协议)发送到应用服务器,以用作对象引用的源。 使用名称空间定位对象引用。 对象引用可以被序列化成格式,例如公共对象请求代理体系结构格式并被发送到目的地。 目的地将取消对对象引用的序列化,并使用目标名称空间路径执行绑定。
    • 8. 发明授权
    • Method for accessing internal states of objects in object oriented programming
    • 用于访问面向对象编程中对象的内部状态的方法
    • US08141035B2
    • 2012-03-20
    • US11428593
    • 2006-07-05
    • Stephen Joseph KinderJames Irwin Knutson
    • Stephen Joseph KinderJames Irwin Knutson
    • G06F9/44
    • G06F8/423G06F8/315G06F9/449
    • A method provides an annotated language extension for the class of an object, the extension identifying an internal state that may be exposed via simple accessor methods. The extension could apply to an entire object type, or to a specific state within the object. Annotations that can be added to the extension include @Accessable, @Gettable and @Settable. In one embodiment, a method selectively accesses one or more object states. The method includes generating an annotated extension identifying each internal object state to be exposed for access, adding a usage annotation to the extension that defines an accessor method associated with each identified state, and operating a virtual machine to call the accessor method associated with a particular identified state. The particular state may then be accessed, as defined by the called accessor method.
    • 一种方法为对象的类提供了注释语言扩展,该扩展标识了可以通过简单的访问器方法公开的内部状态。 扩展可以应用于整个对象类型,也可以应用于对象内的特定状态。 可以添加到扩展名的注释包括@Accessable,@Gettable和@Settable。 在一个实施例中,方法选择性地访问一个或多个对象状态。 该方法包括生成标识要被暴露以进行访问的每个内部对象状态的注释的扩展,向定义与每个识别的状态相关联的访问器方法的扩展添加使用注释,以及操作虚拟机以调用与特定的相关联的访问器方法 确定状态。 然后可以访问特定状态,如被叫访问器方法所定义的。
    • 10. 发明申请
    • METHOD FOR ACCESSING INTERNAL STATES OF OBJECTS IN OBJECT ORIENTED PROGRAMMING
    • 用于访问面向对象编程的对象内部状态的方法
    • US20080022260A1
    • 2008-01-24
    • US11428593
    • 2006-07-05
    • STEPHEN JOSEPH KINDERJames Irwin Knutson
    • STEPHEN JOSEPH KINDERJames Irwin Knutson
    • G06F9/44
    • G06F8/423G06F8/315G06F9/449
    • A method provides an annotated language extension for the class of an object, the extension identifying an internal state that may be exposed via simple accessor methods. The extension could apply to an entire object type, or to a specific state within the object. Annotations that can be added to the extension include @Accessable, @Gettable and @Settable. In one embodiment, a method selectively accesses one or more object states. The method includes generating an annotated extension identifying each internal object state to be exposed for access, adding a usage annotation to the extension that defines an accessor method associated with each identified state, and operating a virtual machine to call the accessor method associated with a particular identified state. The particular state may then be accessed, as defined by the called accessor method.
    • 一种方法为对象的类提供了注释语言扩展,该扩展标识了可以通过简单访问器方法公开的内部状态。 扩展可以应用于整个对象类型,也可以应用于对象内的特定状态。 可以添加到扩展名的注释包括@Accessable,@Gettable和@Settable。 在一个实施例中,方法选择性地访问一个或多个对象状态。 该方法包括生成标识要被暴露以进行访问的每个内部对象状态的注释的扩展,向定义与每个识别的状态相关联的访问器方法的扩展添加使用注释,以及操作虚拟机以调用与特定的相关联的访问器方法 确定状态。 然后可以访问特定状态,如被叫访问器方法所定义的。