CN101119363B - United interface based memory database remote concurrent access and interface management method - Google Patents

United interface based memory database remote concurrent access and interface management method Download PDF

Info

Publication number
CN101119363B
CN101119363B CN2007100253096A CN200710025309A CN101119363B CN 101119363 B CN101119363 B CN 101119363B CN 2007100253096 A CN2007100253096 A CN 2007100253096A CN 200710025309 A CN200710025309 A CN 200710025309A CN 101119363 B CN101119363 B CN 101119363B
Authority
CN
China
Prior art keywords
char
memdb
interface
memory database
message
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
CN2007100253096A
Other languages
Chinese (zh)
Other versions
CN101119363A (en
Inventor
朱春光
张晓乐
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Asialnfo Technology (Nanjing) Co., Ltd.
Original Assignee
LINKAGE SYSTEM INTEGRATION CO Ltd
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 LINKAGE SYSTEM INTEGRATION CO Ltd filed Critical LINKAGE SYSTEM INTEGRATION CO Ltd
Priority to CN2007100253096A priority Critical patent/CN101119363B/en
Publication of CN101119363A publication Critical patent/CN101119363A/en
Application granted granted Critical
Publication of CN101119363B publication Critical patent/CN101119363B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention relates to a method based on an in-memory database long distance concurrent access and interface management which adopt the uniform port, which is characterized in that adopting the SOCKET communication means sets a set of complete message type interface, namely, MEMDB*NET protocol, the customer rightly organizes the message used for accessing the stored data according the protocol specifications, thereby having a remote access. Including the steps as follows: the message type network application layer protocol MEMDB*NET based on the TCP/IP organizes the message according to the protocol, and has an indirect communication with the in-memory database through MEMDB*NET SERVICE process, and accesses and manages the in-memory database; the MEMDB*ADMIN provided on the basis manages the in-memory database in the style of WEB interface. The useful effect of the present invention is a balanced load and an efficient management, in addition, increasing the friendliness of the interface, improving the satisfaction of the customer and advancing the stability.

Description

Memory database remote concurrent access and methods for interface management based on unified interface
Technical field
The invention belongs to the visit and the management in data management field, particularly memory database in the telecommunications BOSS system.
Background technology
Along with the continuous development of telecom operators' business, in its OSS, need the data of management to be " explosion type " growth.Numerous and complicated, huge, the thorny problem that is difficult to manage, use, be expanded into puzzlement development and maintenance personnel of data information.Based on above-mentioned present situation, Linkage company has researched and developed memory database and has come managerial data, solves subproblem effectively.
Yet new problem has occurred again thereupon, and in the process of using memory database, we find, the administration interface that the memory database neither one is unified, and the management maintenance means of data are single and complicated; Those need the application of access memory database to have to operate at above the same station server of memory database, and the distributed computing environment of incompatibility can not be accomplished " equally loaded ", has wasted a lot of system resources.
The present subsidiary product SQL*NET of the Oracle of one of Sybase product, SQL*NET is the remote data access message formula software of Oracle company, is used to realize the communication between client-server, the server-server.SQL*NET TCP/IP is in the network communication protocol layer, and the 5th layer of corresponding ISO/OSI pattern and the 6th layer (being session layer and presentation layer) are so its operation also needs the support of third-party TCP/IP software.
Inspired by this, we associate and can utilize similar techniques to solve contradiction and challenge that memory database is faced.
At above-mentioned situation, Linkage is in the comprehensive accounting system of new edition, and when having improved memory database, having researched and developed provides remote access assembly MEMDB*NET and foreground administration interface MEMDB*ADMIN.Be used to solve the problem that remote data access and main memory DBM are safeguarded under the distributed environment.
Summary of the invention
The present invention seeks to: in prior art, memory database can not adapt to the characteristics that existing application distribution calculates, and does not support remote data access, does not support concurrent visit; Neither one close friend's administration interface, intuitively and efficiently management and access data.Develop a unified remote access interface, support concurrent calling in enormous quantities, develop the administration interface of a WEB mode on this basis, be convenient to the user and observe intuitively and the managing internal memory database.
Technical solution of the present invention is: a kind of memory database remote concurrent access and methods for interface management based on unified interface, adopt the SOCKET communication means that the complete message formula interface (MEMDB*NET agreement) of one cover is set, the user is according to protocol specification, correctly organize message in order to the access memory data, thereby carry out remote access;
Concrete steps are: the message formula network application-level protocol MEMDB*NET based on TCP/IP, according to this agreement organizations message, carry out indirect communication by MEMDB*NET SERVICE process and memory database, access and managing internal memory database; The MEMDB*ADMIN that provides on this basis is with the mode managing internal memory database at WEB interface:
The method of writing the MEMDB*NET protocol component is:
Bottom uses C Plus Plus and socket technology, has used the method for multi-thread concurrent, has guaranteed unified external interface;
The method of writing the MEMDB*ADMIN interface assembly is:
Used TAPESTRY WEB framework, this assembly is encapsulated in a WAR bag the inside, by issue and configuration, has used this assembly.
Remote access assembly MEMDB*NET and foreground administration interface MEMDB*ADMIN provide the message formula network application-level protocol MEMDB*NET based on TCP/IP, as long as the user is according to the agreement organizations message, just can carry out communication indirectly, access and managing internal memory database by MEMDB*NET SERVICE process and memory database.Yan Fa MEMDB*ADMIN provides friendly administration interface in the mode at WEB interface on this basis, the visual degree of enhanced system.
Particularly:
1. solve remote access problem
Memory database has only an example, may be distributed in other above server and use, therefore we utilize the SOCKET communication technology to develop the complete message formula interface (MEMDB*NET agreement) of a cover, the user is according to protocol specification, correctly organize the message just can the access memory data, solved remote access problem.
Support multiple main flow computer language to call this assembly
Java calls
This assembly is the assembly of lightweight, and it is just passable to add jar bag memdb.jar in the classpath that your java uses.
Introduce class wherein then, just can the access memory database
Code snippet 1:
TCPIPConnection?connection=new?TCPIPConnection(ipAddress,port);
connection.setReceiveTimeout(20*1000);
session=new?Session(connection);
systemId=getParam(systemId);
password=getParam(password);
request.setSystemId(systemId);
request.setPassword(password);
request.setSystemType(systemType);
request.setInterfaceVersion((byte)0x34);
request.setAddressRange(addressRange);
logger.debug(″Bind?request:″+request.debugString());
So just set up a session, under the framework of session, just can carry out data access.
Figure G07125309620070824D000022
C/C++ calls
Because C/C++ can't accomplish platform independence, can not " once compiling, operation everywhere ", so this mode call relative complex a bit.
Send message format (as following table)
Title Type Length Remarks
Message length Char 10
Function code Char 20 QUERYRECORD
Library name Char 20 As: City/Master
Table name Char 50 As: TAB_001
Initial line number char 10 Initial line number is as 1,40
Message identification Char 1 Put sky
Field Count Char 10 Put sky
The total number of records Char 10 Put sky
Data volume Char 120 Input inquiry condition such as MSISDN=13357828072
Returned packet form (as following table)
Title Type Length Remarks
Message length Char 10
Function code Char 20 QUERYRECORD
Library name Char 20 As: City/Master
Table name Char 50 As: TAB_001
Initial line number char 10 Initial line number is as 1,40
Message identification Char 1 Whether there is trailer record that Y is arranged, do not have N
Field Count Char 10
* field name Char 20
* field length Char 10
The total number of records Char 10
Data volume Char 4096
Be the message format of question blank record above, we use C Plus Plus and socket technology to message
Encapsulate.The user can be according to protocol specification, and own completion code also can be quoted the class masterplate that we provide.
Meanwhile we also provide IPC, and other method of calling such as API is selected for the developer.
2. solve the problem of concurrent visit
In order to support the problem of remote concurrent access, we have adopted multithreading in MEMDB*NET SERVICE, make full use of the characteristics of the many CPU of server, have promoted response speed, accomplish parallel processing.We have also considered the synchronous and mutual exclusion between the thread simultaneously, avoid conflict, and accomplish thread-safe.
3. solved the friendly interface problem
If the managing internal memory database, lands such as needs were above server in the past, and at textual interface, the various instructions of manual input are inquired about, and management need the very knowledge of specialty, and efficient is not high, and mode of operation is unfriendly, and is dangerous.
MEMDB*ADMIN has solved the problems referred to above very effectively, in the mode at web interface, allows user's access easily and managing internal memory database, and is less demanding to user's professional attainment.
The mode of setting up the MEMDB*ADMIN Management Unit is fairly simple.
With TOMCAT5.0 is example:
Figure G07125309620070824D000031
Below memdb.war bag Kao Beidao $CATALINA_HOME/webapps/
Figure G07125309620070824D000032
Revise the $CATALINA_HOME/webapps/conf/smdb.properties file
#MEMDB*NET?SERVICE
SMD_SERVER_1=130.85.51.136
SMD_PORT_1=13000
SMD_SERVER_1, SMD_PORT_1 are pointed to the host ip and the port at memory database place respectively, then just can be in the input of WEB browser the inside Http:// IP:PORT/memdbCome the access memory database.
IP is the host ip at WEB server place, and PORT is the port that the WEB server is monitored.
Compared with prior art, the invention has the beneficial effects as follows:
1. load balancing: application program is published on the different servers with actual demand according to the performance of main frame, remote access efficiently or local access memory database.
2. the efficiency of management: the management of memory database and access be highly effective and safe more, and on average each operation saves for 50% time than textual interface.
3. increased friendly interface, promoted customer satisfaction: the new management interface meets the trend of current software engineering, and is simple, easy-to-use, efficient, and the technology of use has some projects of increasing income and charging supporting, and autgmentability is strong.
4. stable: at the system object of memory database, we have special monitoring interface, have ensured the even running of memory database effectively.
Description of drawings
Fig. 1 is based on the SQL*NET TCP/IP network communication mode figure of client/server
Fig. 2 is software model figure of the present invention
Fig. 3 is an administration interface of the present invention
Fig. 4 is Query Result of the present invention interface
Embodiment:
The present invention will be further described below in conjunction with accompanying drawing and embodiment.
A kind of memory database remote concurrent access and methods for interface management based on unified interface, message formula network application-level protocol MEMDB*NET based on TCP/IP is provided, according to this agreement organizations message, carry out indirect communication by MEMDB*NETSERVICE process and memory database, access and managing internal memory database; The MEMDB*ADMIN that provides on this basis is with the mode managing internal memory database at WEB interface.
The method of writing the MEMDB*NET protocol component is:
Bottom uses C Plus Plus and socket technology, has used the technology of multi-thread concurrent, has guaranteed unified external interface and high efficiency response speed.
The method of writing the MEMDB*ADMIN interface assembly is:
Used TAPESTRY WEB framework, this assembly is encapsulated in a WAR bag the inside, by simple issue and configuration, can use this assembly exactly.
Function is divided:
Figure G07125309620070824D000041
MEMDB*NET?SERVICE
● by inner API Access and managing internal memory database.
● utilize caching technology that the result set of having inquired about is put into buffer memory, be convenient to promote query speed.
● for other application provides Memdb*net remote access interface.
● resolve and use the message that sends, sync response, and recording processing daily record.
● during Query Database, support to block and two kinds of patterns of unblock.(when Query Database,, not being described in detail) at this to blocking and the support of 2 kinds of patterns of unblock is a prior art
Figure G07125309620070824D000042
MEMDB*ADMIN
● use popular JSP technology and the WEB framework of industry, have very strong autgmentability
● based on the MEMDB*NET agreement, by MEMDB*NET service access and managing internal memory database indirectly.
● inquiry is supported to have ready conditions in the interface, and the Query Result paging represents.
● security control is supported at the interface, different roles, and memory database object and operating right that different users sees are different, have guaranteed the safety of parameter data.
● monitoring interface is provided, is convenient to the operation conditions that the user monitors memory database, ensure even running.
The software using method
The management activities that MEMDB*ADMIN supports has following several:
√ inquires about library information
√ search index field
The √ question blank
√ increases record newly
The √ amendment record
Concrete message format is as follows:
1) table name in the Query Database
Send message (as following table)
Title Type Length Remarks
Message length Char 10 Fill out 111
Function code Char 20 QUERYDEV
Library name Char 20 As: City/Master
Table name Char 50 Put sky
Initial line number char 10 Put sky
Message identification Char 1 Put sky
Receive message (as following table)
Title Type Length Remarks
Message length Char 10
Function code Char 20 QUERYDEV
Library name Char 20 As: City/Master
Table name Char 50 Put sky
Initial line number char 10 Put sky
Message identification Char 1 Put sky
Field Count Char 10 Fill out 2
* field name Char 20 Table name, purposes is described
* field length Char 10
The total number of records Char 10 The number of table
Data volume Char 4096 Store data (structure in the data is according to the field and the field length decision of front)
2) search index field
Send message (as following table)
Title Type Length Remarks
Message length Char 10
Function code Char 20 QUERYTABLE
Library name Char 20 As: City/Master
Table name Char 50 As: TAB_001
Initial line number char 10 Put sky
Message identification Char 1 Put sky
Receive message (as following table):
Title Type Length Remarks
Message length Char 10
Function code Char 20 QUERYTABLE
Library name Char 20 As: City/Master
Table name Char 50 As: TAB_001
Initial line number char 10 Put sky
Message identification Char 1 Put sky
Field Count Char 10 Put sky
The total number of records Char 10 Put sky
Data volume Char 50 The index field name
3) question blank record
Send message (as following table)
Title Type Length Remarks
Message length Char ?10
Function code Char ?20 QUERYRECORD
Library name Char ?20 As: City/Master
Table name Char ?50 As: TAB_001
Initial line number char ?10 Initial line number is as 1,40
Message identification Char ?1 Put sky
Field Count Char ?10 Put sky
The total number of records Char ?10 Put sky
Data volume Char ?120 Input inquiry condition such as MSISDN=13357828072
Receive message (as following table)
Title Type Length Remarks
Message length Char ?10
Function code Char ?20 QUERYRECORD
Library name Char ?20 As: City/Master
Table name Char ?50 As: TAB_001
Initial line number char ?10 Initial line number is as 1,40
Message identification Char ?1 Whether there is trailer record that Y is arranged, do not have N
Field Count Char ?10
* field name Char ?20
* field length Char ?10
The total number of records Char ?10
Data volume Char ?4096
4) newly-increased record
Send message (as following table)
Title Type Length Remarks
Message length Char ?10 As insert 1023, left-justify
Function code Char ?20 INSERT
Library name Char ?20 As: City/Master
Table name Char ?50 As: TAB_001
Initial line number char ?10 Put sky
Message identification Char ?1 Put sky
Field Count Char ?10
* field name Char ?20
* field length Char ?10
The total number of records Char ?10 1
Data volume Char *
Accept message (as following table)
Title Type Length Remarks
Operating result Char ?10 Success: 0, failure :-1
5) amendment record
Send message (as following table)
Title Type Length Remarks
Message length Char ?10 As insert 1023, left-justify
Function code Char ?20 UPDATE
Library name Char ?20 As: City/Master
Table name Char ?50 As: TAB_001
Initial line number char ?10 Capable number as 11
Message identification Char ?1 Put sky
Field Count Char ?10
* field name Char ?20
* field length Char ?10
The total number of records Char ?10 1
Data volume Char ?*
Accept message (as following table)
Title Type Length Remarks
Operating result Char ?10 Success: 0, failure :-1
At administration interface, according to the guide at interface, can finish inquiry at an easy rate, revise and newly-increased operation.

