Object oriented processing system and data sharing...

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C707S793000, C707S793000, C707S793000

Reexamination Certificate

active

06785691

ABSTRACT:

BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to a system and method for passing data from one object to another within an application in an object oriented processing system running multiple instances of the application.
2. Description of the Prior Art
In an object oriented processing system based on an object oriented language such as Java, C++ and the like, an “application” is a collection of one or more instances of objects that perform a specific function or task and an application “instance” is one specific and independent case or request for an application's functions comprising one set of the application's object instances typically running in an assigned thread of execution. Data can be passed from one object to another object within an application via arguments to methods associated with the individual objects that comprise the application. This method of data passing has the difficult requirement that cooperating objects have advance knowledge of all the data that a called object will need, as well as all the data that will be needed by any object that works with the called object.
A second method for sharing data among objects in an object oriented processing system is the Java InfoBus API. The InfoBus API facilitates data communication between objects cooperating in the same Java Virtual Machine (JVM). Using the notion of a “bus,” the InfoBus API allows objects that implement it to “plug into” the bus. Any “plugged in” member of the bus can exchange information with any other member in a structured way. The downside of sharing data through the InfoBus API is the lack of data persistence. Because the bus structure does not retain the data after its transmission, the data cannot be referenced at some later time.
A third method for providing data to remote objects (i.e., ones not called directly) is to place them in a shared location. By way of example, in a Java-based object oriented processing system, the JVM executes the series of objects that comprise one or more Java applications. A static hash table can be defined that allows the application objects to store and retrieve data using hash table “key” identifiers. Defining a static hash table to provide for storage and retrieval of data is desirable because the key identifiers and values of key identifiers are unknown to objects at compile time.
This method works well when only one instance of the application is executing in the JVM. However, it is often desirable to run multiple instances of the same application in multiple thread groups. For example, running multiple instances of an application simultaneously in an object oriented environment can be used to advantage in a telephone call center. Multiple incoming calls at the call center require simultaneous processing. This processing can be implemented by spawning new application instances as new calls arrive. The processing of multiple calls thus results in the simultaneous execution of multiple instances of the same application. A problem arises relative to data sharing in this situation because each application instance cannot have its own static hash table. A static hash table is a “class” variable such that only one such table can reside within the JVM. Nor can multiple instances of an application running within a single JVM use the same static hash table to store local copies of data. Each application may require the placement of different information in the hash table and such storage in a single hash table might lead to data collisions.
Accordingly, there is a need in an object oriented computing environment for a system and method that allows multiple instances of applications to run simultaneously, with each spawned application instance having reliable access to its data. What is required is a system and method for providing an environment of variables and objects that are local to an application, and segregated from other applications running simultaneously therewith. (As used in this patent application, “variable” is not limited to simple String or Integer values; rather, it refers to a specific instance of any object in an object oriented processing system.)
SUMMARY OF THE INVENTION
A system and method in accordance with the invention provides a global data sharing environment and data sharing proxy agent for multiple application instances in an object oriented processing system. In response to an object in an application instance calling a data storage or retrieval method for sharing data with other objects, the data is transparently stored in or retrieved from a local data sharing environment that corresponds to the requesting object's application instance and is managed by the proxy agent within the global data sharing environment. The data sharing environment provides a “store” where data to be shared persists until it is changed or deleted, or until the supporting JVM terminates.
In preferred embodiments of the invention, local data sharing environments are implemented by creating, for each application instance, a local hash table that stores or references the data to be shared among the objects of that application instance. These data or data references are keyed by data identifiers maintained in the key indexes of the local hash tables. The preferred implementation of the global data sharing environment includes a global hash table that stores or references the local hash tables. These local hash tables or hash table references are keyed by application instance identifiers. When an object in an application instance wishes to store data in or retrieve data from its local hash table, it issues a data sharing request using one of its local hash table data identifier keys. The proxy agent operating in the global data sharing environment processes the data sharing request by determining the application instance identifier corresponding to the application instance holding the object that made the data sharing request. The proxy agent queries the global hash table using the application instance identifier as a key to identify the local hash table that corresponds to the application instance to which the requesting object belongs. The proxy agent completes the data sharing transaction by querying the local hash table identified by the global hash table query using the data identifier provided by the requesting object as the key.


REFERENCES:
patent: 5875461 (1999-02-01), Lindholm
patent: 5884097 (1999-03-01), Li et al.
patent: 5924098 (1999-07-01), Kluge
patent: 5943496 (1999-08-01), Li et al.
patent: 6108754 (2000-08-01), Lindholm
patent: 6134603 (2000-10-01), Jones et al.
patent: 6154747 (2000-11-01), Hunt
patent: 6237043 (2001-05-01), Brown et al.
patent: 6256637 (2001-07-01), Venkatesh et al.
patent: 6266716 (2001-07-01), Wilson et al.
patent: 6345313 (2002-02-01), Lindholm
patent: 6453460 (2002-09-01), Keyes

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

Object oriented processing system and data sharing... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Object oriented processing system and data sharing..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Object oriented processing system and data sharing... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3297789

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