WO2001010139A2 - Object request broker with capability to handle multiple associated objects - Google Patents

Object request broker with capability to handle multiple associated objects Download PDF

Info

Publication number
WO2001010139A2
WO2001010139A2 PCT/SE2000/001497 SE0001497W WO0110139A2 WO 2001010139 A2 WO2001010139 A2 WO 2001010139A2 SE 0001497 W SE0001497 W SE 0001497W WO 0110139 A2 WO0110139 A2 WO 0110139A2
Authority
WO
WIPO (PCT)
Prior art keywords
objects
orb
arrangement according
user
gprs
Prior art date
Application number
PCT/SE2000/001497
Other languages
French (fr)
Other versions
WO2001010139A3 (en
Inventor
Arnfinn Andersen
Knut Bakke
Geier Olav Evensen
Parastoo Mohagheghi
Original Assignee
Telefonaktiebolaget Lm Ericsson (Publ)
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 Telefonaktiebolaget Lm Ericsson (Publ) filed Critical Telefonaktiebolaget Lm Ericsson (Publ)
Priority to AU61956/00A priority Critical patent/AU6195600A/en
Priority to EP00948475A priority patent/EP1201092A2/en
Priority to CA002380466A priority patent/CA2380466A1/en
Publication of WO2001010139A2 publication Critical patent/WO2001010139A2/en
Publication of WO2001010139A3 publication Critical patent/WO2001010139A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • 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/46Multiprogramming arrangements
    • G06F9/465Distributed object oriented systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/14Charging, metering or billing arrangements for data wireline or wireless communications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/14Charging, metering or billing arrangements for data wireline or wireless communications
    • H04L12/1403Architecture for metering, charging or billing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0233Object-oriented techniques, for representation of network management data, e.g. common object request broker architecture [CORBA]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/24Accounting or billing

Definitions

  • the present invention relates to the implementation of the Ericsson GPRS application.
  • the GSM based GPRS network enables users always to stay attached for information exchange over the World Wide Web.
  • the end-user is only charged for the words of data contained in the packages transmitted to and from the mobile station.
  • Ericsson's GPRS Support Nodes are based on widespread software and hardware components provided by third party vendors.
  • the application software realises GPRS specific protocols and functionality like mobility management and session management for mobile users.
  • the traffic control system e.g. handling signalling messages is implemented in Erlang to achieve robustness, while the transmission system e.g. handling payload traffic is implemented in C to achieve high throughput.
  • the software instances are distributed over any number of processors (CPUs) either located in the same network element or networked communicat- ing over a LAN or WAN.
  • the interwork between the software instances in this environment must be smooth both with regard to the software development itself and when the GPRS network is put into op- eration.
  • the software development project therefore uses object oriented methods and tools and has developed its own object request broker (ORB) according to the Corba standard for efficient object communication.
  • OMG' s Corba standard (ref. [1]) specifies the principles of how to address software objects so that they may be invoked independently of which computing environment they are running in and where they are situated. This invention is an extension of these principles.
  • Corba defines an architecture for object communication.
  • An advantage with Corba is that the different objects do not need to be implemented in the same programming language, and they do not need to know where the different objects are executing (i.e. which computer they are instantiated in) .
  • the objects defines an interface which they communicate through, while an Object Request Broker ("middleware) transfers a function call from a client object to a server object (ref. http : //www. o g. org/corba/whatiscorba .html) .
  • ORBs there are different implementations of ORBs, and this invention describes particular features of the ORB which is implemented in connection with GPRS and which we call ' con- nection broker' .
  • ORBs only implements direct communication between objects without sfurther knowledge concerning how the objects are tied together.
  • each application have to implement some system functions for operation (e.g. synchronisation) of the objects.
  • system functions for operation e.g. synchronisation
  • an arrangement in a telephone communication system wherein each subscriber is represented by a set of objects running in different environments, said objects taking part in the same chain of related events for a specific subscriber, comprising an Object Request Broker (ORB) which is adapted for providing communication between the objects by transfer of functions calls from client objects to server objects, which arrangement is characterized in that the ORB contains a register of all objects that are associated for each sub- scriber and is arranged to treat all objects as one unity.
  • ORB Object Request Broker
  • Fig. 1 shows an implementation of the connection broker for an GPRS application software.
  • Fig. 2 shows part of the connection broker data structure.
  • Fig. 3 shows a traffic use case of the connection broker. Description of the invention
  • a 'connection' All associated and dependent objects taking part in the same chain of related events for a specific GPRS subscriber within a GSN are hereafter denoted a 'connection' .
  • the ORB implementation with knowledge about all objects in a connection is called a 'connection broker' .
  • each object will have a unique object reference which is used by the ORB to address a specific object.
  • the object reference will always contain the connection id (Cid) which is specific for the subscriber and a general addressing entity like the name of the class defining the operations (functionality) for this object. All objects instantiated for one subscriber have the same Cid.
  • connection broker mechanism extends the standard OMG ORB middleware specification by keeping a register of all objects instantiated for a single user within a network element. This facilitates control of all objects belonging to this user.
  • the object interfaces are defined in IDL files.
  • the connection broker mechanism offers pragmas for synchronous or asynchronous communication between any object.
  • a pragma is a directive for automatic code generation which is used in pre-processing or compilators .
  • the designer of a server object only needs to pick the pragma suited for the wanted object communication when designing an interface in IDL.
  • the IDL compiler will then generate the appropriate client stubs and server skeletons automatically.
  • the client objects may now simply call the generated stub code which will redirect the object invocation through the connection broker.
  • Use of pragmas is in general according to OMG standards, however, the pragmas offered by the connection broker are tailored.
  • connection broker for the GPRS application software is based on a three-layered structure as shown in Fig. 1:
  • the Traffic Control (TC) layer typically runs applications related to the signalling traffic to and from the network element. Traffic routing, VLR and networked supplementary services are examples of TC layer functions. Objects representing the end-user in the TC layer are addressed by the Cid and the TC class in the object reference .
  • the Network element Object Control (NOC) layer represents the generic middleware. It offers a range of programming support functions including the connection broker mechanism which raise the level of abstraction for application designers.
  • Fig. 2 shows parts of the connection broker data structure.
  • NOC has a table of all classes in the system, given at system initiation. All allocated Cids are stored in an- other table. In addition there is a table for each class, which will point at a specific object given the Cid. By iterating all classes for one Cid in the 'all objects' tables, all associated object for one connection are found.
  • the Resource Deployment layer is dedicated to switching payload traffic and represents the application' s transmission system.
  • the RD layer objects implement the pro- tocol stacks for network element external communication. Objects representing the end-user in the RD layer are addressed by the Cid and a so-called device type or alternatively a device id in the object reference. A de- vice typically represents the implementation of a part of a protocol stack or other payload processing functions like charging.
  • the different objects may execute on different CPUs inter- connected e.g. via an Ethernet LAN.
  • the connection broker in NOC and the underlying computing environment (realising the node internal switch) provides the inter-object communication. All object communication is done via the connection broker.
  • the TC objects and the connection broker run in the same processor, while the RD objects may run on other processors.
  • the objects and the connection broker are distributed over the available processing resources.
  • an attach request message is sent to the appropriate SGSN.
  • a device object is instantiated in the RD layer and a request for path data is sent as a TC object invocation to the connection broker.
  • the IMSI of the MS and the class of the TC object are used as addressing information.
  • the connection broker does not recognise the IMSI, and allocates a new Cid for this MS. Then it spawns a new process in the TC layer and forwards the message to the requested TC class on this process.
  • TC objects are instantiated - among them objects for handling of mobility management, session manage- ment and VLR functions as needed. If the attach request is accepted, the mobility management TC object orders the establishment of a payload path between device objects in the RD layer. When the attach transaction is complete, the objects needed for this user are instantiated and will persist as long as the user stays attached in this area. Other objects may be instantiated as needed at the reception of other signalling messages.
  • Fig. 3 shows the associated objects in a connection in an SGSN.
  • the NOC connection broker has implemented a software supervision function. If one of the objects belonging to a con- nection crashes (e.g. due to a software error), the supervisor function will detect the crash and initiate a restart of all objects associated for this end-user. Some of the objects are implemented as state machines. If all influenced state machines are in a stable state, the process data may be restored from replicated memory and the objects may be recovered. However, if (some of) the objects are in an unstable state, NOC will remove all objects in the connection from the network element and the end-user must reconnect .
  • a transaction may in this context be defined as a set of signalling messages between network elements with the goal to complete a common task. Before a transaction may be committed, all associated objects must be finished processing and state machines must have reached a stable state.
  • NOC When one of the objects' state machines has reached a sta- ble state, it sends an indication to NOC that a transaction is ended, and NOC will inform all associated objects about this. They must then return an indication whether this is acceptable or not. If the transaction is complete, the data for this connection is stored persistently. Otherwise NOC waits for another 'transaction ended' indication.
  • connection broker does not contain any GPRS specific functionality and is thus suited as a generic layer in any network element in a packet or line switched network with a heterogeneous software environment.
  • the current implementation handles objects running within one network element.
  • the principles in this invention allow, however, for communication between objects running in different computing environments at different loca- tions.
  • This invention is also not limited to any specific carrier for the inter-object communication.
  • the objects handled by the connection broker could in principle be running on any networked computer resource.

Abstract

The Ericsson GPRS application is implemented using object oriented methods. During traffic a single GPRS subscriber (MS) is represented by a set of objects running in different environments. Object communication is realised through an object request broker with the capability to address all objects associated by a subscriber and thus treat them as one unity whenever required. This capability facilitates the design and implementation of the application software.

Description

OBJECT REQUEST BROKER WITH CAPABILITY TO HANDLE MULTIPLE ASSOCIATED OBJECTS
Technical Field
The present invention relates to the implementation of the Ericsson GPRS application.
Technical Background
The GSM based GPRS network enables users always to stay attached for information exchange over the World Wide Web. The end-user is only charged for the words of data contained in the packages transmitted to and from the mobile station. Ericsson's GPRS Support Nodes (GSNs) are based on widespread software and hardware components provided by third party vendors. The application software realises GPRS specific protocols and functionality like mobility management and session management for mobile users.
When developing application software for the Ericsson GPRS Support Nodes (GSNs) different programming languages are chosen for different purposes. The traffic control system e.g. handling signalling messages is implemented in Erlang to achieve robustness, while the transmission system e.g. handling payload traffic is implemented in C to achieve high throughput. At run-time the software instances are distributed over any number of processors (CPUs) either located in the same network element or networked communicat- ing over a LAN or WAN.
The interwork between the software instances in this environment must be smooth both with regard to the software development itself and when the GPRS network is put into op- eration. The software development project therefore uses object oriented methods and tools and has developed its own object request broker (ORB) according to the Corba standard for efficient object communication. Problems
To overcome the complexity of GPRS application software the functionality is modelled into several classes. Thus, when a GPRS subscriber attaches to a SGSN, several objects are instantiated both in the traffic control system and in the transmission system. Each object is highly optimized for the execution of a limited set of tasks.
Since all these objects are associated with one subscriber, there is a need to treat these objects as one unity e.g. in order to:
* Synchronize the state machines implemented in (some of) the objects
Complete transactions, or do rollback if necessary
* Terminate all associated objects if one of the objects is terminated (i.e. clean up the system)
• Restore all associated objects to a stable state if one of the objects crashes
Conventional middleware solutions do not have the knowledge about which objects actually depend on each other and thus they leave to the client and server implementations to handle cases as listed above. This implies that developers of client and server functions must spend a lot of time to tailor solutions for each case, and it also implies extraneous method invocations through the middleware.
The solution to this problem is to implement an ORB with knowledge about objects with relationships as described above. This opens up the possibility for a range of support functions in the middleware. KNOWN SOLUTIONS
OMG' s Corba standard (ref. [1]) specifies the principles of how to address software objects so that they may be invoked independently of which computing environment they are running in and where they are situated. This invention is an extension of these principles.
There is known no prior art that address the problem of handling associated objects in the middleware.
THE INVENTION
The invention in brief
In other words: Corba defines an architecture for object communication. An advantage with Corba is that the different objects do not need to be implemented in the same programming language, and they do not need to know where the different objects are executing (i.e. which computer they are instantiated in) . The objects defines an interface which they communicate through, while an Object Request Broker ("middleware) transfers a function call from a client object to a server object (ref. http : //www. o g. org/corba/whatiscorba .html) .
There are different implementations of ORBs, and this invention describes particular features of the ORB which is implemented in connection with GPRS and which we call ' con- nection broker' . As far as we know other ORBs only implements direct communication between objects without sfurther knowledge concerning how the objects are tied together. Thus each application have to implement some system functions for operation (e.g. synchronisation) of the objects. In a complex system comprising several objects this is awkward; the application has to find out itself which objects that are instantiated. Of this reason we have introduced the conception of connection which defines a set of objects which naturally are associated. E.g. if one of the objects disappears, the ORB should be able to remove the associated objects. This is not necessarily tied to GPRS per se, but GPRS is an example of an application in need of middleware for performing system functionality in an effective way. Connection broker itself is in reality application independent as the invention not restricts what a 'connection' can represent. The invention is thus an ORB which has knowledge about related objects - which makes it possible to implement a multitude of support functions in this ORB and facilitate design of client/server objects.
According to the present invention there is provided an arrangement in a telephone communication system, wherein each subscriber is represented by a set of objects running in different environments, said objects taking part in the same chain of related events for a specific subscriber, comprising an Object Request Broker (ORB) which is adapted for providing communication between the objects by transfer of functions calls from client objects to server objects, which arrangement is characterized in that the ORB contains a register of all objects that are associated for each sub- scriber and is arranged to treat all objects as one unity.
Further features of the invention appears from the appended dependant claims .
Brief description of the drawings
Fig. 1 shows an implementation of the connection broker for an GPRS application software.
Fig. 2 shows part of the connection broker data structure.
Fig. 3 shows a traffic use case of the connection broker. Description of the invention
General
All associated and dependent objects taking part in the same chain of related events for a specific GPRS subscriber within a GSN are hereafter denoted a 'connection' . The ORB implementation with knowledge about all objects in a connection is called a 'connection broker' .
According to Corba each object will have a unique object reference which is used by the ORB to address a specific object. In this invention the object reference will always contain the connection id (Cid) which is specific for the subscriber and a general addressing entity like the name of the class defining the operations (functionality) for this object. All objects instantiated for one subscriber have the same Cid.
Since one GPRS subscriber may have several active PDP contexts at the same time, it may sometimes be necessary to address one specific PDP context. For this purpose an optional sub-address is used together with the Cid to point out the appropriate sub-object for that PDP context.
The connection broker mechanism extends the standard OMG ORB middleware specification by keeping a register of all objects instantiated for a single user within a network element. This facilitates control of all objects belonging to this user.
The object interfaces are defined in IDL files. The connection broker mechanism offers pragmas for synchronous or asynchronous communication between any object. A pragma is a directive for automatic code generation which is used in pre-processing or compilators . The designer of a server object only needs to pick the pragma suited for the wanted object communication when designing an interface in IDL. The IDL compiler will then generate the appropriate client stubs and server skeletons automatically. The client objects may now simply call the generated stub code which will redirect the object invocation through the connection broker. Use of pragmas is in general according to OMG standards, however, the pragmas offered by the connection broker are tailored.
The implementation of the connection broker for the GPRS application software is based on a three-layered structure as shown in Fig. 1:
The Traffic Control (TC) layer typically runs applications related to the signalling traffic to and from the network element. Traffic routing, VLR and networked supplementary services are examples of TC layer functions. Objects representing the end-user in the TC layer are addressed by the Cid and the TC class in the object reference .
The Network element Object Control (NOC) layer represents the generic middleware. It offers a range of programming support functions including the connection broker mechanism which raise the level of abstraction for application designers. Fig. 2 shows parts of the connection broker data structure.
NOC has a table of all classes in the system, given at system initiation. All allocated Cids are stored in an- other table. In addition there is a table for each class, which will point at a specific object given the Cid. By iterating all classes for one Cid in the 'all objects' tables, all associated object for one connection are found.
The Resource Deployment layer is dedicated to switching payload traffic and represents the application' s transmission system. The RD layer objects implement the pro- tocol stacks for network element external communication. Objects representing the end-user in the RD layer are addressed by the Cid and a so-called device type or alternatively a device id in the object reference. A de- vice typically represents the implementation of a part of a protocol stack or other payload processing functions like charging.
The different objects may execute on different CPUs inter- connected e.g. via an Ethernet LAN. The connection broker in NOC and the underlying computing environment (realising the node internal switch) provides the inter-object communication. All object communication is done via the connection broker.
In the current implementation the TC objects and the connection broker run in the same processor, while the RD objects may run on other processors. In a multiprocessor computer the objects and the connection broker are distributed over the available processing resources.
Traffic Use Case and Examples of Benefits
Use case:
When an end-user switches on her mobile station (MS), an attach request message is sent to the appropriate SGSN. Here a device object is instantiated in the RD layer and a request for path data is sent as a TC object invocation to the connection broker. The IMSI of the MS and the class of the TC object are used as addressing information. The connection broker does not recognise the IMSI, and allocates a new Cid for this MS. Then it spawns a new process in the TC layer and forwards the message to the requested TC class on this process.
Now several TC objects are instantiated - among them objects for handling of mobility management, session manage- ment and VLR functions as needed. If the attach request is accepted, the mobility management TC object orders the establishment of a payload path between device objects in the RD layer. When the attach transaction is complete, the objects needed for this user are instantiated and will persist as long as the user stays attached in this area. Other objects may be instantiated as needed at the reception of other signalling messages. Fig. 3 shows the associated objects in a connection in an SGSN.
Example 1 - Connection restart:
The NOC connection broker has implemented a software supervision function. If one of the objects belonging to a con- nection crashes (e.g. due to a software error), the supervisor function will detect the crash and initiate a restart of all objects associated for this end-user. Some of the objects are implemented as state machines. If all influenced state machines are in a stable state, the process data may be restored from replicated memory and the objects may be recovered. However, if (some of) the objects are in an unstable state, NOC will remove all objects in the connection from the network element and the end-user must reconnect .
Example 2 - Transaction monitoring:
A transaction may in this context be defined as a set of signalling messages between network elements with the goal to complete a common task. Before a transaction may be committed, all associated objects must be finished processing and state machines must have reached a stable state.
When one of the objects' state machines has reached a sta- ble state, it sends an indication to NOC that a transaction is ended, and NOC will inform all associated objects about this. They must then return an indication whether this is acceptable or not. If the transaction is complete, the data for this connection is stored persistently. Otherwise NOC waits for another 'transaction ended' indication.
Broadening
The connection broker does not contain any GPRS specific functionality and is thus suited as a generic layer in any network element in a packet or line switched network with a heterogeneous software environment.
Further, the current implementation handles objects running within one network element. The principles in this invention allow, however, for communication between objects running in different computing environments at different loca- tions. This invention is also not limited to any specific carrier for the inter-object communication. The objects handled by the connection broker could in principle be running on any networked computer resource.
ADVANTAGES
1. Simplifies design and implementation of client and server objects since the generic middleware (i.e. connection broker) may take care of object management and synchronization. By keeping the client and server objects simple they also become less error prone.
2. Minimize number of function calls related to object management and synchronization, i.e. improve network ele- ment performance.
ABBREVIATIONS
Cid Connection identity Corba Common object request broker architecture
GPRS General Packet Radio Services
IDL Interface Definition Language
IMSI International Mobile Subscriber Identity LAN Local Area Network
MS Mobile Station
NOC Network element Object Control
OMG Object Management Group ORB Object Request Broker
RD Resource Deployment
SGSN Serving GPRS Support Node
TC Traffic Control
VLR Visitor Location Register WAN Wide Area Network
References
[1] OMG' s Corba standard: http://www.omg.org

Claims

P a t e n t c l a i m s
1. Arrangement in a telephone communication system, wherein each user is represented by a set of objects, said objects taking part in the same chain of related events for a spesific user, comprising an Object Request broker (ORB) conformed to the Corba standard which is adapted for providing communication between the object by transfer of function calls from client objects to server objects, c h a r a c t e r i z e d i n that the ORB contains a register of all objects that are associated for each user, said objects each associated with one or more execution threads implemented in one or more programming languages running at one or more distributed processors, said ORB adapted to treat all said objects as one unity and to synchronise the state machines implemented in some or all of the objects.
2. Arrangement according to claim 1, c h a r a c t e r i z e d i n that the user is a subscriber, a network node or another external user.
3. Arrangement according to claim 2, c h a r a c t e r i z e d i n that the ORB is adapted to terminate all associated objects if one of the objects is terminated.
4. Arrangement according to claim 3, c h a r a c t e r i z e d i n that the ORB is adapted to restore all associated objects to a stable state if one of the objects crashes.
5. Arrangement according to one of the preceding claims, c h a r a c t e r i z e d i n that the objects object- reference contain a common, unique identity and a general address entity like the name of the class defining the method for these objects.
6. Arrangement according to one of the preceding claims, c h a r a c t e r i z e d i n a pragma for automatic code generation to obtain method invocation.
7. Use of the arrangement according to one of the preceding claims in a GPRS communication system.
PCT/SE2000/001497 1999-07-29 2000-07-14 Object request broker with capability to handle multiple associated objects WO2001010139A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
AU61956/00A AU6195600A (en) 1999-07-29 2000-07-14 Object request broker with capability to handle multiple associated objects
EP00948475A EP1201092A2 (en) 1999-07-29 2000-07-14 Object request broker with capability to handle multiple associated objects
CA002380466A CA2380466A1 (en) 1999-07-29 2000-07-14 Object request broker with capability to handle multiple associated objects

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
NO19993699A NO310750B1 (en) 1999-07-29 1999-07-29 Handling of objects in telecommunication systems
NO19993699 1999-07-29

Publications (2)

Publication Number Publication Date
WO2001010139A2 true WO2001010139A2 (en) 2001-02-08
WO2001010139A3 WO2001010139A3 (en) 2001-12-06

Family

ID=19903619

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SE2000/001497 WO2001010139A2 (en) 1999-07-29 2000-07-14 Object request broker with capability to handle multiple associated objects

Country Status (5)

Country Link
EP (1) EP1201092A2 (en)
AU (1) AU6195600A (en)
CA (1) CA2380466A1 (en)
NO (1) NO310750B1 (en)
WO (1) WO2001010139A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001075601A1 (en) * 2000-03-30 2001-10-11 Telefonaktiebolaget Lm Ericsson (Publ) Efficient implementation of several independent state machines in the same process
CN110888633A (en) * 2019-10-18 2020-03-17 福建天晴数码有限公司 Unity and H5 component synchronization method and system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5808911A (en) * 1997-06-19 1998-09-15 Sun Microsystems, Inc. System and method for remote object resource management
US5826065A (en) * 1997-01-13 1998-10-20 International Business Machines Corporation Software architecture for stochastic simulation of non-homogeneous systems
US5838970A (en) * 1994-10-04 1998-11-17 Recognition International Inc. Object-oriented computer environment and related method
WO1998058313A1 (en) * 1997-06-18 1998-12-23 Citr Pty. Ltd. System development tool for distributed object oriented computing
WO1999003286A2 (en) * 1997-07-11 1999-01-21 Northern Telecom Limited Cellular system employing an object request broker
GB2332288A (en) * 1997-12-10 1999-06-16 Northern Telecom Ltd agent enabling technology
EP0924614A2 (en) * 1997-12-18 1999-06-23 Sun Microsystems, Inc. Method and apparatus for efficient representation of variable lenght identifiers in a distributed object system
US5925098A (en) * 1996-12-20 1999-07-20 International Business Machines Corporation Apparatus and method for dispatching client method calls within a server computer system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5838970A (en) * 1994-10-04 1998-11-17 Recognition International Inc. Object-oriented computer environment and related method
US5925098A (en) * 1996-12-20 1999-07-20 International Business Machines Corporation Apparatus and method for dispatching client method calls within a server computer system
US5826065A (en) * 1997-01-13 1998-10-20 International Business Machines Corporation Software architecture for stochastic simulation of non-homogeneous systems
WO1998058313A1 (en) * 1997-06-18 1998-12-23 Citr Pty. Ltd. System development tool for distributed object oriented computing
US5808911A (en) * 1997-06-19 1998-09-15 Sun Microsystems, Inc. System and method for remote object resource management
WO1999003286A2 (en) * 1997-07-11 1999-01-21 Northern Telecom Limited Cellular system employing an object request broker
GB2332288A (en) * 1997-12-10 1999-06-16 Northern Telecom Ltd agent enabling technology
EP0924614A2 (en) * 1997-12-18 1999-06-23 Sun Microsystems, Inc. Method and apparatus for efficient representation of variable lenght identifiers in a distributed object system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001075601A1 (en) * 2000-03-30 2001-10-11 Telefonaktiebolaget Lm Ericsson (Publ) Efficient implementation of several independent state machines in the same process
CN110888633A (en) * 2019-10-18 2020-03-17 福建天晴数码有限公司 Unity and H5 component synchronization method and system
CN110888633B (en) * 2019-10-18 2023-04-11 福建天晴数码有限公司 Unity and H5 component synchronization method and system

Also Published As

Publication number Publication date
NO993699D0 (en) 1999-07-29
WO2001010139A3 (en) 2001-12-06
CA2380466A1 (en) 2001-02-08
NO310750B1 (en) 2001-08-20
EP1201092A2 (en) 2002-05-02
NO993699L (en) 2001-01-30
AU6195600A (en) 2001-02-19

Similar Documents

Publication Publication Date Title
US6832238B1 (en) Local transaction management
US5551035A (en) Method and apparatus for inter-object communication in an object-oriented program controlled system
US6317428B1 (en) Method of providing a service to users of a telecommunication network, service control facility, and processing node
Pagurek et al. Integration of mobile agents with SNMP: Why and how
JP2001521686A (en) Apparatus for simplifying the design and implementation of mobile services in communication systems
JPH1145231A (en) Method for providing at least one service for user of long-distance communication network, service management facility, and server node
GB2336969A (en) PC-based PBX
EP0405829B1 (en) Object oriented software system architecture
JPH1146375A (en) Service switching exchange for communication network and inter-service control facility communication method
EP1201092A2 (en) Object request broker with capability to handle multiple associated objects
JP3924279B2 (en) Service application architecture for integrated network service providers
Schmidt A family of design patterns for flexibly configuring network services in distributed systems
US20010032233A1 (en) Efficient implementation of several independent state machines in the same process
Berg et al. CORBA and intelligent network (IN) interworking
KR100206475B1 (en) Exchange intelligence network service
Lipperts Enabling alarm correlation for a mobile agent based system and network management-a wrapper concept
Du et al. A framework for web-based intelligent decision support enterprise
Davidson et al. Implementing ain concepts in an existing switching system
Raguideau et al. Telecommunication service software architecture for next-generation networks
Liu et al. OSI remote procedure call: Standardization issues, design and implementation
Poo et al. Modularity versus efficiency in OSI system implementations
Lin et al. Signalling adaptors between distributed systems and telecommunication networks
Maruyama Concurrent object-oriented programming for distributed real-time systems
Aleksy et al. Design and implementation of a CORBA-based object group service supporting different data dispatching strategies
WO2000022842A1 (en) Processing platform

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

WWE Wipo information: entry into national phase

Ref document number: 2000948475

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2380466

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 61956/00

Country of ref document: AU

WWP Wipo information: published in national office

Ref document number: 2000948475

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase in:

Ref country code: JP