1. Field of the Invention
This application relates to a method for executing a software routine identified in a task object.
2. Description of Background
Application programming interfaces (APIs) have been developed that implement specific tasks. However, if a programmer wants to add additional API functions, new API function declarations must be stored and compiled on both local computers and servers before executing the functions, which can require a relatively large amount of development effort.
Further, programmers have had difficulty in effectively scheduling and executing tasks in task objects in a distributed system that may depend on an occurrence of other events.
Accordingly, the inventors herein have recognized a need for an approved method for executing a software routine in a task object that minimizes and/or reduces the above-mentioned deficiencies.
A method for executing a software routine identified in a task object in accordance with an exemplary embodiment is provided. The method includes accessing a list of software routine identifiers associated with software routines that are executable on a computer server, utilizing a client computer. The method further includes generating a task object generation command having at least a first software routine identifier, parameter data, and event information. The first software routine identifier is in the list of software routine identifiers. The first software routine identifier is associated with a first software routine executable on the computer server. The parameter data is utilized by the first software routine during execution thereof The event information has an event identifier and a first flag value. The method further includes generating a first task object in response to the task object generation command. The first task object includes the first software routine identifier, the parameter data, and the event information. The method further includes adding the first task object to a task execution queue on the computer server. The method further includes executing the first software routine identified by the first software routine identifier in the first task object on the computer server to obtain at least a first result value, when an event listener on the computer server determines that the first flag value is a first predetermined value and an event associated with the event identifier is detected. The method further includes storing the first result value in a memory device.
Referring to
Referring to
Referring again to
In the first exemplary embodiment, the client computer 24 receives task object generation commands from the input device 28 and sends the task object generation commands through the communication network 26 to the computer server 20. The client computer 24 retrieves a list of software routines from the client computer task API 50 that can be executed on the computer server 20 utilizing “reflection” software routines, known to those skilled in the art. The list of software routines are stored in the memory device 32. The client computer 24 also displays the list of software routines on the display device 30. In the second exemplary embodiment, the client computer 24 receives task object generation commands from the input device 28 and generates task objects based on the task object generation commands. The client computer 24 also sends the task objects through the communication network 26 to the computer server 20.
Referring to
The task API 50 further includes a “query” command that queries a task object for information therein. The “query” command has the following format: query (task object identifier). The task object identifier is a unique identifier associated with a task object.
The task API 50 further includes a “cancel” command that removes a task object from the task execution queue 58. The “cancel” command has the following format: cancel(task object identifier).
The task API 50 further includes a “modify” command that modifies event information associated with a software routine identified by a task object. The “modify” command has the following format: modify(task object identifier, event information).
The task API 50 further includes a “getalltasks” command that returns task object identifiers for all of the task objects on the task execution queue 58. The “getalltasks” command has the following format: getalltasks().
The task API 50 further includes a “setresponsehandler” command that sends a message regarding a task object to a predetermined address. The “setresponsehandler” command has the following format: setresponsehandler(task object identifier, responsehandleraddress). The responsehandleraddress is an address of a receiving program.
Referring to
Referring to
Referring to
Referring to
At step 110, the client computer 24 accesses a list of software routine identifiers stored on the memory device 32. The list of software routine identifiers are associated with software routines that are executable on the computer server 20.
At step 112, the client computer 24 displays the list of software routine identifiers on the display device 30.
At step 114, the user inputs a task object generation command utilizing the input device 28. The task object generation command has at least a first software routine identifier, parameter data, and event information. The first software routine identifier is in the list of software routine identifiers. Further, the first software routine identifier is associated with a first software routine executable on the computer server 20. The parameter data is utilized by the first software routine during execution thereof The event information has a list of event identifiers and a first flag value.
At step 116, the client computer 24 sends the first task object generation command to the computer server 20.
At step 118, the computer server 20 generates a first task object in response to the task object generation command. The first task object includes the first software routine identifier, the parameter data, and the event information.
At step 120, the computer server 20 adds the first task object to a task execution queue on the computer server 20.
At step 122, the computer server 20 executes the first software routine identified by the first software routine identifier in the first task object on the computer server 20 to obtain at least a first result value, when the event listener 60 on the computer server 20 determines that the first flag value is a first predetermined value and an event associated with a first event identifier in the list of event identifiers is detected.
At step 124, the computer server 20 stores the first result value in the memory device 32.
Referring to
At step 130, the client computer 24 accesses a list of software routine identifiers stored on the memory device 32. The list of software routine identifiers are associated with software routines that are executable on the computer server 20.
At step 132, the client computer 24 displays the list of software routine identifiers on the display device 30.
At step 134, the user inputs a task object generation command utilizing the input device 28. The task object generation command has at least a first software routine identifier, parameter data, and event information. The first software routine identifier is in the list of software routine identifiers. Further, the first software routine identifier is associated with a first software routine executable on the computer server 20. The parameter data is utilized by the first software routine during execution thereof The event information has a list of event identifiers and a first flag value.
At step 136, the client computer 24 generates the first task object in response to the first task object generation command. The first task object includes the first software routine identifier, the parameter data, and the event information.
At step 138, the client computer 24 sends the first task object to the computer server 20.
At step 140, the computer server 20 adds the first task object to the task execution queue 58 on the computer server 20.
At step 142, the computer server 20 executes the first software routine identified by the first software routine identifier in the first task object on the computer server 20 to obtain at least a first result value, when the event listener 60 on the computer server 20 determines that the first flag value is a first predetermined value and an event associated with a first event identifier in the list of event identifiers is detected.
At step 144, the computer server 20 stores the first result value in the memory device 32.
The method for executing a software routine in a task object described herein provides a substantial advantage over other methods. In particular, the method provides a technical effect of determining software routines executable on a computer server by accessing a client computer task API, and then generating a task object for executing one of the software routines on the computer server when an event listener on the computer server determines that a flag value is a first predetermined value and an event associated with an event identifier is detected.
While the invention is described with reference to an exemplary embodiment, it will be understood by those skilled in the art that various changes may be made and equivalence may be substituted for elements thereof without departing from the scope of the invention. In addition, many modifications may be made to the teachings of the invention to adapt to a particular situation without departing from the scope thereof Therefore, it is intended that the invention not be limited the embodiments disclosed for carrying out this invention, but that the invention includes all embodiments falling with the scope of the appended claims. Moreover, the use of the terms first, second, etc. does not denote any order of importance, but rather the terms first, second, etc. are used to distinguish one element from another.