Claims (1)

1. memory database remote concurrent access and methods for interface management based on a unified interface, it is characterized in that adopting the SOCKET communication means that the complete message formula interface of one cover is set is the MEMDB*NET agreement, the user is according to protocol specification, correctly organize message in order to the access memory data, thereby carry out remote access;
Concrete steps are: the message formula network application-level protocol MEMDB*NET based on TCP/IP, according to this agreement organizations message, carry out indirect communication by MEMDB*NET SERVICE process and memory database, access and managing internal memory database; The MEMDB*ADMIN that provides on this basis is with the mode managing internal memory database at WEB interface;
The method of writing the MEMDB*NET protocol component is:
Bottom uses C Plus Plus and socket technology, has used the method for multi-thread concurrent, has guaranteed unified external interface; In the described MEMDB*NET agreement,
Send message format such as following table:
Title Type Length Message length Char 10 Function code Char 20 Library name Char 20 Table name Char 50 Initial line number char 10 Message identification Char 1 Field Count Char 10 The total number of records Char 10 Data volume Char 120
Returned packet form such as following table:
Title Type Length Message length Char 10 Function code Char 20 Library name Char 20 Table name Char 50
Initial line number char 10 Message identification Char 1 Field Count Char 10 * field name Char 20 * field length Char 10 The total number of records Char 10 Data volume Char 4096
The method of writing the MEMDB*ADMIN interface assembly is:
Used TAPESTRY WEB framework, this assembly is encapsulated in WAR bag the inside, by simple issue be configured into to exercise and use;
Its function is divided into:
MEMDB*NET SERVICE is by inner API Access and managing internal memory database; Utilize caching technology that the result set of having inquired about is put into buffer memory, be convenient to promote query speed; For other application provides Memdb*net remote access interface; Resolve and use the message that sends, sync response, and recording processing daily record; During Query Database, support to block and two kinds of patterns of unblock;
MEMDB*ADMIN uses JSP technology and WEB framework; Based on the MEMDB*NET agreement, by MEMDB*NETservice access and managing internal memory database indirectly; Inquiry is supported to have ready conditions in the interface, and the Query Result paging represents; Security control is supported at the interface, different roles, and memory database object and operating right that different users sees are different, have guaranteed the safety of parameter data; Monitoring interface is provided, is convenient to the operation conditions that the user monitors memory database, ensure even running;
The software using method, the management activities that MEMDB*ADMIN supports has following several: inquiry library information, search index field, question blank, newly-increased record and amendment record.
CN2007100253096A 2007-07-20 2007-07-20 United interface based memory database remote concurrent access and interface management method Expired - Fee Related CN101119363B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007100253096A CN101119363B (en) 2007-07-20 2007-07-20 United interface based memory database remote concurrent access and interface management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007100253096A CN101119363B (en) 2007-07-20 2007-07-20 United interface based memory database remote concurrent access and interface management method

