WO2000031627A1 - Dynamic object behavior for object-oriented computing environments - Google Patents

Dynamic object behavior for object-oriented computing environments Download PDF

Info

Publication number
WO2000031627A1
WO2000031627A1 PCT/US1999/024343 US9924343W WO0031627A1 WO 2000031627 A1 WO2000031627 A1 WO 2000031627A1 US 9924343 W US9924343 W US 9924343W WO 0031627 A1 WO0031627 A1 WO 0031627A1
Authority
WO
WIPO (PCT)
Prior art keywords
dynamic behaviors
data
behaviors
dynamic
data store
Prior art date
Application number
PCT/US1999/024343
Other languages
French (fr)
Inventor
David A. Sobeski
Felix G. T. I. Andrew
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US09/200,674 external-priority patent/US6304879B1/en
Priority claimed from US09/199,604 external-priority patent/US6795968B1/en
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Publication of WO2000031627A1 publication Critical patent/WO2000031627A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented

Definitions

  • This invention relates generally to object-oriented computing environments, and more particularly to dynamic object behavior for such environments.
  • Object-oriented programming environments are currently the standard environment in which computer programs are developed. For example, within the Microsoft Windows operating system, programs may be developed using the Component Object Model (COM) architecture. Object-oriented programming environments provide a modular manner by which developers can develop complex and sophisticated computer programs.
  • COM Component Object Model
  • an object may include data and methods by which that data is accessed and changed.
  • new methods may be added to the object for accessing and changing the data in other ways not previously possible, without affecting existing methods, and the external objects that rely on these existing methods.
  • an object Upon receiving a message, or in response to an event, an object typically executes a particular method, resulting in the data within that object being retrieved or changed.
  • a system includes an object, a data store, and an application.
  • the object has a plurality of dynamic behaviors.
  • the data store stores data regarding the plurality of dynamic behaviors.
  • the application instantiates the object from data stored in the data store regarding the plurality of dynamic behaviors.
  • the dynamic object behavior of the invention provides for advantages not found in the prior art.
  • an object looks to the data store to determine its dynamic behaviors that are attached at instantiation.
  • the invention includes systems, methods, computers, and computer- readable media of varying scope. Besides the embodiments, advantages and aspects of the invention described here, the invention also includes other embodiments, advantages and aspects, as will become apparent by reading and studying the drawings and the following description.
  • FIG. 1 shows a diagram of the hardware and operating environment in conjunction with which embodiments of the invention may be practiced
  • FIG. 2 shows a block diagram of a system according to one embodiment of the invention.
  • FIG. 3 shows a flowchart illustrating a method according to one embodiment of the invention.
  • FIG. 1 a diagram of the hardware and operating environment in conjunction with which embodiments of the invention may be practiced is shown.
  • the description of FIG. 1 is intended to provide a brief, general description of suitable computer hardware and a suitable computing environment in conjunction with which the invention may be implemented.
  • the invention is described in the general context of computer-executable instructions, such as program modules, being executed by a computer, such as a personal computer.
  • program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types.
  • FIG. 1 for implementing the invention includes a general purpose computing device in the form of a computer 20, including a processing unit 21, a system memory 22, and a system bus 23 that operatively couples various system components include the system memory to the processing unit 21.
  • the processor of computer 20 comprises a single central-processing unit (CPU), or a plurality of processing units, commonly referred to as a parallel processing environment.
  • the computer 20 may be a conventional computer, a distributed computer, or any other type of computer; the invention is not so limited.
  • the system bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • the system memory may also be referred to as simply the memory, and includes read only memory (ROM) 24 and random access memory (RAM) 25.
  • the computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk, not shown, a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29, and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media.
  • the hard disk drive 27, magnetic disk drive 28, and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32, a magnetic disk drive interface 33, and an optical disk drive interface 34, respectively.
  • the drives and their associated computer-readable media provide nonvolatile storage of computer-readable instructions, data structures, program modules and other data for the computer 20. It should be appreciated by those skilled in the art that any type of computer-readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories (RAMs), read only memories (ROMs), and the like, may be used in the exemplary operating environment.
  • a number of program modules may be stored on the hard disk, magnetic disk 29, optical disk 31, ROM 24, or RAM 25, including an operating system 35, one or more application programs 36, other program modules 37, and program data 38.
  • a user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and pointing device 42.
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port, or a universal serial bus (USB).
  • a monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48.
  • the computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer 49. These logical connections are achieved by a communication device coupled to or a part of the computer 20; the invention is not limited to a particular type of communications device.
  • the remote computer 49 may be another computer, a server, a router, a network PC, a client, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 20, although only a memory storage device 50 has been illustrated in FIG. 1.
  • the logical connections depicted in FIG. 1 include a local- area network (LAN) 51 and a wide-area network (WAN) 52.
  • LAN local- area network
  • WAN wide-area network
  • the computer 20 When used in a LAN-networking environment, the computer 20 is connected to the local network 51 through a network interface or adapter 53, which is one type of communications device.
  • the computer 20 When used in a WAN-networking environment, the computer 20 typically includes a modem 54, a type of communications device, or any other type of communications device for establishing communications over the wide area network 52, such as the Internal.
  • the modem 54 which may be internal or external, is connected to the system bus 23 via the serial port interface 46.
  • program modules depicted relative to the personal computer 20, or portions thereof may be stored in the remote memory storage device. It is appreciated that the network connections shown are exemplary and other means of and communications devices for establishing a communications link between the computers may be used.
  • the computer in conjunction with which embodiments of the invention may be practiced may be a conventional computer, a distributed computer, or any other type of computer; the invention is not so limited.
  • a computer typically includes one or more processing units as its processor, and a computer-readable medium such as a memory.
  • the computer may also include a communications device such as a network adapter or a modem, so that it is able to communicatively couple other computers.
  • a description of a computerized system according to an embodiment of the invention is provided. The description is provided by reference to FIG. 2. Referring now to FIG. 2, a system according to an embodiment of the invention is shown.
  • the system includes a Registry 200, an application 202, and an object 204.
  • the Registry 200 is one type of data store; the invention is not so particularly limited.
  • the Registry 200 is the data store used in conjunction with versions of the Microsoft Windows operating system.
  • the Registry 206 stores data 206 regarding a plurality of object behaviors for the object 204. These object behaviors are associated with the particular object 204. They may include: other objects, methods, events, properties, etc.; the invention is not so limited.
  • the object 204 is an object in accordance with the Component Object Model (COM), known within the art, such that the object behaviors are also in accordance with COM.
  • COM Component Object Model
  • the object behaviors may be system-defined or application-defined. They are dynamic in that behaviors regarding an object, as the data 206 thereregarding is stored in the Registry 200, may be added or removed.
  • the application 202 is in one embodiment an application program, such as a word processing program, a web browser program, etc.
  • the application 202 as shown in FIG. 2 is instantiating the object 204 by issuing a CoCreateInstance() command, represented by arrow 208 and as known within the art. This results in the instantiation of the object 204, using the object behaviors as the data 206 thereregarding is stored in the registry 200, as represented by arrow 210.
  • the object behaviors of the object 204 may be initially system-defined — i.e., a default set of object behaviors.
  • the application 202 may determine prior to instantiating the object 204 that it requires the object 204 to have behaviors that the object does not currently have. Therefore, it may add object behaviors to the data 206 stored in the Registry 200, prior to instantiating the object. This compares with the prior art, which provides for statically defined object behaviors of objects.
  • the object, the data store, and the application can in one embodiment be stored on a computer-readable storage medium, such as a floppy disk or a compact-disc read-only-memory (CD-ROM).
  • the objects are such that data representing them resides in a memory of a computer, executed by the processor thereof.
  • the invention is not particularly limited, however.
  • the computerized method is desirably realized at least in part as one or more programs running on a computer — that is, as a program executed from a computer-readable medium such as a memory by a processor of a computer.
  • the programs are desirably storable on a computer-readable medium such as a floppy disk or a CD-ROM, for distribution and installation and execution on another (suitably equipped) computer.
  • an application program is executed by a processor of a computer from a memory thereof to instantiate an object from data stored in a data store of the memory, the data regarding the plurality of dynamic behaviors.
  • a command to instantiate an object having a plurality of dynamic behaviors is received.
  • This command may be, for example, a CoCreateInstance() command, as known within the art.
  • data regarding the plurality of dynamic behaviors is looked up in a data store.
  • the data store may be the Registry, as is used in versions of the Microsoft Windows operating system and known within the art.
  • the behaviors are dynamic in that they may be changed, as will be described.
  • the object is instantiated, from the data regarding the plurality of dynamic behaviors of the object stored in the data store.
  • the dynamic behaviors of the object are changed. In one embodiment, this includes deleting one of the dynamic behaviors of the object. In another embodiment, this includes adding a new dynamic behavior to the dynamic behaviors of the object. Changing the dynamic behaviors of the object can also mean that the data stored in the data store regarding the plurality of dynamic behaviors is itself changed.
  • the object When the object is again instantiated, the object has different behaviors as when previously instantiated in 304. Thus, in 308, data regarding the plurality of dynamic behaviors is looked up in the data store, as those dynamic behaviors have changed. In 310, the object is instantiated, again from the data regarding the plurality of dynamic behaviors stored in the data store, but as has been changed. This means that the object instantiated in 310 has different dynamic object behaviors as compared to the object as instantiated in 304.

Abstract

Dynamic object behavior for object-oriented environments. In one embodiment, a system having an object, a data store, and an application. The object has a plurality of dynamic behaviors. The data store stores data regarding the plurality of dynamic behaviors. The application instantiates the object from data stored in the data store regarding the plurality of dynamic behaviors.

Description

DYNAMIC OBJECT BEHAVIOR FOR OBJECT-ORIENTED COMPUTING ENVIRONMENTS
RELATED APPLICATIONS
This application is related to the following applications, which are hereby incorporated by reference: [SLWK docket 777.169US1], Dynamic Data Cache for Object-Oriented Computing Environments® [SLWK docket 777.171US1].
FIELD OF THE INVENTION
This invention relates generally to object-oriented computing environments, and more particularly to dynamic object behavior for such environments.
BACKGROUND OF THE INVENTION
Object-oriented programming environments are currently the standard environment in which computer programs are developed. For example, within the Microsoft Windows operating system, programs may be developed using the Component Object Model (COM) architecture. Object-oriented programming environments provide a modular manner by which developers can develop complex and sophisticated computer programs.
Generally, an object may include data and methods by which that data is accessed and changed. Thus, new methods may be added to the object for accessing and changing the data in other ways not previously possible, without affecting existing methods, and the external objects that rely on these existing methods. Upon receiving a message, or in response to an event, an object typically executes a particular method, resulting in the data within that object being retrieved or changed. SUMMARY OF THE INVENTION
The invention provides for dynamic object behavior for object-oriented environments. In one embodiment, a system includes an object, a data store, and an application. The object has a plurality of dynamic behaviors. The data store stores data regarding the plurality of dynamic behaviors. The application instantiates the object from data stored in the data store regarding the plurality of dynamic behaviors.
The dynamic object behavior of the invention provides for advantages not found in the prior art. For example, typically within the prior art, an object=s behavior is permanently defined, making it difficult to change that object=s behavior. However, in embodiments of the invention, the object=s behavior may be changed, by changing the data regarding the plurality of behaviors in the data store (such as, adding a behavior or removing a behavior). Thus, when an object needs instantiation by an application, it looks to the data store to determine its dynamic behaviors that are attached at instantiation.
The invention includes systems, methods, computers, and computer- readable media of varying scope. Besides the embodiments, advantages and aspects of the invention described here, the invention also includes other embodiments, advantages and aspects, as will become apparent by reading and studying the drawings and the following description.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 shows a diagram of the hardware and operating environment in conjunction with which embodiments of the invention may be practiced; FIG. 2 shows a block diagram of a system according to one embodiment of the invention; and,
FIG. 3 shows a flowchart illustrating a method according to one embodiment of the invention. DETAILED DESCRIPTION
In the following detailed description of exemplary embodiments of the invention, reference is made to the accompanying drawings which form a part hereof, and in which is shown by way of illustration specific exemplary embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical and other changes may be made without departing from the spirit or scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims.
The detailed description is divided into four sections. In the first section, the hardware and the operating environment in conjunction with which embodiments of the invention may be practiced are described. In the second section, a system of one embodiment of the invention is presented. In the third section, a method, in accordance with an embodiment of the invention, is provided. Finally, in the fourth section, a conclusion of the detailed description is provided.
Hardware and Operating Environment
Referring to FIG. 1, a diagram of the hardware and operating environment in conjunction with which embodiments of the invention may be practiced is shown. The description of FIG. 1 is intended to provide a brief, general description of suitable computer hardware and a suitable computing environment in conjunction with which the invention may be implemented. Although not required, the invention is described in the general context of computer-executable instructions, such as program modules, being executed by a computer, such as a personal computer. Generally, program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, network PCS, minicomputers, mainframe computers, and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices. The exemplary hardware and operating environment of FIG. 1 for implementing the invention includes a general purpose computing device in the form of a computer 20, including a processing unit 21, a system memory 22, and a system bus 23 that operatively couples various system components include the system memory to the processing unit 21. There may be only one or there may be more than one processing unit 21 , such that the processor of computer 20 comprises a single central-processing unit (CPU), or a plurality of processing units, commonly referred to as a parallel processing environment. The computer 20 may be a conventional computer, a distributed computer, or any other type of computer; the invention is not so limited. The system bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. The system memory may also be referred to as simply the memory, and includes read only memory (ROM) 24 and random access memory (RAM) 25. A basic input/output system (BIOS) 26, containing the basic routines that help to transfer information between elements within the computer 20, such as during start-up, is stored in ROM 24. The computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk, not shown, a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29, and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media. The hard disk drive 27, magnetic disk drive 28, and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32, a magnetic disk drive interface 33, and an optical disk drive interface 34, respectively. The drives and their associated computer-readable media provide nonvolatile storage of computer-readable instructions, data structures, program modules and other data for the computer 20. It should be appreciated by those skilled in the art that any type of computer-readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories (RAMs), read only memories (ROMs), and the like, may be used in the exemplary operating environment.
A number of program modules may be stored on the hard disk, magnetic disk 29, optical disk 31, ROM 24, or RAM 25, including an operating system 35, one or more application programs 36, other program modules 37, and program data 38. A user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and pointing device 42. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port, or a universal serial bus (USB). A monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48. In addition to the monitor, computers typically include other peripheral output devices (not shown), such as speakers and printers. The computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer 49. These logical connections are achieved by a communication device coupled to or a part of the computer 20; the invention is not limited to a particular type of communications device. The remote computer 49 may be another computer, a server, a router, a network PC, a client, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 20, although only a memory storage device 50 has been illustrated in FIG. 1. The logical connections depicted in FIG. 1 include a local- area network (LAN) 51 and a wide-area network (WAN) 52. Such networking environments are commonplace in office networks, enterprise-wide computer networks, intranets and the Internal, which are all types of networks.
When used in a LAN-networking environment, the computer 20 is connected to the local network 51 through a network interface or adapter 53, which is one type of communications device. When used in a WAN-networking environment, the computer 20 typically includes a modem 54, a type of communications device, or any other type of communications device for establishing communications over the wide area network 52, such as the Internal. The modem 54, which may be internal or external, is connected to the system bus 23 via the serial port interface 46. In a networked environment, program modules depicted relative to the personal computer 20, or portions thereof, may be stored in the remote memory storage device. It is appreciated that the network connections shown are exemplary and other means of and communications devices for establishing a communications link between the computers may be used.
The hardware and operating environment in conjunction with which embodiments of the invention may be practiced has been described. The computer in conjunction with which embodiments of the invention may be practiced may be a conventional computer, a distributed computer, or any other type of computer; the invention is not so limited. Such a computer typically includes one or more processing units as its processor, and a computer-readable medium such as a memory. The computer may also include a communications device such as a network adapter or a modem, so that it is able to communicatively couple other computers. System In this section of the detailed description, a description of a computerized system according to an embodiment of the invention is provided. The description is provided by reference to FIG. 2. Referring now to FIG. 2, a system according to an embodiment of the invention is shown. The system includes a Registry 200, an application 202, and an object 204. The Registry 200 is one type of data store; the invention is not so particularly limited. The Registry 200 is the data store used in conjunction with versions of the Microsoft Windows operating system. The Registry 206 stores data 206 regarding a plurality of object behaviors for the object 204. These object behaviors are associated with the particular object 204. They may include: other objects, methods, events, properties, etc.; the invention is not so limited. In one embodiment, the object 204 is an object in accordance with the Component Object Model (COM), known within the art, such that the object behaviors are also in accordance with COM. The object behaviors may be system-defined or application-defined. They are dynamic in that behaviors regarding an object, as the data 206 thereregarding is stored in the Registry 200, may be added or removed.
The application 202 is in one embodiment an application program, such as a word processing program, a web browser program, etc. The application 202 as shown in FIG. 2 is instantiating the object 204 by issuing a CoCreateInstance() command, represented by arrow 208 and as known within the art. This results in the instantiation of the object 204, using the object behaviors as the data 206 thereregarding is stored in the registry 200, as represented by arrow 210.
Thus, the invention provides for dynamic object behavior. The object behaviors of the object 204, for example, may be initially system-defined — i.e., a default set of object behaviors. The application 202, however, may determine prior to instantiating the object 204 that it requires the object 204 to have behaviors that the object does not currently have. Therefore, it may add object behaviors to the data 206 stored in the Registry 200, prior to instantiating the object. This compares with the prior art, which provides for statically defined object behaviors of objects.
It is noted that as to the embodiments of the invention described in conjunction with FIG. 2, the object, the data store, and the application can in one embodiment be stored on a computer-readable storage medium, such as a floppy disk or a compact-disc read-only-memory (CD-ROM). In another embodiment, the objects are such that data representing them resides in a memory of a computer, executed by the processor thereof. The invention is not particularly limited, however.
Methods In this section of the detailed description, methods according to an embodiment of the invention is presented. This description is provided in reference to FIG. 3. The computerized method is desirably realized at least in part as one or more programs running on a computer — that is, as a program executed from a computer-readable medium such as a memory by a processor of a computer. The programs are desirably storable on a computer-readable medium such as a floppy disk or a CD-ROM, for distribution and installation and execution on another (suitably equipped) computer. Thus, in one example, an application program is executed by a processor of a computer from a memory thereof to instantiate an object from data stored in a data store of the memory, the data regarding the plurality of dynamic behaviors.
Referring now to FIG. 3, a flowchart of a method according to one embodiment of the invention is shown. In 300, a command to instantiate an object having a plurality of dynamic behaviors is received. This command may be, for example, a CoCreateInstance() command, as known within the art. In 302, data regarding the plurality of dynamic behaviors is looked up in a data store. In one embodiment, the data store may be the Registry, as is used in versions of the Microsoft Windows operating system and known within the art. The behaviors are dynamic in that they may be changed, as will be described. Thus, in 304, the object is instantiated, from the data regarding the plurality of dynamic behaviors of the object stored in the data store.
In 306, the dynamic behaviors of the object are changed. In one embodiment, this includes deleting one of the dynamic behaviors of the object. In another embodiment, this includes adding a new dynamic behavior to the dynamic behaviors of the object. Changing the dynamic behaviors of the object can also mean that the data stored in the data store regarding the plurality of dynamic behaviors is itself changed.
When the object is again instantiated, the object has different behaviors as when previously instantiated in 304. Thus, in 308, data regarding the plurality of dynamic behaviors is looked up in the data store, as those dynamic behaviors have changed. In 310, the object is instantiated, again from the data regarding the plurality of dynamic behaviors stored in the data store, but as has been changed. This means that the object instantiated in 310 has different dynamic object behaviors as compared to the object as instantiated in 304.
Conclusion Dynamic object behavior has been described. Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiments shown. This application is intended to cover any adaptations or variations of the present invention. Therefore, it is manifestly intended that this invention be limited only by the following claims and equivalents thereof.

