Method of constructing an object remotely across a computer...

Electrical computers and digital processing systems: multicomput – Computer network managing

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C709S223000, C709S201000, C707S793000

Reexamination Certificate

active

06321261

ABSTRACT:

TECHNICAL FIELD OF THE INVENTION
This invention is related in general to the field of object-oriented technology and distributed computing. More particularly, the invention is related to a method of constructing an object remotely across a computer network.
BACKGROUND OF THE INVENTION
In object-oriented programming, real world objects are modeled by software objects that have encapsulated therein special procedures and data elements. In object-oriented programming jargon, procedures are referred to as methods. To avoid having to redefine the same methods and data members for each and every occurrence of an object, object-oriented programming provides the concept of classes. An inheritance structure of one or more levels of increasingly more specialized classes is created to provide templates that define the methods and variables to be included in the objects of each class. Therefore, an object belonging to a class is a member of that class, and contains the special behavior defined by the class. In this manner, each object is an instance of a defined class or template and the need to redefine the methods and data members for each occurrence of the object is eliminated.
With the rise of distributed systems, client/server computing, and internet/intranet interactions, inter-node communications between applications have become a prerequisite. Early operating systems lacked support for inter-application communications, forcing software developers to write custom code to perform remote procedure call (RPC) for each and every application that needed remote communications.
Microsoft™ has developed DCOM™ (Distributed COM) to support inter-application communications across networked computer systems. Another technology standard for inter-object communications is CORBA™ (Common Object Request Broker Architecture) established by the Object Management Group (OMG) sponsored by more than 660 companies, including Digital Equipment Corporation™, Hewlett Packard™, IBM™, and Sun Microsystems, Inc™. CORBA defines how messages from one object to another are to be formatted and how to guarantee delivery. The messaging in CORBA is performed by object request brokers (ORBs). ORBs receive messages to determine the location of the receiving object, route the message, and perform all necessary platform and language translations. In object technology, a message is typically a request sent to an object to change its state or return a value. The object has encapsulated methods to implement the response to the received messages. Through technologies such as DCOM™ and CORBA™, objects can communicate with remote objects residing in other computer platforms connected by a network. However, a serious drawback of these objects under the conventional ORB technology is that they do not support the concept of mobility and therefore cannot move around the network to other computer platforms.
Enter the concept of agents. Agents are defined as specialized objects that possess the characteristic of autonomy. Autonomy is the ability to program an agent with one or more goals that it will attempt to satisfy, even when it has moved into a network onto other platforms and has lost all contact with its creator. General Magic, Inc.™ of Sunnyvale, Calif. has developed a set of interpreted object-oriented computer instructions called Telescript™. By using Telescript™ computer instructions, an agent may move from one place to another place by specifying the destination address, name, and/or class. However in Telescrip™, agents cannot communicate remotely across the network. In other words, Telescript agents must occupy the same place in order for them to interact. Further, in order for two agents to interact, they must travel to a pre-established place known to both agents. This presents some very serious restrictions to the ability for agents to communicate with one another.
Another agent technology called Aglets™ has been introduced by IBM™. A significant difference between Aglets™ and Telescript™ is that Aglets is based on Java™, Sun Microsystems Inc.'s computer programming language. Although Aglets™ allows agent movement across the network, the destination must be a pre-established place known to the agent as in Telescript™. Further, Aglets™ agents also may not communicate remotely across the network with regular Java method invocation syntax. Again, these serious restrictions make Aglets™ very inflexible in inter-agent communications.
SUMMARY OF THE INVENTION
Accordingly, there is a need for the capability to construct an object remotely across a computer network. Remote object construction provides code mobility across the network.
In accordance with the present invention, a method of remote object construction is provided which eliminates or substantially reduces the disadvantages associated with prior ORB and agent technologies.
In one aspect of the invention, a method for remote constructing a Java object and communicating therewith, includes the steps of first identifying a set of methods of a Java class located in a first host address and port number, and generating a virtual Java class of the Java class having the set of methods and additionally a set of enhanced methods in the first host address and port number. Then a local virtual Java object is created from the virtual Java class in the first host address and port number, and a remote Java object is created from the virtual Java class by specifying the address of a second host address and port number in which the created object is to reside.


REFERENCES:
patent: 5341478 (1994-08-01), Travis et al.
patent: 5603031 (1997-02-01), White et al.
patent: 6085030 (2000-07-01), Whitehead et al.
Orfali et al.—The Essential Distributed Objects Survival Guide—Chapter 4, p. 67-90, Published by John Wiley & Suns, Inc., Sep. 1995.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Method of constructing an object remotely across a computer... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Method of constructing an object remotely across a computer..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Method of constructing an object remotely across a computer... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2617860

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.