Publications (2)

Publication Number Publication Date
CN101119363A CN101119363A (en) 2008-02-06
CN101119363B true CN101119363B (en) 2011-02-16

Family

ID=39055297

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007100253096A Expired - Fee Related CN101119363B (en) 2007-07-20 2007-07-20 United interface based memory database remote concurrent access and interface management method

Country Status (1)

Country Link
CN (1) CN101119363B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102938783A (en) 2012-10-30 2013-02-20 中兴通讯股份有限公司 Socket processing method and device and Web server
CN108052351A (en) * 2017-11-09 2018-05-18 山东中创软件商用中间件股份有限公司 A kind of method, apparatus and equipment of the remote access in turn-on data storehouse
CN111177246B (en) * 2019-12-27 2023-03-14 腾讯云计算(北京)有限责任公司 Service data processing method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1645372A (en) * 2005-02-25 2005-07-27 中兴通讯股份有限公司 Universal constraining realizing method for real-time internal memory database
CN1740978A (en) * 2004-08-23 2006-03-01 华为技术有限公司 Method for realing sharing internal stored data base and internal stored data base system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1740978A (en) * 2004-08-23 2006-03-01 华为技术有限公司 Method for realing sharing internal stored data base and internal stored data base system
CN1645372A (en) * 2005-02-25 2005-07-27 中兴通讯股份有限公司 Universal constraining realizing method for real-time internal memory database

