WO1997003399A1 - Method and apparatus for managing applications in a network - Google Patents
Method and apparatus for managing applications in a network Download PDFInfo
- Publication number
- WO1997003399A1 WO1997003399A1 PCT/US1996/011263 US9611263W WO9703399A1 WO 1997003399 A1 WO1997003399 A1 WO 1997003399A1 US 9611263 W US9611263 W US 9611263W WO 9703399 A1 WO9703399 A1 WO 9703399A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- application
- attribute
- database
- ofthe
- attributes
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/465—Distributed object oriented systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/604—Tools and structures for managing or administering access control systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
Definitions
- the present invention relates to the management of application programs in a computer
- the servers typically provide file access, printer access, and other services to users who are stationed at the client machines.
- Some large networks contain
- Network administrator or "administrator.” Persons who use the network are known as “users.” Administrators are also users.
- strators to locate particular executable codes. The situation is much worse for users who are
- program such as drive mappings, printer port requirements, working directory names, scripts,
- the present invention provides a method and apparatus for centrally managing applica-
- One aspect ofthe present invention provides a modified
- the database schema defines what type of resources can be represented in the
- the database provides network administrators with an efficient and effective way to
- the resources represented in the modified database include application programs, such as word processors and spreadsheets, that reside on the network.
- application programs such as word processors and spreadsheets
- provided by the present invention support the creation, deletion, and alteration of application
- Novell NetWare® networks presently used on Novell NetWare® networks.
- Each application object represents one application program and its execution
- each application object includes the location of at least
- blue brief textual description
- database such as hierarchical organization, access control, replication of database objects to
- the present invention also provides an application launcher.
- the present invention also provides an application launcher.
- the present invention also provides an application launcher.
- the present invention also provides an application launcher.
- application launcher allows a user to browse through the application objects which represent the
- the launcher also automatically launches specified "auto start” applications when a user runs the
- the launcher updates a list of available applications that is associated with
- the launcher uses the information in the
- Resource setup typically involves mapping drives and capturing
- printer ports as needed; setup may also involve running a startup script.
- the launcher cleans up by unmapping drives, releasing captured ports, and detaching
- Cleaning up also includes running a shutdown script if one is provided.
- the present invention provides a computer-implemented method and apparatus for
- Consistency is achieved by gathering the information into a central
- Database which is accessed through specified administrator tools and user interfaces.
- Figure 1 is a diagram illustrating a computer network.
- Figure 2 is a diagram illustrating components ofthe computer network of Figure 1
- FIG. 3 is a flowchart illustrating an event-driven embodiment of application
- Figure 4 is a flowchart illustrating an alternative command-driven embodiment ofthe
- Figure 5 is a flowchart further illustrating an application management routine for
- Figure 6 is a flowchart further illustrating attribute definition and addition steps ofthe
- Figure 7 is a flowchart further illustrating class definition and addition steps ofthe
- Figure 8 is a flowchart further illustrating an application launcher according to the
- Figure 9 is a flowchart further illustrating an application launching step shown in Figure 8.
- Figure 10 is a flowchart further illustrating a resource setup step shown in Figure 9.
- Figure 1 1 is a flowchart further illustrating drive mapping, port capturing, and server
- the present invention relates to a method and apparatus for managing application
- object code "executable code,” and “executable” are likewise used interchangeably.
- One ofthe many networks suited for use with the present invention is indicated generally at 10
- the network 10 includes Novell NetWare® software, version 1,
- the illustrated network 10 includes
- Each local network 12 includes a file server 14 and one or
- a printer 18 and an array of disks 20 are also attached to the network 10.
- the network 10 includes a
- the network resources 22 are administered through certain directory services 24.
- the network resources 22 are administered through certain directory services 24.
- directory services 24 administer both the location ofthe resources 22 and the rights of network
- the directory services 24 include services provided
- NSS NetWare Directory Services
- Novell, Inc. of Orem, Utah NetWare Directory Services is a trademark of Novell, Inc..
- directory services 24 component includes a schema 28.
- the schema 28 was a default schema 30 that did not support application objects.
- the present invention is an extended schema 32 which does support application objects.
- the schemas 28, 30, and 32 each include a set of "attribute syntax" definitions, a set of
- Each attribute syntax in the schema 28 is specified by an attribute syntax name and the
- Attribute syntaxes thus conespond roughly to data types such as integer, float, string, or Boolean
- Each attribute in the schema 28 has certain information associated with it.
- Each attribute in the schema 28 has certain information associated with it.
- the attribute name identifies the attribute
- attribute syntax limits the values that are assumed by the attribute. For instance, the
- default schema 30 includes an attribute of syntax type integer having the name "supported
- Each object class in the schema 28 also has certain information associated with it.
- Each class has a name which identifies this class, a set of super classes that identifies the other classes
- Each object class also has a container flag and an effective flag.
- the container flag
- class indicates whether the class is a container class, that is, whether it is capable of containing
- the effective flag indicates whether instances ofthe class can be
- Non-effective classes are used only to define attributes that will be inherited by other
- each object class groups together certain attributes.
- a class are those attributes that can be used to name instances ofthe class.
- attributes of a class are those attributes that must exist in each valid instance ofthe class and/or
- class are those attributes that may, but need not, exist in each valid instance ofthe class.
- Optional attributes of a parent class become optional attributes of a child class which inherits
- the child inherits, in which case they are also mandatory in the child.
- An object is an instance of an object class. Different objects ofthe same class have the same
- the directory services 24 also include an interface library 34 which provides access to
- the schema 28 is an API-extensible schema in that the
- API Programmers' Interface
- the interface library 34 includes tables or commands stored in
- the interface library 34 includes a set of routines that are
- library 34 includes an API that defines an interface to an NWDSxxx() library 36 which is
- NWDS NetWare Directory Services
- the database 38 contains objects 49 and 51 that are defined according to the schema 28
- the database 38 is a "hierarchical" database 38 because the objects 49 and 51 in the
- database 38 are connected in a hierarchical tree structure. Objects in the tree that can contain
- container objects other objects are called "container objects" and must be instances of a container object class.
- the database 38 is also a "synchronized-partition" database 38.
- the database 38 is
- the database 38 includes a Novell NetWare Directory Services database ("NDS database”)
- Typical administrator tools 42 include partition
- the present invention supplements the previously available administrator tools 42 by
- application objects 49 to the database 38 and other features ofthe present invention make application programs 23 available to network administrators and users in a previously unknown, uniform, convenient, and efficient manner.
- the present invention also provides users with an application launcher 50 for initiating
- present invention provides desktop attributes on user, group, and container objects 51 which
- the schema 28 and the database 38 include a tangible embodiment stored in one or more
- Suitable storage devices include floppy disks, hard disks, tape, CD-
- Each program storage device is readable by one or
- Each program storage device tangibly embodies a program, functions, or instructions that are executable by the machines 14 and/or 16 to
- the application management routines 48 are located in a "snap-in"
- module 54 stored in a .DLL file on a disk in the Microsoft® WindowsTM environment ("Micro-
- Figure 3 illustrates steps that are taken by the snap-in module 54 to modify the directory services
- module 54 provide network administrators with control over application objects 49 by adding
- routines 48 could also be
- NWAdmin is a commercially owned by programs other than NWAdmin.
- the module 54 extends NWAdmin to support application objects 49.
- the initial step taken by the snap-in module 54 is a
- registration step 60 which registers the snap-in module 54 with NWAdmin.
- routines 48 are registered with another administration program to make them
- the snap-in module 54 the first application object procedure
- SnapinApplicationProc() a function which receives and processes messages from
- SnapinApplicationProc() also manages device
- SnapinApplicationProc() invokes NWAAddClassData() to register with NWAdmin
- Browsing may be performed with a
- SnapinApplicationProc() registers the following set of bitflags: NWA_OP_DETAILS,
- NWA_OP_RENAME NWA_OP_DELETE, NWA_OP_DSTYPE, NWA_OP_CREATE.
- SnapinApplicationProc() then creates a local copy ofthe
- SnapinApplicationProc() retums the number of
- SnapinApplicationProc() registers the next interface page with NWAdmin.
- SnapinApplicationProc() invokes a
- SnapinApplicationProc() removes any relevant licensing certificate and deletes the
- SnapinApplicationProc() frees the memory it allocated, closes files (if any) that it
- SnapinApplicationProc() also invoke NWARemoveClassData() to remove the bitmaps added earlier to NWAdmin's class tables.
- Some embodiments remove the new application object classes from the schema 28; altemative
- SnapinDesktopProcO which receives and processes
- DesktopProcO creates and registers with NWAdmin an interface page titled "Desktop Objects.”
- SnapinDesktopProcO takes care to identify aliases and to allow changes to desktop
- SnapinDesktopProcO steps such as modifying or closing steps, are readily determined by
- the registration step 60 is followed by a query step
- the query step 62 determines whether additional
- Suitable modifications include defining new attributes and/or new object classes.
- the query step 62 queries the user to obtain authority to perform the identified
- the snap-in module 54 performs
- the context is captured by the following sequence
- Context CreateContext(); NWDSSetContext( Context, DCK_NAME_CONTEXT, DS_ROOT_NAME );
- variable Context is of type NWDSContextHandle, and is a buffer used by NWDSxxx()
- the variable UserName is an anay of characters which contains the name ofthe user who
- CreateContext() is a snap-in module 54 function which invokes
- NWDSCreateContext() to create a local copy ofthe context, calls NWDSGetContext() to create a local copy ofthe context.
- NWDSSetContext() DCV_TYPELESS_NAMES, DCV_XLATE_STRINGS,
- desktop objects 51 with database rights which include both the object's cunent rights and the
- the snap-in module 54 goes into an event handling loop
- the event handling loop also supports conventional steps such as
- Figure 4 illustrates one altemative embodiment ofthe routines 48 of Figure 2 in the form of a command-driven administrator tool 72.
- command-driven tool 72 contain co ⁇ esponding components which accomplish similar
- the command-driven tool 72 responds to an
- initialize command with an initialization step 74 which initializes bitmaps, interface pages,
- the command-driven tool 72 responds to a "configure browser" command with a
- browser configuration step 76 which sets default filter characteristics of a browser. Suitable
- browser filter characteristics include the name of an object class, a flag indicating whether to
- Suitable browser filter characteristics also include contextual information such
- the command-driven tool 72 responds to a "create object" command with a browser
- step 78 initiates or resumes execution ofthe browser, thereby allowing the administrator to scan
- the browser enablement step 78 initiates
- the object creation enablement step 80 obtains the path name of a new object 49 or 51
- One embodiment converts the path name to a Universal Naming
- the object creation enablement step 80 creates an
- one embodiment ofthe step 80 first creates a local
- NWDSSetContext() is then called to
- NWDSAddObject() is invoked with the context and cunent mandatory attribute values as
- a modification step 82 taken in response to a "modify" command performs in a manner
- the modification step 82 invokes
- the object 49 attributes after updating a local buffer is allocated and initialized substantially as in the object creation step 80 and then overwritten with the modifying values.
- the modification step 82 then invokes NWDSModifyObject() to make the requested changes.
- a remove license step 84 is taken in response to a delete command.
- step 84 communicates with the licensing server and/or takes other steps readily determined by
- object step 86 then invokes standard NWDSxxx() or equivalent routines to delete the selected
- a close-and-clean-up step 88 closes opened files, detaches from the directory service 24,
- the step 88 gives the administrator the option of restoring the database 38 and/or
- the schema modification step 64 includes an attribute
- definition and addition step 90 which in turn includes separate definition and addition steps 91
- the step 91 defines and adds a "desktop" attribute having a distinguished name attribute
- the desktop attribute takes as its value a list of application objects 49 that
- the desktop attribute is added to the User, Organizational Role, Group,
- the term “desktop object” includes any object 51 in the database 38
- desktop attributes which is an instance of a class containing the desktop attribute.
- Associating desktop attributes with container classes allows application objects 49 to be located on desktops 52 that are
- the desktop attribute is added to a
- step 91 invokes
- memsetO to initialize a struct in RAM to hold the new attribute's values, and then sets the syntax
- NWDSInitBuf() NWDSPutAttrName(), NWDSModifyClassDef(), and NWDSFreeBuf() with
- the step 93 defines and adds an "auto start" attribute having a typed name attribute
- the auto start attribute takes as its value a list of application objects 49 that
- desktop object 51 read and compare rights to all the application object 49's attributes, as well as
- the auto start attribute is added to the desktop classes.
- these classes In one embodiment these classes
- the auto start attribute is added to a subset of these classes and/or to
- the step 96 defines and adds a "launcher configuration" attribute having a stream
- configuration attribute takes as its value a stream.
- an integer in
- attribute syntax is used and the attribute's values are treated as bitflags and/or bitfields.
- the launcher configuration attribute contains various indications regarding the desired
- Suitable indications include an indication whether the application
- launcher 50 should use its default settings, indications regarding icon refresh, an indication
- Suitable refresh indications include an indication whether the user is allowed to manually
- application object 49 icons should be automatically refreshed after each time interval of a specified length elapses. Icon refresh is discussed further in connection with Figure 8.
- embodiments contain different launcher configuration indications.
- the launcher configuration attribute is added to the User
- configuration attribute is added to different or additional desktop classes.
- the step 98 defines and adds an "icon" attribute having a stream attribute syntax
- the icon attribute takes as its value a
- icon data defining one or more icons for an application 23 is
- the step 100 defines and adds a "file path" attribute having a case ignore string attribute
- file path attribute takes as its
- server name is maintained in a separate
- the file path attribute is multi-valued rather than single-valued, and contains one or more executable file paths. Listing several file paths increases the possibility of launching an
- the file path attribute is
- fault tolerance is
- fault tolerance object 53 includes a list which references a plurality of application objects 49.
- One suitable embodiment ofthe list uses an "altemate application objects" attribute having a
- attribute may be added to the generic application objects class.
- the network administrator places application objects 49
- the application launcher 50 could easily locate a replacement application object 49 to
- the step 102 defines and adds a "working directory" attribute having a case ignore string
- attribute takes as its value the full path (including server name) to the application's working
- the working directory attribute is added to the generic application objects class.
- the step 104 defines and adds a "flags" attribute having an integer attribute syntax
- the flags attribute is multi-valued.
- the flags attribute value is treated as a bitset. In one embodiment the bits indicate whether to
- the step 106 defines and adds a "blurb" attribute having a case ignore string attribute
- the blurb value is a short description ofthe
- blurb attribute may be used as a brief identifier to access the application object 49 in the
- the blurb attribute is added to the generic application objects class.
- the steps 108 and 110 define and add a "startup script” and a “shutdown script” attribute,
- Each script attribute has a stream attribute syntax and the Single- Valued flag.
- startup script attribute value is a script to run before the application 23 executes, while the
- shutdown script attribute value is a script to run after the application 23 terminates.
- each script is in NetWare Login Script format.
- the script attributes are added to
- the step 1 12 defines and adds a "licensing" attribute having a stream attribute syntax
- the licensing value includes information
- the licensing attribute is added to the generic application objects class.
- the step 114 defines and adds a "parameters" attribute having a case ignore string
- the parameters attribute has a stream attribute syntax.
- the parameters attribute value includes
- command line parameters to be passed to the application 23 when it is launched.
- the step 116 defines and adds a "drive mappings" attribute having a case ignore string
- the drive mappings attribute value includes a list of drives which must be
- the step 118 defines and adds a "printer ports" attribute having a case ignore string
- the printer ports attribute value includes a list of printer ports which must be
- the step 120 defines and adds a "contacts" attribute having a distinguished name attribute syntax.
- the contacts attribute value includes a list of other network users who may be
- ments ofthe invention define one or more ofthe attributes differently than the illustrative
- one or more ofthe attributes sets the Non-removable flag and/or uses a different attribute syntax.
- the step 90 defines and adds a "handler" attribute having
- the handler attribute value includes a list of handlers
- the step 90 defines and adds a "searchmap path" attribute
- the searchmap path attribute value includes a
- the step 90 defines and adds a "catch-all" attribute having
- the catch-all attribute value includes application-defined values
- a step ofthe present invention adds a "see also" attribute
- the see also attribute value includes a list of
- desktop objects having a desktop attribute whose value includes the name ofthe application
- step 90 of defining and adding new attributes is
- step 94 defines and adds one or more platform-specific
- Definition and addition of a class in the schema 28 includes a step 122 of allocating and
- step 122 initializing a buffer to hold information about the new class.
- step 122 the step 122
- the new class are defined by successive calls to NWDSBeginClassItem() and NWDSPut-
- the steps 128, 130, and 132 includes an initial call to NWDSBeginClassItem() followed by calls
- NWDSPutClassItemO for each ofthe naming attributes, each ofthe mandatory attributes, and each ofthe optional attributes, respectively.
- step 92 defines and adds to the schema 28 a generic application objects class which has Top as
- the description attribute's value is a name that appears
- the file path attribute is optional rather than mandatory.
- application object would contain a script only, with no ultimate executable launched and tumed
- the generic class's optional attributes include the following attributes defined in the step
- One embodiment ofthe step 94 defines and adds to the schema 28 a platform-specific
- This Windows application class is an effective non-
- NT is a registered trademark of Microsoft Co ⁇ oration
- the application launcher 50 is associated with the
- launcher 50 and the application management routines 48 are combined in a single tool, similar to
- the application launcher 50 executes to then launch that application object 49.
- the application launcher 50 executes to then launch that application object 49.
- the application launcher 50 executes to then launch that application object 49.
- the container 16 reads a user object's container object in the database 38 when a user logs on.
- object has a stream syntax "application launcher bootstrap” attribute which contains the
- One method of the present invention includes the step of reading executable launcher code from the application launcher bootstrap attribute in
- the launcher 50 performs a reading step 139. During the
- the launcher 50 reads the cu ⁇ ent value ofthe launcher configuration attribute
- the value ofthe launcher configuration attribute as well as the
- buffers are allocated in the schema 28 by invoking NWDSAllocBuf(). One buffer will hold the
- the first buffer is initialized by calling NWDSInitBuf(). Calls are then made to
- AttrValSize() is called to determine the amount of memory needed by the launcher 50 to hold
- NWDSFreeBuf() is then called twice to free the two database
- the launcher 50 also performs an auto start launching step 140 to launch each ofthe
- enor messages are provided to the user and/or to the network administrator
- the icon for an application 23 is preferably stored in the icon attribute in
- launcher 50 performs a get-icons step 142 to obtain from the directory services database 38 the
- the get-icons step 142 is accomplished using software which is
- the icon.c file is
- icon.c is modified to retum a pointer to an OWL Ticon structure rather than a
- the launcher 50 performs browsing and/or searching as
- Suitable browsers for performing the step 143 include without limitation
- Searching during the step 143 may include specifying search parameters or
- Searching may also include a specification of how
- One such command orders the launcher 50 to perform a manual
- Icon refresh is useful because the network administrator may have added
- the launcher 50 maintains an intemal list of application objects 49 for which icons are
- the manual refresh step 144 causes the launcher 50 to scan a portion ofthe
- the portion ofthe database 38 hierarchy searched is specified by the container levels value stored in the launcher configuration attribute ofthe user and container objects.
- timestamps are used to detect
- the user may also order the launcher 50 to perform a viewing step 146.
- step 146 displays the cunent values of predetermined attributes.
- One embodiment displays all
- attributes such as the parameters attribute and/or the contacts attribute.
- the user In connection with the viewing step 146, the user is able to ask a contact for help during
- the asking step 148 includes viewing the cunent value
- the launcher 50 initiates email co ⁇ e ⁇
- the user may also select a specific application 23 and order the launcher 50 to
- the application 23 is selected for launching by double-clicking a mouse button
- the launcher 50 also takes certain steps not
- the launcher 50 maintains an intemal stmcture that
- information includes user interface information such as drive mappings, printer port captures,
- the launcher 50 detects termination of an
- application 23 by polling, by an interrupt or event notification, or by other familiar means.
- the launcher 50 updates the launcher 50
- the cleaning step 154 which
- an icon updating step 156 is also performed without a direct user request.
- the icon updating step 156 is substantially similar to the
- launching a user-selected application 23 includes a single performance ofthe launching step 158.
- the launching step 158 includes a disabling step 160
- step 156 Disabling the updating steps 152 and 156 simplifies subsequent steps ofthe launching
- step 158 by preventing inconsistencies in the launcher 50's status information.
- a resource setup routine then sets up resources needed by the
- the setup step 162 also sets standard flags that
- a process initialization step 164 invokes an operating system routine or other process
- initializer to initialize a process control block or similar process control stracture used by the
- the step 164 also allocates a processor to a process, task, or thread conesponding to the application 23.
- a processor to a process, task, or thread conesponding to the application 23.
- the step 164 includes a call to ShellExecute() or CreateProcess().
- An update status step 166 then updates the launcher 50's intemal application status
- An enabling step 168 then reverses the disabling effects ofthe step 160. This allows the
- a control transferor transfers control of a processor in the
- the launcher 50 suspends itself, invokes
- the step 170 includes a call to Yield().
- step 164 may be combined with the step 170 in environments which
- disabling step 160 and the enabling step 168 are omitted in embodiments which do not use
- a reading step 174 reads the value ofthe flags
- the launcher 50 launches the application 23 telling it to run
- a drive mapping step 176 follows the sequence described in Figure 11. In the drive
- mapping step 176 the "resources" refe ⁇ ed to in Figure 11 are disk drives and the step of
- mapping includes mapping a drive.
- a port capturing step 178 likewise follows the sequence
- claiming includes capturing a printer port for use by the application 23.
- an attaching step 182 determines the location ofthe executable code for the application 23, an attaching step 182 also
- the resources are servers
- the step 180 of determining the executable code location utilizes
- step 180 preferably includes string manipulations to create an UNC name.
- environment variables In other embodiments environment
- the step 184 may also include a conversion to the UNC format.
- a step 186 of determining the command line parameters may utilize both the
- environment variables may be ignored.
- Figure 11 illustrates the stmcture of each ofthe steps 176, 178, and 182 of Figure 10.
- querying step 188 determines whether additional resource claims made by the application 23
- mappings listed in the drive mappings attribute have been addressed by the launcher 50.
- the querying step 188 similarly determines whether any additional
- printer ports need to be captured by checking the printer ports attribute, and in the server
- a second querying step 190 determines that the resource has not been
- a claiming step 192 claims the resource for the application 23.
- the second querying step 190 examines the intemal status information
- the claiming step 192 provides substantially the same
- step 192 provides substantially the same functionality as the familiar DOS capture command.
- the claiming step 192 calls
- a third querying step 194 is taken.
- step 194 determines whether the previous claim and the claim sought by the application 23 are
- the third querying step 194 passes control to an enor
- the third querying step 194 similarly compares previously made port
- the third querying step 194 typically finds no enor because desktops 52 can
- an incrementing step 198 increments a use
- inventions include a computer-readable storage medium in combination with the specific physical
- configuration represents data and instructions which cause the computers 14 and 16 to operate in
- Suitable storage devices include floppy
- Each such medium tangibly embodies a program, functions, and/or instructions that are executable by the machines 14 and/or 16 to perform application
- Database 38 and desktop 52 updates and refreshes are performed with the
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Automation & Control Theory (AREA)
- Health & Medical Sciences (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE69616329T DE69616329T2 (en) | 1995-07-07 | 1996-07-03 | METHOD FOR CONTROLLING APPLICATION PROGRAMS IN A NETWORK |
CA002226360A CA2226360C (en) | 1995-07-07 | 1996-07-03 | Method and apparatus for managing applications in a network |
JP9505887A JPH10511201A (en) | 1995-07-07 | 1996-07-03 | Method and apparatus for managing applications in a network |
EP96923633A EP0838055B1 (en) | 1995-07-07 | 1996-07-03 | Method for managing applications in a network |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/499,711 | 1995-07-07 | ||
US08499711 US5692129B1 (en) | 1995-07-07 | 1995-07-07 | Managing application programs in a computer network by using a database of application objects |
Publications (1)
Publication Number | Publication Date |
---|---|
WO1997003399A1 true WO1997003399A1 (en) | 1997-01-30 |
Family
ID=23986385
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US1996/011263 WO1997003399A1 (en) | 1995-07-07 | 1996-07-03 | Method and apparatus for managing applications in a network |
Country Status (6)
Country | Link |
---|---|
US (2) | US5692129B1 (en) |
EP (1) | EP0838055B1 (en) |
JP (1) | JPH10511201A (en) |
CA (1) | CA2226360C (en) |
DE (1) | DE69616329T2 (en) |
WO (1) | WO1997003399A1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE19853665A1 (en) * | 1998-11-20 | 2000-05-31 | Siemens Ag | Vehicle communication system and method for exchanging data in a motor vehicle |
US6886017B1 (en) | 1999-04-30 | 2005-04-26 | Elata Limited | System and method for managing distribution of content to a device |
KR100767785B1 (en) * | 2005-06-22 | 2007-10-18 | (주)에이티솔루션 | Application update system for a mobile terminal |
Families Citing this family (134)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6141663A (en) * | 1994-03-18 | 2000-10-31 | Unimax Systems Corporation | Automatic external data synchronization method |
US6047312A (en) * | 1995-07-07 | 2000-04-04 | Novell, Inc. | System for replicating and associating file types with application programs among plurality of partitions in a server |
AU6678096A (en) * | 1995-07-20 | 1997-02-18 | Novell, Inc. | Transaction synchronization in a disconnectable computer and network |
US7930340B2 (en) * | 1995-11-13 | 2011-04-19 | Lakshmi Arunachalam | Network transaction portal to control multi-service provider transactions |
US8037158B2 (en) * | 1995-11-13 | 2011-10-11 | Lakshmi Arunachalam | Multimedia transactional services |
US8271339B2 (en) * | 1995-11-13 | 2012-09-18 | Lakshmi Arunachalam | Method and apparatus for enabling real-time bi-directional transactions on a network |
US6003037A (en) * | 1995-11-14 | 1999-12-14 | Progress Software Corporation | Smart objects for development of object oriented software |
KR100191269B1 (en) * | 1996-08-23 | 1999-06-15 | 윤종용 | A computer system testing method using hard disk |
DE19635233A1 (en) * | 1996-08-30 | 1998-03-12 | Siemens Ag | Microcomputer-controlled medical diagnostic or therapeutic apparatus |
US5918054A (en) * | 1996-11-06 | 1999-06-29 | Ncr Corporation | Distributed electronic performance support systems |
US6078951A (en) * | 1996-11-27 | 2000-06-20 | Intel Corporation | Method and apparatus for automating a software delivery system by locating, downloading, installing, and upgrading of viewer software |
US6105069A (en) * | 1997-01-22 | 2000-08-15 | Novell, Inc. | Licensing controller using network directory services |
US6115549A (en) * | 1997-02-12 | 2000-09-05 | Novell, Inc. | Directory-services-based software distribution apparatus and method |
US7821926B2 (en) | 1997-03-10 | 2010-10-26 | Sonicwall, Inc. | Generalized policy server |
US7580919B1 (en) | 1997-03-10 | 2009-08-25 | Sonicwall, Inc. | Query interface to policy server |
US7272625B1 (en) | 1997-03-10 | 2007-09-18 | Sonicwall, Inc. | Generalized policy server |
US6408336B1 (en) * | 1997-03-10 | 2002-06-18 | David S. Schneider | Distributed administration of access to information |
US8914410B2 (en) | 1999-02-16 | 2014-12-16 | Sonicwall, Inc. | Query interface to policy server |
US6032121A (en) * | 1997-05-15 | 2000-02-29 | International Business Machines Corporation | Method for proactive planning |
US6061726A (en) * | 1997-05-27 | 2000-05-09 | Novell, Inc. | Dynamic rights assignment apparatus and method using network directory services |
US6345284B1 (en) * | 1997-06-06 | 2002-02-05 | Netscape Communications Corporation | Extraction and tagging control palette |
US6021438A (en) * | 1997-06-18 | 2000-02-01 | Wyatt River Software, Inc. | License management system using daemons and aliasing |
JPH1165799A (en) * | 1997-08-08 | 1999-03-09 | Fujitsu Ltd | Designating device for information object |
US5987471A (en) * | 1997-11-13 | 1999-11-16 | Novell, Inc. | Sub-foldering system in a directory-service-based launcher |
US6360262B1 (en) * | 1997-11-24 | 2002-03-19 | International Business Machines Corporation | Mapping web server objects to TCP/IP ports |
US6738907B1 (en) | 1998-01-20 | 2004-05-18 | Novell, Inc. | Maintaining a soft-token private key store in a distributed environment |
KR100336069B1 (en) | 1998-06-30 | 2002-10-11 | 삼성전자 주식회사 | How network management systems operate in a graphical user interface programming environment and communication devices for them |
US6189103B1 (en) | 1998-07-21 | 2001-02-13 | Novell, Inc. | Authority delegation with secure operating system queues |
US7103646B1 (en) * | 1998-08-07 | 2006-09-05 | Hitachi, Ltd. | Distributed control system and information processing system |
US6370531B1 (en) * | 1998-08-21 | 2002-04-09 | International Business Machines Corporation | Method and computer program product for automatic conversion of data based on location extension |
US6397381B1 (en) | 1998-09-21 | 2002-05-28 | Microsoft Corporation | System and method for repairing a damaged application program |
US6523166B1 (en) | 1998-09-21 | 2003-02-18 | Microsoft Corporation | Method and system for on-demand installation of software implementations |
US7073172B2 (en) * | 1998-09-21 | 2006-07-04 | Microsoft Corporation | On demand patching of applications via software implementation installer mechanism |
US6836794B1 (en) * | 1998-09-21 | 2004-12-28 | Microsoft Corporation | Method and system for assigning and publishing applications |
US6345386B1 (en) | 1998-09-21 | 2002-02-05 | Microsoft Corporation | Method and system for advertising applications |
US6389589B1 (en) | 1998-09-21 | 2002-05-14 | Microsoft Corporation | Class store schema |
US6418554B1 (en) * | 1998-09-21 | 2002-07-09 | Microsoft Corporation | Software implementation installer mechanism |
US6400382B1 (en) * | 1998-10-13 | 2002-06-04 | Hewlett-Packard Company | Apparatus and method for a shortcut link creation system in a computer system |
US6363392B1 (en) * | 1998-10-16 | 2002-03-26 | Vicinity Corporation | Method and system for providing a web-sharable personal database |
US7594167B1 (en) * | 1998-10-16 | 2009-09-22 | Open Invention Network, Llc | System and method for schema evolution in an e-commerce network |
US6381579B1 (en) * | 1998-12-23 | 2002-04-30 | International Business Machines Corporation | System and method to provide secure navigation to resources on the internet |
US6353928B1 (en) | 1999-01-04 | 2002-03-05 | Microsoft Corporation | First run installer |
US6584507B1 (en) * | 1999-03-02 | 2003-06-24 | Cisco Technology, Inc. | Linking external applications to a network management system |
US7076476B2 (en) * | 1999-03-02 | 2006-07-11 | Microsoft Corporation | Method and system for integrated service administration via a directory service |
US6427227B1 (en) | 1999-03-03 | 2002-07-30 | Microsoft Corporation | System, method, and computer-readable medium for repairing an application program that has been patched |
US6542967B1 (en) | 1999-04-12 | 2003-04-01 | Novell, Inc. | Cache object store |
US6633906B1 (en) * | 1999-04-26 | 2003-10-14 | International Business Machines Corporation | Method and system for managing windows desktops in a heterogeneous server environment |
EP1610494B1 (en) * | 1999-07-06 | 2012-03-14 | Canon Kabushiki Kaisha | Searching devices on a network |
US6567509B1 (en) | 1999-07-22 | 2003-05-20 | International Business Machines Corporation | Method and system to extend functionality of voice processing systems |
US7127471B1 (en) * | 1999-07-26 | 2006-10-24 | Microsoft Corporation | Automatic pruning of orphaned objects from directory services and other databases |
US7865442B1 (en) * | 1999-10-15 | 2011-01-04 | Invensys Systems, Inc. | Distributing and billing software according to customer use of program modules |
US7395324B1 (en) * | 1999-10-18 | 2008-07-01 | Wnf Consulting | Method and apparatus for maintaining a computer system |
US6751658B1 (en) | 1999-10-18 | 2004-06-15 | Apple Computer, Inc. | Providing a reliable operating system for clients of a net-booted environment |
US7089300B1 (en) | 1999-10-18 | 2006-08-08 | Apple Computer, Inc. | Method and apparatus for administering the operating system of a net-booted environment |
US6609158B1 (en) | 1999-10-26 | 2003-08-19 | Novell, Inc. | Component architecture in a computer system |
US6754364B1 (en) * | 1999-10-28 | 2004-06-22 | Microsoft Corporation | Methods and systems for fingerprinting digital data |
US7680819B1 (en) * | 1999-11-12 | 2010-03-16 | Novell, Inc. | Managing digital identity information |
US6654748B1 (en) | 1999-12-07 | 2003-11-25 | Rwd Technologies, Inc. | Dynamic application browser and database for use therewith |
US6883176B1 (en) | 1999-12-15 | 2005-04-19 | Gateway, Inc. | Method and apparatus for launching applications based upon electronic program guide data |
US6584471B1 (en) * | 2000-02-14 | 2003-06-24 | Leon Maclin | System and method for the adaptive, hierarchical receipt, ranking, organization and display of information based upon democratic criteria and resultant dynamic profiling |
US7170617B1 (en) * | 2000-04-17 | 2007-01-30 | International Business Machines Corporation | Method and apparatus for determining how to process incoming print jobs |
US6789112B1 (en) * | 2000-05-08 | 2004-09-07 | Citrix Systems, Inc. | Method and apparatus for administering a server having a subsystem in communication with an event channel |
US6785713B1 (en) | 2000-05-08 | 2004-08-31 | Citrix Systems, Inc. | Method and apparatus for communicating among a network of servers utilizing a transport mechanism |
US6785726B1 (en) | 2000-05-08 | 2004-08-31 | Citrix Systems, Inc. | Method and apparatus for delivering local and remote server events in a similar fashion |
US6922724B1 (en) | 2000-05-08 | 2005-07-26 | Citrix Systems, Inc. | Method and apparatus for managing server load |
US7117293B1 (en) * | 2000-05-12 | 2006-10-03 | Apple Computer, Inc. | Method and apparatus for archiving and unarchiving objects |
US6859217B2 (en) | 2000-07-19 | 2005-02-22 | Microsoft Corporation | System and method to display and manage data within hierarchies and polyarchies of information |
US6714942B1 (en) | 2000-07-28 | 2004-03-30 | E-Volve Incorporated | Method of creating and using a sub-classed object that spans multiple computers in a networked computing system |
EP1178403A3 (en) * | 2000-08-01 | 2005-07-27 | Matsushita Electric Industrial Co., Ltd. | Download system |
US6895586B1 (en) * | 2000-08-30 | 2005-05-17 | Bmc Software | Enterprise management system and method which includes a common enterprise-wide namespace and prototype-based hierarchical inheritance |
US6834301B1 (en) * | 2000-11-08 | 2004-12-21 | Networks Associates Technology, Inc. | System and method for configuration, management, and monitoring of a computer network using inheritance |
US6810400B2 (en) * | 2000-11-17 | 2004-10-26 | Microsoft Corporation | Representing database permissions as associations in computer schema |
US6816869B2 (en) | 2000-11-17 | 2004-11-09 | Microsoft Corporation | Mapping database users to operating system users in a computer schema |
US20030105732A1 (en) * | 2000-11-17 | 2003-06-05 | Kagalwala Raxit A. | Database schema for structure query language (SQL) server |
US6961730B2 (en) * | 2000-11-17 | 2005-11-01 | Microsoft Corporation | Mapping database file class to operating system file class in a computer schema |
CA2326851A1 (en) * | 2000-11-24 | 2002-05-24 | Redback Networks Systems Canada Inc. | Policy change characterization method and apparatus |
US6957230B2 (en) * | 2000-11-30 | 2005-10-18 | Microsoft Corporation | Dynamically generating multiple hierarchies of inter-object relationships based on object attribute values |
US6993506B2 (en) | 2000-12-05 | 2006-01-31 | Jgr Acquisition, Inc. | Method and device utilizing polymorphic data in e-commerce |
US6941560B1 (en) | 2000-12-19 | 2005-09-06 | Novell, Inc. | XML-based integrated services event system |
US6961773B2 (en) | 2001-01-19 | 2005-11-01 | Esoft, Inc. | System and method for managing application service providers |
US20020103941A1 (en) * | 2001-01-31 | 2002-08-01 | Thomas Yip | Method and apparatus for launching heterogeneous software programs via a common program |
US6711564B2 (en) * | 2001-02-15 | 2004-03-23 | Apteryx, Inc. | System and method for opening and activating applications, windows or data sets based on search criteria |
JP4291467B2 (en) * | 2001-03-01 | 2009-07-08 | 株式会社ソニー・コンピュータエンタテインメント | Entertainment device, menu display method, and information recording medium |
US6721758B1 (en) * | 2001-03-30 | 2004-04-13 | Novell, Inc. | System and method for using schema attributes as meta-data in a directory service |
US7047413B2 (en) | 2001-04-23 | 2006-05-16 | Microsoft Corporation | Collusion-resistant watermarking and fingerprinting |
US6886100B2 (en) * | 2001-05-15 | 2005-04-26 | Hewlett-Packard Development Company, L.P. | Disabling tool execution via roles |
US7177906B2 (en) * | 2001-05-31 | 2007-02-13 | Palmsource, Inc. | Software application launching method and apparatus |
US7013312B2 (en) * | 2001-06-21 | 2006-03-14 | International Business Machines Corporation | Web-based strategic client planning system for end-user creation of queries, reports and database updates |
US7406693B1 (en) * | 2001-09-10 | 2008-07-29 | Ncr Corporation | Method of controlling applications |
US6952714B2 (en) * | 2001-10-02 | 2005-10-04 | Citrix Systems, Inc. | Method for distributed program execution with server-based file type association |
US7330872B2 (en) * | 2001-10-02 | 2008-02-12 | Citrix Systems, Inc. | Method for distributed program execution with web-based file-type association |
US7117243B2 (en) * | 2001-10-02 | 2006-10-03 | Citrix Systems, Inc. | Methods for distributed program execution with file-type association in a client-server network |
JP3663627B2 (en) * | 2001-10-18 | 2005-06-22 | ソニー株式会社 | COMMUNICATION PROCESSING DEVICE, COMMUNICATION PROCESSING METHOD, AND COMPUTER PROGRAM |
US20030084071A1 (en) * | 2001-11-01 | 2003-05-01 | International Business Machines Corporation | Method and system for managing computer performance |
US6944626B2 (en) * | 2001-11-26 | 2005-09-13 | Microsoft Corp. | Dynamically generated schema representing multiple hierarchies of inter-object relationships |
US6952704B2 (en) * | 2001-11-26 | 2005-10-04 | Microsoft Corporation | Extending a directory schema independent of schema modification |
US7389335B2 (en) | 2001-11-26 | 2008-06-17 | Microsoft Corporation | Workflow management based on an integrated view of resource identity |
US6792510B1 (en) * | 2002-02-14 | 2004-09-14 | Novell, Inc. | System and method for updating a cache |
US20030163510A1 (en) * | 2002-02-28 | 2003-08-28 | Bob Janssen | Method of administering user access to application programs on a computer system |
US7203738B1 (en) * | 2002-03-15 | 2007-04-10 | Novell, Inc. | System and method for distributing application objects |
US7149751B1 (en) | 2002-03-15 | 2006-12-12 | Novell, Inc. | System and method for distributing selected objects from a source database to a destination database |
US20040054991A1 (en) * | 2002-09-17 | 2004-03-18 | Harres John M. | Debugging tool and method for tracking code execution paths |
US7730155B1 (en) | 2002-10-01 | 2010-06-01 | Apple Inc. | Method and apparatus for dynamically locating resources |
US7600234B2 (en) | 2002-12-10 | 2009-10-06 | Fisher-Rosemount Systems, Inc. | Method for launching applications |
JP2006520032A (en) * | 2003-02-12 | 2006-08-31 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Storage medium having reserved area for file system data and application startup data |
CA2425045C (en) * | 2003-04-08 | 2013-01-15 | Ibm Canada Limited - Ibm Canada Limitee | Method and system for executing a database query |
US7546313B1 (en) | 2003-06-17 | 2009-06-09 | Novell, Inc. | Method and framework for using XML files to modify network resource configurations |
US7774774B1 (en) | 2003-10-22 | 2010-08-10 | Apple Inc. | Software setup system |
US7275150B2 (en) * | 2004-03-15 | 2007-09-25 | International Business Machines Corporation | Method and system for adding frequently selected applications to a computer startup sequence |
US8010576B2 (en) * | 2004-08-19 | 2011-08-30 | Oracle International Corporation | Inventory and configuration management |
US8756521B1 (en) | 2004-09-30 | 2014-06-17 | Rockwell Automation Technologies, Inc. | Systems and methods for automatic visualization configuration |
US8010964B2 (en) * | 2005-08-18 | 2011-08-30 | Tellabs Operations, Inc. | Methods for monitoring and managing processes |
US7664841B2 (en) * | 2005-12-07 | 2010-02-16 | International Business Machines Corporation | Selective activation of TCP/IP link and traffic |
US8966456B2 (en) * | 2006-03-24 | 2015-02-24 | The Mathworks, Inc. | System and method for providing and using meta-data in a dynamically typed array-based language |
US7984416B2 (en) * | 2006-03-24 | 2011-07-19 | The Mathworks, Inc. | System and method for providing class definitions in a dynamically typed array-based language |
US7865497B1 (en) | 2008-02-21 | 2011-01-04 | Google Inc. | Sitemap generation where last modified time is not available to a network crawler |
US7908252B1 (en) | 2008-03-19 | 2011-03-15 | Crossroads Systems, Inc. | System and method for verifying paths to a database |
JP5599557B2 (en) * | 2008-08-29 | 2014-10-01 | 株式会社リコー | Information processing apparatus, license determination method, program, and recording medium |
US20100088117A1 (en) * | 2008-10-02 | 2010-04-08 | Siemens Medical Solutions Usa, Inc. | Multi-Mode Medical Data Reporting System |
US9154942B2 (en) * | 2008-11-26 | 2015-10-06 | Free Stream Media Corp. | Zero configuration communication between a browser and a networked media device |
JP5279516B2 (en) * | 2009-01-09 | 2013-09-04 | キヤノン株式会社 | Information processing apparatus, display control method, and program |
JP5387015B2 (en) * | 2009-02-02 | 2014-01-15 | 株式会社リコー | Information processing apparatus and information processing method of information processing apparatus |
US20100262557A1 (en) * | 2009-04-14 | 2010-10-14 | Ferreira Rodrigo C | Systems, methods, and apparatus for guiding users in process-driven environments |
US8825820B2 (en) * | 2009-09-18 | 2014-09-02 | At&T Intellectual Property I, Lp | Network aware application management |
EP2400387B1 (en) * | 2010-06-25 | 2013-03-13 | AVG Netherlands B.V. | Method for improving the performance of computers |
JP5858292B2 (en) * | 2010-11-09 | 2016-02-10 | 日本電気株式会社 | Anonymization device and anonymization method |
US8954690B2 (en) | 2011-02-12 | 2015-02-10 | Andy Vincent Lawrence | Systems and methods for managing unstructured data |
JP5751881B2 (en) * | 2011-03-28 | 2015-07-22 | 京セラ株式会社 | Electronic device, application determination method, and application determination program |
EP2757472A1 (en) | 2013-01-18 | 2014-07-23 | Dassault Systèmes | A computer-implemented method for launching an installed application |
US9542172B2 (en) | 2013-02-05 | 2017-01-10 | Apple Inc. | Automatic updating of applications |
CN103677963A (en) * | 2013-12-26 | 2014-03-26 | 清华大学 | Application program virtualization method and system |
US9933916B1 (en) * | 2014-03-19 | 2018-04-03 | VCE IP Holding Company LLC | Methods, systems, and computer readable mediums for providing user interface information associated with a computing system |
US10310872B2 (en) | 2017-02-21 | 2019-06-04 | Red Hat, Inc. | Transparent fast application launcher |
US11256709B2 (en) * | 2019-08-15 | 2022-02-22 | Clinicomp International, Inc. | Method and system for adapting programs for interoperability and adapters therefor |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5325533A (en) * | 1993-06-28 | 1994-06-28 | Taligent, Inc. | Engineering system for modeling computer programs |
Family Cites Families (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4555775B1 (en) * | 1982-10-07 | 1995-12-05 | Bell Telephone Labor Inc | Dynamic generation and overlaying of graphic windows for multiple active program storage areas |
US5109486A (en) * | 1989-01-06 | 1992-04-28 | Motorola, Inc. | Distributed computer system with network and resource status monitoring |
US4961224A (en) * | 1989-03-06 | 1990-10-02 | Darby Yung | Controlling access to network resources |
US5276883A (en) * | 1989-08-03 | 1994-01-04 | International Business Machines Corporation | System and method for uniform control of local and remote applications in a data processing network |
FR2658934B1 (en) * | 1990-02-28 | 1992-04-30 | Bull Sa | SYSTEM ARCHITECTURE AND USE OF THIS ARCHITECTURE IN A CARD REPLACEMENT METHOD. |
US5265250A (en) * | 1990-03-29 | 1993-11-23 | At&T Bell Laboratories | Apparatus and methods for performing an application-defined operation on data as part of a system-defined operation on the data |
AU639802B2 (en) * | 1990-08-14 | 1993-08-05 | Oracle International Corporation | Methods and apparatus for providing dynamic invocation of applications in a distributed heterogeneous environment |
JPH04270436A (en) * | 1990-12-25 | 1992-09-25 | Fuji Xerox Co Ltd | Network system |
JP3551975B2 (en) * | 1991-08-28 | 2004-08-11 | 富士ゼロックス株式会社 | Network resource search device, network resource access device, directory device, user terminal, network resource search method, and network resource access method |
US5367635A (en) * | 1991-08-29 | 1994-11-22 | Hewlett-Packard Company | Network management agent with user created objects providing additional functionality |
AU3944793A (en) * | 1992-03-31 | 1993-11-08 | Aggregate Computing, Inc. | An integrated remote execution system for a heterogenous computer network environment |
US5355497A (en) * | 1992-06-10 | 1994-10-11 | Physiotronics Corporation | File directory structure generator and retrevial tool with document locator module mapping the directory structure of files to a real world hierarchical file structure |
US5423034A (en) * | 1992-06-10 | 1995-06-06 | Cohen-Levy; Leon | Network file management with user determined hierarchical file structures and means for intercepting application program open and save commands for inputting and displaying user inputted descriptions of the location and content of files |
US5414845A (en) * | 1992-06-26 | 1995-05-09 | International Business Machines Corporation | Network-based computer system with improved network scheduling system |
US5539870A (en) * | 1992-10-05 | 1996-07-23 | International Business Machines Corporation | Computerized system and process for interactively managing a distributed database system |
JP3370704B2 (en) * | 1992-10-12 | 2003-01-27 | 株式会社日立製作所 | Communication control method |
US5412772A (en) * | 1992-10-13 | 1995-05-02 | Novell, Inc. | System for permitting a view of an object or a user interface to be exchanged between operating system environments |
US5491796A (en) * | 1992-10-23 | 1996-02-13 | Net Labs, Inc. | Apparatus for remotely managing diverse information network resources |
US5349642A (en) * | 1992-11-03 | 1994-09-20 | Novell, Inc. | Method and apparatus for authentication of client server communication |
JPH07121469A (en) * | 1993-10-27 | 1995-05-12 | Fuji Xerox Co Ltd | Distributed processing system |
JPH07134653A (en) * | 1993-11-09 | 1995-05-23 | Fujikura Ltd | Program management device |
JPH07160647A (en) * | 1993-12-08 | 1995-06-23 | Oki Electric Ind Co Ltd | Distributed processing system |
US5423003A (en) * | 1994-03-03 | 1995-06-06 | Geonet Limited L.P. | System for managing network computer applications |
US5522077A (en) * | 1994-05-19 | 1996-05-28 | Ontos, Inc. | Object oriented network system for allocating ranges of globally unique object identifiers from a server process to client processes which release unused identifiers |
JP3946275B2 (en) * | 1995-01-10 | 2007-07-18 | 富士通株式会社 | Remote installation system and method |
US5655081A (en) * | 1995-03-08 | 1997-08-05 | Bmc Software, Inc. | System for monitoring and managing computer resources and applications across a distributed computing environment using an intelligent autonomous agent architecture |
US5689708A (en) * | 1995-03-31 | 1997-11-18 | Showcase Corporation | Client/server computer systems having control of client-based application programs, and application-program control means therefor |
US5729682A (en) * | 1995-06-07 | 1998-03-17 | International Business Machines Corporation | System for prompting parameters required by a network application and using data structure to establish connections between local computer, application and resources required by application |
US5666486A (en) * | 1995-06-23 | 1997-09-09 | Data General Corporation | Multiprocessor cluster membership manager framework |
-
1995
- 1995-07-07 US US08499711 patent/US5692129B1/en not_active Expired - Lifetime
-
1996
- 1996-07-03 JP JP9505887A patent/JPH10511201A/en active Pending
- 1996-07-03 DE DE69616329T patent/DE69616329T2/en not_active Expired - Lifetime
- 1996-07-03 EP EP96923633A patent/EP0838055B1/en not_active Expired - Lifetime
- 1996-07-03 WO PCT/US1996/011263 patent/WO1997003399A1/en active IP Right Grant
- 1996-07-03 CA CA002226360A patent/CA2226360C/en not_active Expired - Lifetime
-
1997
- 1997-05-27 US US08/863,860 patent/US5859978A/en not_active Expired - Lifetime
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5325533A (en) * | 1993-06-28 | 1994-06-28 | Taligent, Inc. | Engineering system for modeling computer programs |
Non-Patent Citations (3)
Title |
---|
"GRAPHICAL USER INTERFACE FOR THE DISTRIBUTED COMPUTING ENVIRONMENT", IBM TECHNICAL DISCLOSURE BULLETIN, vol. 38, no. 1, 1 January 1995 (1995-01-01), pages 409/410, XP000498815 * |
"METHOD FOR ADMINISTERING DOMAIN APPLICATION SETTINGS", IBM TECHNICAL DISCLOSURE BULLETIN, vol. 37, no. 4B, 1 April 1994 (1994-04-01), pages 33/34, XP000451161 * |
SEKI K ET AL: "DISTRIBUTED OBJECT SYSTEM FRAMEWORK ORB", NEC RESEARCH AND DEVELOPMENT, vol. 35, no. 3, 1 July 1994 (1994-07-01), pages 292 - 297, XP000468660 * |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE19853665A1 (en) * | 1998-11-20 | 2000-05-31 | Siemens Ag | Vehicle communication system and method for exchanging data in a motor vehicle |
WO2000031606A2 (en) | 1998-11-20 | 2000-06-02 | Siemens Aktiengesellschaft | Motor vehicle communication system and method for exchanging data in a motor vehicle |
DE19853665B4 (en) * | 1998-11-20 | 2005-06-30 | Siemens Ag | Vehicle communication system and method for exchanging data in a motor vehicle |
US6941194B1 (en) | 1998-11-20 | 2005-09-06 | Siemens Aktiengesellschaft | Motor vehicle communication system and method for exchanging data in a motor vehicle |
US6886017B1 (en) | 1999-04-30 | 2005-04-26 | Elata Limited | System and method for managing distribution of content to a device |
KR100767785B1 (en) * | 2005-06-22 | 2007-10-18 | (주)에이티솔루션 | Application update system for a mobile terminal |
Also Published As
Publication number | Publication date |
---|---|
US5859978A (en) | 1999-01-12 |
US5692129A (en) | 1997-11-25 |
CA2226360C (en) | 2000-11-21 |
CA2226360A1 (en) | 1997-01-30 |
US5692129B1 (en) | 1999-08-17 |
DE69616329T2 (en) | 2002-05-23 |
DE69616329D1 (en) | 2001-11-29 |
EP0838055A1 (en) | 1998-04-29 |
EP0838055B1 (en) | 2001-10-24 |
JPH10511201A (en) | 1998-10-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5692129A (en) | Managing application programs in a computer network by using a database of application objects | |
US6173289B1 (en) | Apparatus and method for performing actions on object-oriented software objects in a directory services system | |
US6026402A (en) | Process restriction within file system hierarchies | |
US6047312A (en) | System for replicating and associating file types with application programs among plurality of partitions in a server | |
US6205465B1 (en) | Component extensible parallel execution of multiple threads assembled from program components specified with partial inter-component sequence information | |
US6226788B1 (en) | Extensible network management system | |
US6769124B1 (en) | Persistent storage of information objects | |
EP0817101B1 (en) | Method and system for uniformly accessing multiple directory services | |
US6446071B1 (en) | Method and system for user-specific management of applications in a heterogeneous server environment | |
US6505228B1 (en) | Dynamic determination of execution sequence | |
US6105063A (en) | Client-server system for maintaining application preferences in a hierarchical data structure according to user and user group or terminal and terminal group contexts | |
US6253368B1 (en) | Dynamically debugging user-defined functions and stored procedures | |
EP0501610B1 (en) | Object oriented distributed computing system | |
US6119131A (en) | Persistent volume mount points | |
EP0732834B1 (en) | System and method for determining and manipulating configuration information of servers in a distributed object environment | |
US6339826B2 (en) | Client-server system for maintaining a user desktop consistent with server application user access permissions | |
US7062516B2 (en) | Methods, systems, and articles of manufacture for implementing a runtime logging service storage infrastructure | |
US6205476B1 (en) | Client—server system with central application management allowing an administrator to configure end user applications by executing them in the context of users and groups | |
JP3590688B2 (en) | Method and system for constructing an installation plan object for installing an application | |
US6237092B1 (en) | Client-server system with central application management allowing an administrator to configure user and group contexts during application configuration without relaunching the application | |
US20010023440A1 (en) | Directory-services-based launcher for load-balanced, fault-tolerant, access to closest resources | |
US5896532A (en) | Objects with run-time classes and methods of making them | |
KR19990087924A (en) | Client-server system with central application management and providing export agent capability for retrofitting existing hardware and application into the system | |
CA2356563A1 (en) | System for scheduling and monitoring computer processes | |
US5956515A (en) | Method for managing multiple versions of multiple subsystems in a distributed computing environment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): CA JP |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
ENP | Entry into the national phase |
Ref document number: 2226360 Country of ref document: CA Ref country code: CA Ref document number: 2226360 Kind code of ref document: A Format of ref document f/p: F |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1996923633 Country of ref document: EP |
|
WWP | Wipo information: published in national office |
Ref document number: 1996923633 Country of ref document: EP |
|
WWG | Wipo information: grant in national office |
Ref document number: 1996923633 Country of ref document: EP |