KR970066882A - 객체 지향 환경에서 지속성의 속성들을 인에이블링하는 방법 및 장치 - Google Patents

객체 지향 환경에서 지속성의 속성들을 인에이블링하는 방법 및 장치 Download PDF

Info

Publication number
KR970066882A
KR970066882A KR1019960062996A KR19960062996A KR970066882A KR 970066882 A KR970066882 A KR 970066882A KR 1019960062996 A KR1019960062996 A KR 1019960062996A KR 19960062996 A KR19960062996 A KR 19960062996A KR 970066882 A KR970066882 A KR 970066882A
Authority
KR
South Korea
Prior art keywords
persistent
attributes
persistent object
attribute
processing system
Prior art date
Application number
KR1019960062996A
Other languages
English (en)
Other versions
KR100210208B1 (ko
Inventor
유 쳉 데이비드
주니어 로버트 하워드 하이
레이 뉴콤베 러셀
Original Assignee
제프리 엘. 포맨
인터내셔널 비지네스 머신즈 코포레이션
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
Application filed by 제프리 엘. 포맨, 인터내셔널 비지네스 머신즈 코포레이션 filed Critical 제프리 엘. 포맨
Publication of KR970066882A publication Critical patent/KR970066882A/ko
Application granted granted Critical
Publication of KR100210208B1 publication Critical patent/KR100210208B1/ko

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/289Object oriented databases
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99938Concurrency, e.g. lock management in shared database

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 분산형 객체 지향 프로그램 환경에서 지속성 객체를 저장하고 복원하기 위한 방법 및 장치에 관한 것이다. 본 발명은 개개의 속성들 및/또는 인스턴스 변수들에 대한 지속값을 유지시킨다. 속성의 지속성은 지속성을 갖기를 원하는 어떠한 클래스에 의해 계승되는 하나의 인터페이스를 사용하여 구현된다. 이 인터페이스는 TypeCode에 근거한 엔코딩과 디코딩을 제공하는 load_attribute와 store_attribute 메소드를 제공한다. 이들 메소드는 외부 기억 장치에 존재하는 복사본과 함께 메모리 내에 엔코드된 속성의 캐쉬된 복사본과 해당 TypeCode를 유지함으로써 향상된 성능을 제공한다. 이것은 load_attribute 메소드가 외부 기억 장치를 엑세스할 필요없이 속성을 반환하도록 한다. 성능은 객체 복원 과정 동안에 객체 전체 대신에 현재 필요한 속성값만을 복원함으로써 향상된다. 또한, 본 발명은 외부 저장 장치의 내용을 내부 객체 상태와 동기시킴으로써 분산형 객체 지향 프로그래밍 환경의 데이타 무결성을 향상시킨다. 이것은 갱신될 때마다 속성 데이타를 저장함으로써 달성된다.

Description

객체 기향 환경에서 지속성의 속성들을 인에이블링하는 방법 및 장치
본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음
제4도는 본 발명에 따른 속성의 지속성 모델을 이용하여 복원되어야 할 객체로부터 속성을 엑세스하기 위한 상호작용도.

Claims (13)

  1. 분산형 객체 지향 데이타 처리 시스템(distributed object-oriented data processing system)에서 지속성 객체들(persistent objects)을 지속성 기억 장치에 저장하고 복원하기 위한, 컴퓨터 시스템에 구현된 방법에 있어서, 상기 분산형 객체 지향 데이타 처리 시스템에 다수의 속성을 갖는 지속성 객체를 제공하는 단계와. 상기 분산형 객체 지향 데이타 처리 시스템에 있는 상기 지속성 객체를 엑세스하여 상기 지속성 객체에 대한 메소드(method against said persistent object)를 호출(invoking)하는 단계와 상기 메소드에 응답하여 상기 지속성 객체에 대한 상기 다수의 속성을 상기 지속성 객체와 연관된 독립적인 엔트리들(entries)로서 상기 지속성 기억 장치에 저장하는 단계를 포함하는 지속성 객체 저장 및 복원 방법.
  2. 제1항에 있어서, 상기 지속성 객체를 엑세스하는 단계는 상기 지속성 객체에 대한 상기 다수의 속성 중에서 하나의 선택된 속성을 요구(requesting)하는 단계와 상기 요구에 응답하여 상기 속성들 중에서 상기 하나의 선택된 속성을 복원(restoring)하는 단계를 포함하는 지속성 객체 저장 및 복원 방법.
  3. 제1항에 있어서, 상기 지속성 객체를 엑세스하는 단계는 상기 데이타 처리 시스템의 메모리에 있는 상기 지속성 객체의 상기 다수의 속성 중에서 하나의 선택된 속성을 변경(changing)하는 단계와 상기 메모리 및 상기 지속성 기억 장치에 있는 상기 지속성 객체 사이의 동기(synchronization)를 유지하기 위해 상기 지속성 기억 장치에 있는 상기 지속성 객체에 대한 상기 다수의 속성 중에서 상기 하나의 선택된 속성을 즉시 갱신(updating)하는 단계를 더 포함하는 지속성 객체 저장 및 복원 방법.
  4. 제1항에 있어서, 상기 다수의 속성은 다수의 인스턴스 변수들(instance variables)인 지속성 객체 저장 및 복원 방법.
  5. 제1항에 있어서, 상기 지속성 객체의 지속성(persistence)은 상기 지속성 객체를 요구하는 클라이언트(client)에 의해 알려지지 않는 지속성 객체 저장 및 복원 방법.
  6. 분산형 객체 지향 데이타 처리 시스템에서 지속성 객체들을 지속성 기억 장치에 저장하고 복원하기 위한 장치에 있어서, 상기 분산형 객체 지향 데이타 처리 시스템에 다수의 속성을 갖는 지속성 객체를 제공하기 위한 수단과 상기 분산형 객체 지향 데이타 처리 시스템에 있는 상기 지속성 객체를 엑세스하여 상기 지속성 객체에 대한 메소드(method against said persistent object)를 호출하기 위한 수단과 상기 메소드에 응답하여 상기 지속성 객체에 대한 상기 다수의 속성을 상기 지속성 객체와 연관된 독립적인 엔트리들로서 상기 지속성 기억 장치에 저장하기 위한 수단을 포함하는 지속성 객체 저장 및 복원 장치.
  7. 제6항에 있어서, 상기 지속성 객체를 엑세스하기 위한 수단은 상기 지속성 객체에 대한 상기 다수의 속성중에서 하나의 선택된 속성을 요구하기 위한 수단과 상기 요구에 응답하여 상기 속성들 중에서 상기 하나의 선택된 속성을 복원하기 위한 수단을 포함하는 지속성 객체 저장 및 복원 장치
  8. 제6항에 있어서, 상기 지속성 객체를 엑세스하기 위한 수단은 상기 데이타 처리 시스템의 메모리에 있는 상기 지속성 객체의 상기 다수의 속성 중에서 하나의 선택된 속성을 변경시키기 위한 수단과 상기 메모리 및 상기 지속성 기억 장치에 있는 상기 지속성 객체 사이의 동기를 유지하기 위해 상기 지속성 기억 장치에 있는 상기 지속성 객체에 대한 상기 다수의 속성 중에서 상기 하나의 선택된 속성을 즉시 갱신하기 위한 수단을 더 포함하는 지속성 객체 저장 및 복원 장치.
  9. 제6항에 있어서, 상기 다수의 속성은 다수의 인스턴스 변수들인 지속성 객체 저장 및 복원 장치.
  10. 제6항에 있어서, 상기 지속성 객체의 지속성은 상기 지속성 객체를 요구하는 클라이언트에 의해 알려지지 않는 지속성 객체 저장 및 복원 장치.
  11. 분산형 객체 지향 데이타 처리 시스템에서 지속성 객체들을 지속성 기억 장치에 저장하고 복원하기 위하여 컴퓨터 프로그램 로직이 기록되어 있는 컴퓨터 판독 가능한 매체를 구비한 컴퓨터 프로그램 제품(computer program product)에 있어서, 상기 분산형 객체 지향 데이타 처리 시스템에 다수의 속성을 갖는 지속성 객체를 제공하기 위한 컴퓨터 판독 가능 수단과 상기 분산형 객체 지향 데이타 처리 시스템에 있는 상기 지속성 객체를 엑세스하여 상기 지속성 객체에 대한 메소드를 호출하기 위한 컴퓨터 판독 가능 수단과 상기 메소드에 응답하여 상기 지속성 객체에 대한 상기 다수의 속성을 상기 지속성 객체와 연관된 독립적인 엔트리들로서 상기 지속성 기억 장치에 저장하기 위한 컴퓨터 판독 가능 수단을 포함하는 컴퓨터 프로그램 제품.
  12. 제11항에 있어서, 상기 지속성 객체에 대한 상기 다수의 속성 중에서 하나의 선택된 속성을 요구하기 위한 컴퓨터 판독 가능 수단과 상기 요구에 응답하여 상기 속성들 중에서 상기 하나의 선택된 속성을 복원하기 위한 컴퓨터 판독 가능 수단을 더 포함하는 컴퓨터 프로그램 제품.
  13. 제11항에 있어서, 상기 데이타 처리 시스템의 메모리에 있는 상기 지속성 객체의 상기 다수의 속성 중에서 하나의 선택된 속성을 변경하기 위한 컴퓨터 판독 가능 수단과 상기 메모리 및 상기 지속성 기억 장치에 있는 상기 지속성 객체 사이의 동기를 유지하기 위해 상기 지속성 기억 장치에 있는 상기 지속성 객체에 대한 상기 다수의 속성 중에서 상기 하나의 선택된 속성을 즉시 갱신하기 위한 컴퓨터 판독가능 수단을 더 포함하는 컴퓨터 프로그램 제품.
    ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.
KR1019960062996A 1996-03-20 1996-12-09 객체 지향 환경에서 지속성의 속성들을 인에이블링하는 방법 및 장치 KR100210208B1 (ko)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US8/619,049 1996-03-20
US08/619,049 1996-03-20
US08/619,049 US5870742A (en) 1996-03-20 1996-03-20 Method and apparatus for enabling persistent attributes in an object oriented environment

Publications (2)

Publication Number Publication Date
KR970066882A true KR970066882A (ko) 1997-10-13
KR100210208B1 KR100210208B1 (ko) 1999-07-15

Family

ID=24480247

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960062996A KR100210208B1 (ko) 1996-03-20 1996-12-09 객체 지향 환경에서 지속성의 속성들을 인에이블링하는 방법 및 장치

Country Status (2)

Country Link
US (1) US5870742A (ko)
KR (1) KR100210208B1 (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6842756B2 (en) 2001-08-07 2005-01-11 Electronics And Telecommunications Research Institute Method for eliminating state objects in java transaction service using object transaction service coordinator

Families Citing this family (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6253228B1 (en) * 1997-03-31 2001-06-26 Apple Computer, Inc. Method and apparatus for updating and synchronizing information between a client and a server
US5991766A (en) * 1997-12-02 1999-11-23 Electronic Data Systems Corporation Method and system for managing redundant objects in a distributed object system
US6065017A (en) * 1997-12-31 2000-05-16 Novell, Inc. Apparatus and method for identifying and recovering from database errors
US6260045B1 (en) * 1998-05-22 2001-07-10 Apple Computer, Inc. Method and apparatus for optimizing interface dispatching in an object-oriented programming environment
US6446077B2 (en) * 1998-09-21 2002-09-03 Microsoft Corporation Inherited information propagator for objects
US6571282B1 (en) 1999-08-31 2003-05-27 Accenture Llp Block-based communication in a communication services patterns environment
US6549949B1 (en) 1999-08-31 2003-04-15 Accenture Llp Fixed format stream in a communication services patterns environment
US6640249B1 (en) 1999-08-31 2003-10-28 Accenture Llp Presentation services patterns in a netcentric environment
US6640244B1 (en) 1999-08-31 2003-10-28 Accenture Llp Request batcher in a transaction services patterns environment
US6636242B2 (en) 1999-08-31 2003-10-21 Accenture Llp View configurer in a presentation services patterns environment
US7289964B1 (en) 1999-08-31 2007-10-30 Accenture Llp System and method for transaction services patterns in a netcentric environment
US6742015B1 (en) 1999-08-31 2004-05-25 Accenture Llp Base services patterns in a netcentric environment
US6529909B1 (en) * 1999-08-31 2003-03-04 Accenture Llp Method for translating an object attribute converter in an information services patterns environment
US6615253B1 (en) 1999-08-31 2003-09-02 Accenture Llp Efficient server side data retrieval for execution of client side applications
US6601234B1 (en) 1999-08-31 2003-07-29 Accenture Llp Attribute dictionary in a business logic services environment
US6640238B1 (en) 1999-08-31 2003-10-28 Accenture Llp Activity component in a presentation services patterns environment
US6954220B1 (en) 1999-08-31 2005-10-11 Accenture Llp User context component in environment services patterns
US6601192B1 (en) 1999-08-31 2003-07-29 Accenture Llp Assertion component in environment services patterns
US6715145B1 (en) 1999-08-31 2004-03-30 Accenture Llp Processing pipeline in a base services pattern environment
US6842906B1 (en) 1999-08-31 2005-01-11 Accenture Llp System and method for a refreshable proxy pool in a communication services patterns environment
US6578068B1 (en) 1999-08-31 2003-06-10 Accenture Llp Load balancer in environment services patterns
AU3560000A (en) * 2000-03-20 2001-10-03 Net Magic T:Mi Method and system for data management in an object-oriented system
US6678700B1 (en) * 2000-04-27 2004-01-13 General Atomics System of and method for transparent management of data objects in containers across distributed heterogenous resources
US7107587B1 (en) * 2000-09-18 2006-09-12 Microsoft Corporation Access redirector and entry reflector
US6912541B1 (en) * 2000-12-01 2005-06-28 Unisys Corporation Method and apparatus for implementing persistent data in object oriented programs
WO2002084481A1 (en) * 2001-04-18 2002-10-24 Telefonaktiebolaget Lm Ericsson Persistent object management
US7266842B2 (en) * 2002-04-18 2007-09-04 International Business Machines Corporation Control function implementing selective transparent data authentication within an integrated system
US20040216130A1 (en) * 2002-08-30 2004-10-28 Keller S. Brandon Method for saving and restoring data in software objects
FR2859801B1 (fr) * 2003-09-12 2007-05-04 Kankoon Procede de traitement de donnees sur la base de structures dynamiques d'elements simples
US7877390B2 (en) 2003-10-20 2011-01-25 International Business Machines Corporation Systems and methods for providing autonomous persistent storage systems
US8204931B2 (en) * 2004-12-28 2012-06-19 Sap Ag Session management within a multi-tiered enterprise network
US8281014B2 (en) * 2004-12-28 2012-10-02 Sap Ag Session lifecycle management within a multi-tiered enterprise network
US7853698B2 (en) * 2005-04-29 2010-12-14 Sap Ag Internal persistence of session state information
US20060248199A1 (en) * 2005-04-29 2006-11-02 Georgi Stanev Shared closure persistence of session state information
US7761435B2 (en) * 2005-04-29 2010-07-20 Sap Ag External persistence of session state information
US20060248283A1 (en) * 2005-04-29 2006-11-02 Galin Galchev System and method for monitoring threads in a clustered server architecture
US8762547B2 (en) * 2005-04-29 2014-06-24 Sap Ag Shared memory implementations for session data within a multi-tiered enterprise network
US8589562B2 (en) 2005-04-29 2013-11-19 Sap Ag Flexible failover configuration
US8024566B2 (en) * 2005-04-29 2011-09-20 Sap Ag Persistent storage implementations for session data within a multi-tiered enterprise network
KR100716171B1 (ko) 2005-05-13 2007-05-10 삼성전자주식회사 분산 환경 시스템에서의 객체 관리 장치 및 방법
US8707323B2 (en) * 2005-12-30 2014-04-22 Sap Ag Load balancing algorithm for servicing client requests
KR101209090B1 (ko) 2011-02-28 2012-12-07 (주)지노게임즈 복제기반 분산 객체 시스템 및 그 제공방법

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0833862B2 (ja) * 1989-10-23 1996-03-29 インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン オブジエクト指向コンピユータ・システム
US5297279A (en) * 1990-05-30 1994-03-22 Texas Instruments Incorporated System and method for database management supporting object-oriented programming
US5291583A (en) * 1990-12-14 1994-03-01 Racal-Datacom, Inc. Automatic storage of persistent ASN.1 objects in a relational schema
US5448727A (en) * 1991-04-30 1995-09-05 Hewlett-Packard Company Domain based partitioning and reclustering of relations in object-oriented relational database management systems
US5241624A (en) * 1991-10-03 1993-08-31 International Business Machines Corporation Method for determining a user selected group of data objects for the propagation of attribute values
US5644764A (en) * 1995-01-31 1997-07-01 Unisys Corporation Method for supporting object modeling in a repository
US5864864A (en) * 1995-09-27 1999-01-26 Sun Microsystems, Inc. Method and apparatus for providing transparent persistent data support to foreign data types

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6842756B2 (en) 2001-08-07 2005-01-11 Electronics And Telecommunications Research Institute Method for eliminating state objects in java transaction service using object transaction service coordinator

Also Published As

Publication number Publication date
US5870742A (en) 1999-02-09
KR100210208B1 (ko) 1999-07-15

Similar Documents

Publication Publication Date Title
KR970066882A (ko) 객체 지향 환경에서 지속성의 속성들을 인에이블링하는 방법 및 장치
US10788998B2 (en) Logging changes to data stored in distributed data storage system
US5261088A (en) Managing locality in space reuse in a shadow written B-tree via interior node free space list
CN106202112B (zh) 缓存目录刷新方法和装置
US20200257450A1 (en) Data hierarchical storage and hierarchical query method and apparatus
KR920004962A (ko) 디지탈신호처리장치용 가상의 긴명령어 메모리장치 및 그 명령어 발생방법
CN103699674B (zh) 网页保存、网页打开方法及装置和网页浏览系统
KR920013131A (ko) 내용 주소화 메모리용 우선 변환 참조 버퍼의 공간 절약을 위한 장치 및 방법
JPH073658B2 (ja) 分散データ処理システムにおけるフアイル属性の管理方式
CN108804510A (zh) 键值文件系统
KR920001322A (ko) 감소된 명령 세트 프로세서의 성능 개선 방법 및 그 프로세서 시스템
CN103595797B (zh) 一种分布式存储系统中的缓存方法
KR950704748A (ko) 데이터 베이스의 메모리 공간을 최적화하는 방법(a method for optimizing memory space in a data base)
WO2001013233A3 (en) Self-healing computer system storage
KR970016917A (ko) 대용량 저장장치 구성 레코드들을 갱신하기 위한 방법 및 시스템
US8090925B2 (en) Storing data streams in memory based on upper and lower stream size thresholds
ATE523026T1 (de) Geteiltes dateisystem mit einem token-ring- artigen protokoll zum verwalten von metadaten
US10509767B2 (en) Systems and methods for managing snapshots of a file system volume
Vochteloo et al. Capability-based protection in the Mungi operating system
CN105074696B (zh) 用于资源约束和其它设备的统一可搜索存储
CN110109873A (zh) 一种用于消息队列的文件管理方法
CN108762915B (zh) 一种在gpu内存中缓存rdf数据的方法
CN108256019A (zh) 数据库主键生成方法、装置、设备及其存储介质
KR930002943A (ko) 마이크로프로세서 및 그것을 갖는 기억관리시스템
US5410663A (en) Method and system for cache memory congruence class management in a data processing system

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20020209

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee