METHOD FOR CALLING SERVER OBJECT APPLICATION FROM CLIENT APPLICATION IN DISTRIBUTED OBJECT SYSTEM

PURPOSE: A method for calling a server object application from a client application in a distributed object system is provided to make a client call a remote object as if the remote object is a self local object under a distributed object system environment, so that a server can support uniform mult...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: NAM, GUNG HAN, LEE, GWON IL, LEE, GEUN YEONG, SON, DEOK JU
Format: Patent
Sprache:eng ; kor
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:PURPOSE: A method for calling a server object application from a client application in a distributed object system is provided to make a client call a remote object as if the remote object is a self local object under a distributed object system environment, so that a server can support uniform multi-client requests by using an object list and a multi-threaded system to make the client call a correct remote object. CONSTITUTION: A client stores a call-ready object in an object list of a server among many objects of the server, after the server is driven. The client transmits a remote object call message to the server. The server searches the call-ready object requested by the client, and generates a thread for controlling an object calling. The server performs the object calling to transmit a result to the client.