Also Published As

Publication number Publication date
CN101119363A (en) 2008-02-06

Similar Documents

Publication Publication Date Title
US11799969B2 (en) Forming activity streams across heterogeneous applications
US20210314273A1 (en) Enabling multi-tenant virtual servers in a cloud system
CN110535831A (en) Cluster safety management method, device and storage medium based on Kubernetes and network domains
US6105067A (en) Connection pool management for backend servers using common interface
CN109409119A (en) Data manipulation method and device
CN104333465A (en) Heartbeat interval setting method, device and system
CN109936621A (en) Multi-page information push method, device, equipment and the storage medium of information security
CN110110006A (en) Data managing method and Related product
CN102769709B (en) A kind of for providing the method and apparatus of service contact information to user
CN109299157A (en) A kind of data export method and device of distributed big single table
CN103780685A (en) Method for adaptive data sharing among diversified intelligent equipment
CN110022354A (en) Mobile application integrated approach, device, computer equipment and storage medium based on http protocol
CN106708859A (en) Auditing method for resource access behaviors and device
EP2778968A1 (en) Mobile telecommunication device remote access to cloud-based or virtualized database systems
CN104239543A (en) Life service searching platform based on mobile internet technology
CN101119363B (en) United interface based memory database remote concurrent access and interface management method
CN106547790B (en) Relational database service system
CN108023921A (en) The cut-in method and device of a kind of third-party platform
CN102103606A (en) Technology for realizing advanced search of commodities on mobile phone client
KR20100132752A (en) Distributed data processing system
CN102902593A (en) Protocol distribution processing system based on cache mechanism
US9430301B2 (en) Distributed system for downloading internet information and a method thereof
CN104506606A (en) Method for embedded device to access remote database
CN103873564A (en) Method for realizing SignalR duplex communication under balanced load condition of multiple servers
KR101935249B1 (en) Method for processing based on flow using stored procedure, system and apparatus

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
EE01 Entry into force of recordation of patent licensing contract

Assignee: LIAN Technology (Nanjing) Co., Ltd.

Assignor: Linkage System Integration Co., Ltd.

Contract fulfillment period: 2009.6.23 to 2027.8.30 contract change

Contract record no.: 2009320001548

Denomination of invention: United interface based memory database remote concurrent access and interface management method

License type: exclusive license

Record date: 2009.8.17

LIC Patent licence contract for exploitation submitted for record

Free format text: EXCLUSIVE LICENSE; TIME LIMIT OF IMPLEMENTING CONTACT: 2009.6.23 TO 2027.8.30; CHANGE OF CONTRACT

Name of requester: LIANCHUANG SCIENCE ( NANJING ) CO., LTD.

Effective date: 20090817

ASS Succession or assignment of patent right

Owner name: LIANCHUANG SCIENCE ( NANJING ) CO., LTD.

Free format text: FORMER OWNER: NANJING LIANCHUANG SCIENCE CO., LTD.

Effective date: 20091211

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20091211

Address after: 16 F, 12 Huai gate, Nanjing City, Jiangsu Province, China: 210013

Applicant after: Linkage System Integration Co., Ltd.

Address before: 16 F, 12 Huai gate, Nanjing City, Jiangsu Province, China: 210013

Applicant before: Linkage System Integration Co., Ltd.

C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee

Owner name: LINKAGE ASIAINFO TECHNOLOGY (NANJING) CO., LTD.

Free format text: FORMER NAME: LINKAGE TECHNOLOGY (NANJING) CO., LTD.

CP01 Change in the name or title of a patent holder

Address after: 210013, No. 12, Huai gate, 16 floor, Nanjing, Jiangsu

Patentee after: LINKAGE-ASIAINFO TECHNOLOGIES (NANJING), INC.

Address before: 210013, No. 12, Huai gate, 16 floor, Nanjing, Jiangsu

Patentee before: Linkage System Integration Co., Ltd.

C56 Change in the name or address of the patentee

Owner name: ASIALNFO TECHNOLOGY (NANJING) CO., LTD.

Free format text: FORMER NAME: LINKAGE-ASIAINFO TECHNOLOGY (NANJING) CO., LTD.

CP01 Change in the name or title of a patent holder

Address after: 210013, No. 12, Huai gate, 16 floor, Nanjing, Jiangsu

Patentee after: Asialnfo Technology (Nanjing) Co., Ltd.

Address before: 210013, No. 12, Huai gate, 16 floor, Nanjing, Jiangsu

Patentee before: LINKAGE-ASIAINFO TECHNOLOGIES (NANJING), INC.

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110216

Termination date: 20150720

EXPY Termination of patent right or utility model