Claims

We claim:
1. A system comprising: an object having a plurality of dynamic behaviors; a data store to store data regarding the plurality of dynamic behaviors; and, an application to instantiate the object from the data stored in the data store regarding the plurality of dynamic behaviors, wherein the object instantiates at least one of the plurality of dynamic behaviors.
2. The system of claim 1 , wherein the data store is within the object.
3. The system of claim 1 , wherein less than all of the plurality of dynamic behaviors of the object are instantiated.
4. The system of claim 1 , wherein the object determines at run-time which of the plurality of dynamic behaviors to instantiate.
5. The system of claim 1 , wherein the object comprises a Component Object Model (COM) object.
6. The system of claim 1 , wherein the plurality of dynamic behaviors comprises at least one selected from the group essentially consisting of: a plurality of objects, a plurality of methods, and a plurality of events.
7. The system of claim 1 , wherein the data store comprises a registry.
8. The system of claim 1 , wherein the plurality of dynamic behaviors comprises a plurality of system-defined behaviors and a plurality of application- defined behaviors.
9. A method comprising: receiving a command to instantiate an object having a plurality of dynamic behaviors; looking up data regarding the plurality of dynamic behaviors in a data store; and, instantiating the object from the data regarding the plurality of dynamic behaviors in the data store.
10. The method of claim 9, further comprising changing the plurality of dynamic behaviors.
11. The method of claim 10, wherein changing the plurality of dynamic behaviors comprises deleting one of the plurality of dynamic behaviors.
12. The method of claim 10, wherein changing the plurality of dynamic behaviors comprises adding a new dynamic behavior to the plurality of dynamic behaviors.
13. The method of claim 10, wherein changing the plurality of dynamic behaviors comprises changing the data stored in the data store regarding the plurality of dynamic behaviors.
14. The method of claim 10, further comprising: looking up data regarding the plurality of dynamic behaviors in the data store as have been changed; and, instantiating the object from the data regarding the plurality of dynamic behaviors as have been changed stored in the data store.
15. The method of claim 14, further comprising: instantiating a second object to provide data regarding the plurality of dynamic behaviors; and, instantiating the object from the data regarding the plurality of dynamic behaviors.
16. A computer-readable medium having data stored thereon representing: an object having a plurality of dynamic behaviors; a data store to store data regarding the plurality of dynamic behaviors; and, an application to instantiate the object from the data stored in the data store regarding the plurality of dynamic behaviors.
17. A computer-readable medium having a computer program stored thereon for execution on a computer, the program performing the method comprising: receiving a command to instantiate an object having a plurality of dynamic behaviors; looking up data regarding the plurality of dynamic behaviors in a data store; instantiating the object from the data regarding the plurality of dynamic behaviors in the data store; changing the plurality of dynamic behaviors; looking up data regarding the plurality of dynamic behaviors in the data store as have been changed; and, instantiating the object from the data regarding the plurality of dynamic behaviors as have been changed stored in the data store.
18. A computer comprising : a memory; a processor; a data store of the memory to store data regarding a plurality of dynamic behaviors of an object; and, an application executed by the processor from the memory to instantiate the object from the data stored in the data store regarding the plurality of dynamic behaviors.
19. The computer of claim 14, wherein the object comprises a Component Object Model (COM) object, and the data store comprises a registry.
PCT/US1999/024343 1998-11-25 1999-10-19 Dynamic object behavior for object-oriented computing environments WO2000031627A1 (en)

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US20048998A 1998-11-25 1998-11-25
US09/200,674 1998-11-25
US09/200,674 US6304879B1 (en) 1998-11-25 1998-11-25 Dynamic data cache for object-oriented computing environments
US09/199,604 US6795968B1 (en) 1998-11-25 1998-11-25 Dynamic object behavior for object-oriented-computing environments
US09/200,489 1998-11-25
US09/199,604 1998-11-25

Publications (1)

Publication Number Publication Date
WO2000031627A1 true WO2000031627A1 (en) 2000-06-02

Family

ID=27394043

Family Applications (3)

Application Number Title Priority Date Filing Date
PCT/US1999/024343 WO2000031627A1 (en) 1998-11-25 1999-10-19 Dynamic object behavior for object-oriented computing environments
PCT/US1999/024358 WO2000031629A1 (en) 1998-11-25 1999-10-19 Object model for object-oriented computing environments
PCT/US1999/024357 WO2000031628A1 (en) 1998-11-25 1999-10-19 Dynamic data cache for object-oriented computing environments

Family Applications After (2)

Application Number Title Priority Date Filing Date
PCT/US1999/024358 WO2000031629A1 (en) 1998-11-25 1999-10-19 Object model for object-oriented computing environments
PCT/US1999/024357 WO2000031628A1 (en) 1998-11-25 1999-10-19 Dynamic data cache for object-oriented computing environments

Country Status (1)

Country Link
WO (3) WO2000031627A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7680875B1 (en) 2002-04-01 2010-03-16 Novell, Inc. Markers for cached objects

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0817037A2 (en) * 1996-06-26 1998-01-07 Sun Microsystems, Inc. Mechanism for dynamically associating a service dependent representation with objects at run time
EP0833259A2 (en) * 1996-09-26 1998-04-01 Sun Microsystems, Inc. Method and apparatus for coupling object state and behavior in a database management system
WO1998021651A1 (en) * 1996-11-14 1998-05-22 Alcatel Usa Sourcing, L.P. Generic software state machine and method of constructing dynamic objects for an application program

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5608909A (en) * 1994-04-15 1997-03-04 Microsoft Corporation Method and system for caching presentation data of a source object in a presentation cache
US5692187A (en) * 1995-02-14 1997-11-25 General Magic Shadow mechanism having masterblocks for a modifiable object oriented system
US5778227A (en) * 1995-08-01 1998-07-07 Intergraph Corporation System for adding attributes to an object at run time in an object oriented computer environment
US5892949A (en) * 1996-08-30 1999-04-06 Schlumberger Technologies, Inc. ATE test programming architecture

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0817037A2 (en) * 1996-06-26 1998-01-07 Sun Microsystems, Inc. Mechanism for dynamically associating a service dependent representation with objects at run time
EP0833259A2 (en) * 1996-09-26 1998-04-01 Sun Microsystems, Inc. Method and apparatus for coupling object state and behavior in a database management system
WO1998021651A1 (en) * 1996-11-14 1998-05-22 Alcatel Usa Sourcing, L.P. Generic software state machine and method of constructing dynamic objects for an application program

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"HIGHLY FLEXIBLE PROPERTY ABSTRACTION FRAMEWORK OF NON-RESTRICTED SYSTEM OBJECT MODEL OBJECTS", IBM TECHNICAL DISCLOSURE BULLETIN,US,IBM CORP. NEW YORK, vol. 37, no. 9, 1 September 1994 (1994-09-01), pages 287, XP000473417, ISSN: 0018-8689 *
"OBJECTS WITH MULTI-PERSONALITY", IBM TECHNICAL DISCLOSURE BULLETIN,US,IBM CORP. NEW YORK, vol. 37, no. 9, 1 September 1994 (1994-09-01), pages 661, XP000475538, ISSN: 0018-8689 *
ISHIMARU T ET AL: "AN OBJECT-ORIENTED DATA MODEL FOR MULTIPLE REPRESENTATION OF OBJECTSEMANTICS", SYSTEMS & COMPUTERS IN JAPAN,US,SCRIPTA TECHNICA JOURNALS. NEW YORK, vol. 27, no. 9, 1 August 1996 (1996-08-01), pages 23 - 32, XP000627479, ISSN: 0882-1666 *

Also Published As

Publication number Publication date
WO2000031628A1 (en) 2000-06-02
WO2000031629A1 (en) 2000-06-02

Similar Documents

Publication Publication Date Title
US6304879B1 (en) Dynamic data cache for object-oriented computing environments
US8201187B2 (en) Object monitoring system in shared object space
US6256637B1 (en) Transactional virtual machine architecture
US20120191922A1 (en) Object synchronization in shared object space
US6119115A (en) Method and computer program product for reducing lock contention in a multiple instruction execution stream processing environment
US7809798B2 (en) Shared object stores for a networked computer system
US5819091A (en) User level control of degree of client-side processing
US5729739A (en) Persistent object mapping system and method with abstract schema mapper
US6229537B1 (en) Hosting windowed objects in a non-windowing environment
US7543301B2 (en) Shared queues in shared object space
US6049807A (en) Technique for maintaining object integrity during modification of a persistent store of objects
US6041395A (en) System and method for changing partition mappings to logical drives in a computer memory
US7299169B2 (en) Device driver auto-load
US7487347B2 (en) Method and apparatus for allowing restarted programs to use old process identifications and thread identifications
US20020054124A1 (en) Hosting objects in a windowed environment
US6473769B1 (en) Property linking in object-oriented computing environments
EP0756228B1 (en) Augmenting volume management of information storage devices to handle direct access to storage devices
US6385567B1 (en) Program-module substitution in a program loader for multiple-platform emulation
US20020066084A1 (en) Coalescing properties, methods and events
US6532487B1 (en) Method and system for managing semaphores in an object-oriented multi-tasking computer system
US6795968B1 (en) Dynamic object behavior for object-oriented-computing environments
US6598105B1 (en) Interrupt arbiter for a computing system
WO2000031627A1 (en) Dynamic object behavior for object-oriented computing environments
US5694597A (en) Method and system for optimizing access to a datastore
EP1145117A1 (en) Method and apparatus for determining preferred controls for an upgradable operating system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase