Technique for managing messages
Summary by NHIP
Message Deletion Time Management
The method calculates deletion and copying times to decide whether to remove or migrate messages within a messaging persistence layer. It compares the first time required to delete designated messages against the second time needed to copy remaining messages and drop the current container.
Claim Score by NHIP
Abstract
A technique for managing messages stored in a messaging system may include determining whether messages designated for deletion within a current data container exceed a predetermined threshold. If such a determination is made, thereafter, a first amount of time required to delete the messages designated for deletion is calculated. A second amount of time required to copy the messages not designated for deletion in the current data container is also calculated. Thereafter, messages are selectively deleted or copied based at least in part on the calculated first and second amounts of time. In some variations, if the second amount of time exceeds the first amount of time (or exceeds the first amount of time by a predetermined threshold), then the messages designated for deletion are deleted. Otherwise, the messages not designated for deletion may be copied into a new data container and the current data container may be dropped.

Term
Projected expiry 19 June 2027.
- Priority and filed
- Granted
- Today
- Projected expiry
14 claims: 3 independent, 11 dependent
- 1A method for minimizing an elapsed time to delete messages stored in a messaging system, the method being implemented by one or more data processors and comprising:determining, by at least one data processor, a number of messages not designated for deletion within a current data container within a messaging persistence layer of the messaging system;determining, by at least one data processor, whether a quantity of messages designated for deletion within the current data container within the messaging persistence layer of the messaging system exceeds a predetermined threshold;calculating, by at least one data processor, a first amount of time required to delete the messages designated for deletion, based on the quantity of messages designated for deletion and an average amount of time to delete a single message;calculating, by at least one data processor, a second amount of time required to copy messages not designated for deletion in the current data container to a new data container within the messaging persistence layer of the messaging system, the second amount of time being based on the number of messages not designated for deletion and an average amount of time to copy a single message and based on an amount of time to drop the current data container and to generate the new data container;determining, by at least one data processor, whether the first amount of time is less than the second amount of time or whether the second amount of time is less than the first amount of time or whether the first amount of time is equal to the second amount of time;when the second amount of time exceeds the first amount of time, deleting, by at least one data processor, the messages designated for deletion;and when the first amount of time either exceeds the second amount of time or is equal to the second amount of time, copying, by at least one data processor, the messages not designated for deletion into the new data container and deleting the current data container;wherein each data container comprises a table within a database.
- 13Broadest claimClaim Score 24, narrow(NHIP)A non-transitory computer program product for minimizing an elapsed time to delete messages stored in a messaging system, embodied on a machine-readable storage device, that includes executable instructions for causing a computer system to:determine a number of messages not designated for deletion within a current data container within a messaging persistence layer of the messaging system;determine whether a quantity of messages designated for deletion within the current data container within the messaging persistence layer of the messaging system exceeds a predetermined threshold;calculate a first amount of time required to delete the messages designated for deletion, based on the quantity of messages designated for deletion and an average amount of time to delete a single message;calculate a second amount of time required to copy messages not designated for deletion in the current data container to a new data container within the messaging persistence layer of the messaging system, the second amount of time being based on the number of messages not designated for deletion and an average amount of time to copy a single message and based on an amount of time to drop the current data container and to generate the new data container;determine whether the first amount of time is less than the second amount of time or whether the second amount of time is less than the first amount of time or whether the first amount of time is equal to the second amount of time;when the second amount of time exceeds the first amount of time, deleting the messages designated for deletion;and when the first amount of time either exceeds the second amount of time or is equal to the second amount of time, copying the messages not designated for deletion into the new data container and deleting the current data container;wherein each data container comprises a table within a database.
- 14A method for implementation by one or more data processors comprising:exchanging, by at least one data processor, a plurality of messages among applications in a messaging system, the messaging system comprising a message transport layer to transport messages from at least one sending application to one or more receiving applications, a business process layer to execute business process logic on selected messages processed by the message transport layer, and a messaging persistence layer accessible by both the message transport layer and the business process layer;determining, by at least one data processor, a number of messages not designated for deletion within a current data container within the messaging persistence layer of the messaging system;determining, by at least one data processor, whether a quantity of messages designated for deletion within the current data container within the messaging persistence layer of the messaging system exceeds a predetermined threshold;calculating, by at least one data processor, a first amount of time required to delete the messages designated for deletion, based on the quantity of messages designated for deletion and an average amount of time to delete a single message;calculating, by at least one data processor, a second amount of time required to copy messages not designated for deletion in the current data container to a new data container within the messaging persistence layer of the messaging system, the second amount of time being based on the number of messages not designated for deletion and an average amount of time to copy a single message and based on an amount of time to drop the current data container and to generate the new data container;determining, by at least one data processor, whether the first amount of time is less than the second amount of time or whether the second amount of time is less than the first amount of time or whether the first amount of time is equal to the second amount of time;when the second amount of time exceeds the first amount of time, deleting the messages designated for deletion;and when the first amount of time either exceeds the second amount of time or is equal to the second amount of time, copying the messages not designated for deletion into the new data container and deleting the current data container;wherein each data container comprises a table within a database.
Independent claims3
41 paragraphs in 5 sections, as filed
TECHNICAL FIELD
The following description relates to business systems, for example, a messaging system for use with an exchange infrastructure for collaborative business systems.
BACKGROUND
Software components that perform a certain function are known as applications. Applications are widely used in a variety of business processes, each being an execution of one or more Web services according to a description of an active business process. Business process applications are increasingly used in collaborative situations, that is, situations in which one or more applications receive data, such as messages, from another application.
A collaborative application environment typically relies on a precise messaging and transport layer for proper routing, addressing and transport of messages from one application to another. Collaborative business processes, however, tend to require a more sophisticated infrastructure that can execute real-time business logic.
For instance, in a messaging and transport layer, a messaging system (also referred to as a message exchange system) may transport messages as a payload in an envelope such as an extensible markup language (XML) file. The system may access the envelope, analyze the origin or sender of a message, and determine an intended recipient. The messaging and transport layer typically utilizes a database in which to store messages for persistence, at least until processing is complete.
In conventional high throughput messaging systems, the messaging system may receive a high volume of messages that must be processed and then deleted in the same sequence as they were received. The processing time from a message in a messaging system is usually short. After processing, the message can be reorganized (e.g., moved, saved, or deleted). If the input message rate exceeds or otherwise does not match the output message rate, the messaging persistence layer (e.g., database) may overfill. Such an overfill may result in the termination or delay of message processing, thereby affecting a wide variety of applications among an enterprise network.
If a message is to be deleted after processing, with conventional systems, each row in a database is deleted with a single delete. However, this delete operation can be relatively slow and create a rollback segment when a command word or other command instructing the database to save all changes made to the database is received. A delete function then deletes the entry and the rollback segment. This process tends to consume additional processing resources and may also delay messaging processing.
SUMMARY
A method for managing messages stored in a messaging system may include determining whether messages designated for deletion within a current data container exceed a predetermined threshold. If such a determination is made, then a first amount of time required to delete the messages designated for deletion is calculated. Also calculated is a second amount of time required to copy the messages not designated for deletion in the current data container to a new data container. Thereafter, the messages designated for deletion may be selectively deleted or the messages not designated for deletion may be selectively copied based at least in part on the calculated first and second amounts of time.
In some variations, if the second amount of time exceeds the first amount of time, the messages designated for deletion are deleted. If the first amount of time exceeds the second amount of time, then the messages not designated for deletion are copied into a new data container. Optionally, the current data container may be dropped or otherwise deleted.
In some variations, the first amount of time may be calculated based on the number of designated messages and a determined amount of time to delete a single message. Additionally or alternatively, the second amount of time may be calculated based on the number of non-designated messages and an amount of time to copy a single message. Optionally, the second amount of time may also be based on an amount of time needed to drop the current data container and/or to generate a new data container. For any determination based on amount of time, a threshold or other margin may be added or subtracted as desired for a particular implementation. In some variations, the first and second amounts of time are determined or otherwise provided by an administrator or other user. Such determinations may be based on past measurements or other statistical estimates.
The predetermined threshold for the number of designated messages may occur when the number of designated messages exceed the number of non-designated messages. Other factors may be taken into account when setting the threshold such as percentage of designated versus non-designated messages (65%/35%), delays in outputting messages, etc.
The data containers may be encapsulated in an application programming interface. The application programming interface may provide an interface for applications external to the messaging system to read, write, or change entries within the data container.
The method may process messages concurrently with one or all of the determining, calculating, and deleting steps. It may handle a wide variety of messages including invoices, orders, pictures, XML messages, WDSL messages, and SOAP messages.
The method may also include designating messages to be deleted. This designation may be based on a variety of factors including the amount of time since a particular message (or group of messages) was processed, the number of messages within the current data container, amount of free storage within the current data container, and the like.
An apparatus to manage messages may include a determination unit to determine whether messages designated for deletion within a current data container exceed a predetermined threshold. A calculation unit to calculate a first amount of time required to delete the messages designated for deletion, and to calculate a second amount of time required to copy messages not designated for deletion in the current data container to a new data container. In some variations, the first and second amounts of time are inputted into or otherwise provided to the calculation unit by an administrator or other user (that may have calculated the respective amounts of time). The apparatus may also comprise a deletion unit to selectively delete the messages designated for deletion based at least in part on the calculated first amount and second amounts of time, and a copy unit to selectively copy the messages not designated for deletion to the new data container based at least in part on the calculated first amount and second amounts of time.
In some variations, the calculation unit may calculate the first amount of time based on the number of designated messages and a determined amount of time to delete a single message. Additionally or in the alternative, the calculation unit may calculate the second amount of time based on the number of non-designated messages and an amount of time to copy a single message. Yet further, the calculation unit may calculate the second amount of time also based on an amount of time required to drop the current data container and to generate a new data container.
The messaging system may be coupled to a plurality of enterprise applications via a computer network or it may reside within a self-contained system. The data containers may be tables within a database or other storage device as may be desired.
Computer program products for managing messages, which may be embodied on computer readable-material, are also described. Such computer program products include executable instructions that cause a computer system to conduct one or more of the method steps described herein.
Similarly, computer systems are also described for managing messages. These computer systems may include a processor and a memory coupled to the processor. The memory may encode one or more programs that cause the processor to perform one or more of the method steps described herein.
BRIEF DESCRIPTION OF THE DRAWINGS
These and other aspects will now be described in detail with reference to the following drawings.
<figref idrefs="DRAWINGS">FIG. 1</figref> is a process flow diagram illustrating a method for managing messages in a messaging system;
<figref idrefs="DRAWINGS">FIG. 2</figref> is a schematic diagram illustrating an apparatus to manage messages in a messaging system;
<figref idrefs="DRAWINGS">FIG. 3</figref> is a block diagram of an integration application system useful for understanding and implementing the claimed subject matter; and
<figref idrefs="DRAWINGS">FIG. 4</figref> is a block diagram illustrating a drop and delete mechanism in a messaging system persistence layer useful for implementing and understanding the claimed subject matter.
Like reference symbols in the various figures indicate like elements.
DETAILED DESCRIPTION
The systems and techniques described here relate to enterprise application integration. Specific embodiments include systems and methods employing a common persistence layer for executing message transport and business process logic services for messages communicated between applications through an enterprise application integration system.
<figref idrefs="DRAWINGS">FIG. 1</figref> illustrates a method <b>100</b> for managing messages stored in a messaging system. The method <b>100</b> may determine, at step <b>110</b>, whether messages designated for deletion within a current data container exceed a predetermined threshold (although this step may be omitted if such a determination was previously or externally made). Thereafter, at step <b>120</b>, a first amount of time to delete the messages designated for deletion may be calculated. At step <b>130</b>, a second amount of time required to copy messages not designated for deletion in the current data container to a new data container is calculated. It will be appreciated that steps <b>120</b> and <b>130</b> may be conducted concurrently or step <b>130</b> may precede step <b>120</b>. Next, at step <b>140</b>, the messages are selectively deleted or copied based at least in part on the calculated first and second amounts of time.
In some variations, step <b>140</b> may include, as illustrated in step <b>150</b>, deleting the designated messages if the second amount of time exceeds the first amount of time. Alternatively, step <b>140</b> may include, as illustrated at step <b>160</b>, copying the non-designated messages into the new data container and dropping the current data container if the first amount of time exceeds the second amount of time.
<figref idrefs="DRAWINGS">FIG. 2</figref> illustrates an apparatus <b>200</b> for managing messages stored in a messaging system. The apparatus <b>200</b> includes a determination unit <b>210</b> that determines whether a quantity of messages designated for deletion within a current data container exceeds a predetermined threshold. The apparatus may designate messages for deletion or it may receive a communication (e.g., a message) identifying the designated messages from an external source or device. A calculation unit <b>220</b> calculates a first amount of time required to delete the designated messages. The calculation unit <b>220</b> may also calculate a second amount of time required to copy non-designated messages in the current data container (although it will be appreciated that separate units may be adopted for the two calculations). Also included in the apparatus <b>200</b> is a deletion unit <b>230</b> that deletes the designated messages if the second amount of time exceeds the first amount of time. A copy unit <b>240</b> copies the non-designated messages into a new data container and drops the current data container if the first amount of time exceeds the second amount of time.
The following provides optional variations that may be implemented singly or in combination with the above identified method and apparatus. Background information useful for understanding and implementing the claimed subject matter is also described.
<figref idrefs="DRAWINGS">FIG. 3</figref> is a simplified block diagram of an application integration system <b>300</b> for integration and “loose coupling” (i.e., message-based interaction) of applications. The system <b>300</b> includes an exchange infrastructure (XI) <b>310</b> for collaborative processing among internal components (ICs) <b>302</b> of an enterprise, and between external components (ECs) <b>304</b> that communicate to one or more ICs <b>302</b> through a firewall <b>305</b>. The ICs and ECs <b>302</b> and <b>304</b> represent any of a number of processes or services and their software and hardware, such as Web portals, buying or selling programs, electronic mail, business management programs, project planning programs, and the like, and are preferably Web-based applications. Each of the ICs/ECs <b>302</b>, <b>304</b> communicates via messaging with one or more other components according to at least one of a number of communication protocols or standards. The message system may handle many different types of messages (e.g., invoices, orders, pictures, XML messages, WSDL messages, SOAP messages, etc.).
The XI <b>310</b> is a self-contained, modularized exchange platform for driving collaboration among the components <b>302</b>, <b>304</b>. The XI <b>310</b> includes a central integration repository and directory storing shared collaboration knowledge. The XI <b>310</b> supports open standards such as various standard markup languages like the extensible markup language (XML), web service description language (WSDL), and simple object access protocol (SOAP) to provide an abstraction of technical interfaces for the components <b>302</b>, <b>304</b>, and for message-based communications across heterogeneous component interfaces. The self-contained, modularized functions of the XI <b>310</b> can be provided as one or more Web services based on standard Internet technology, and therefore can be published, discovered, and accessed within a network of components <b>302</b>, <b>304</b> using open standards.
A persistence layer for a message exchange system of an application integration system may be provided. The message exchange system may include a message transport layer configured to transport messages from at least one sending application to one or more receiving applications, and a business process layer configured to execute business process logic on select ones of the messages processed by the message transport layer. The persistence layer may be accessible by both the message transport layer and the business process layer.
In one variation, a copy and drop technique is used for deleting data in the persistence layer of a messaging system. The first step is to copy needed messages in a new data container (e.g., tables in a database), and then drop the current data container from which the data was copied. In order for the technique to be advantageous, more messages should be deleted than copied. Also, the time to delete the messages should be higher than the time to create a new data container, copy the needed messages from the current data container in the new data container, and drop the current data container. In another variation, the messaging system may monitor the performance of the copy and drop mechanism, and if these conditions are not met, switch to another technique for deleting messages in the persistence layer.
In another variation, two tables (data containers) are used to copy and drop messages. Unlike typical systems, the copy and drop phases may be performed while the messages are being processed, without the need to stop the message processing, which may improve the speed and performance of the persistence layer in the messaging system.
As shown in <figref idrefs="DRAWINGS">FIG. 4</figref>, the data container <b>470</b>, <b>480</b> may be encapsulated in an application programming interface (API) <b>450</b> that interfaces with applications external to the message handling system. Needed messages may be copied from Table A (“current container”) <b>470</b> to Table B (“new data container”) <b>480</b> and then the entire Table A is deleted in a fast delete operation. Thereafter, Table B <b>480</b> is the current container. The copy phase and the drop phase can run parallel with the message processing obviating the need to stop message processing.
The API <b>450</b> may handle “Read Entry” <b>410</b>, “Write Entry” <b>420</b>, “Copy Entry” <b>430</b>, and other queries <b>450</b>. The API <b>450</b> may utilize SQL functions such as DROP, INSERT, SELECT, and COPY to control access to the data containers in which the messages are stored.
The determination of whether messages should be deleted or copied may take into account various factors. In one variation, a determination is first made whether the number of messages for deleting within a current data container (or other storage receptacle) exceeds the total number of messages minus the number of messages for deleting. An additional margin or threshold may be added or subtracted respectively requiring a greater or lesser number of messages to be deleted to ensure that there is a sufficient number of potential overfill messages for deletion.
If it is determined that the messages for deleting exceeds the total number of messages minus the number of messages for deleting, then it is determined whether the amount of time required to delete the messages for deleting will exceed the amount of time required to copy the other messages. One technique for estimating the amount of time required to delete the messages is to multiply the number of messages by an estimation or average of the amount of time required to delete a single message. The amount of time required to copy the messages other than those for deletion may be estimated by multiplying the number of such messages by an estimation or average of the amount of time required to copy a single message. Optionally, an amount of time required to drop one data container may also be added to this calculation. Furthermore, an amount of time required to create a new data container may be also added to this calculation.
The subject matter described herein may be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. Apparatus of the subject matter described herein may be implemented in a computer program product tangibly embodied in an information carrier (e.g., a machine-readable storage device or in a propagated signal, for execution by a programmable processor) and method steps of the subject matter described herein may be performed by a programmable processor executing a program of instructions to perform functions of the subject matter described herein by operating on input data and generating output. The computer program product may transmit data and instructions to, a storage system, at least one input device, and at least one output device. The subject matter described herein may be implemented in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. A computer program is a set of instructions that may be used, directly or indirectly, in a computer to perform a certain activity or bring about a certain result. A computer program may be written in any form of programming language, including compiled or interpreted languages, and it may be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
Suitable processors for the execution of a program of instructions include, by way of example, both general and special purpose microprocessors, and the sole processor or one of multiple processors of any kind of computer. Generally, a processor will receive instructions and data from a read-only memory or a random access memory or both. The essential elements of a computer are a processor for executing instructions and one or more memories for storing instructions and data. Generally, a computer will also include, or be operatively coupled to communicate with, one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks. Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks. The processor and the memory may be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).
A number of variations of the subject matter described herein have been described. Nevertheless, it will be understood that various modifications may be made without departing from the scope of the subject matter described herein. For example, the techniques described herein may be used as part of a standalone system or they may be used on a network node that is coupled to multi-user network such as a LAN, WAN, or other type of distributed computing network. Accordingly, other variations are within the scope of the following claims.
Contents5
4 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US2004047594A1 | Cites | United States of America | Search report |
| US2005193068A1 | Cites | United States of America | Search report |
| US2006026253A1 | Cites | United States of America | Search report |
| US2006031305A1 | Cites | United States of America | Search report |
| US5787153A | Cites | United States of America | Search report |
| US5933413A | Cites | United States of America | Search report |
| US6167427A | Cites | United States of America | Search report |
| US6167438A | Cites | United States of America | Search report |
| US6230182B1 | Cites | United States of America | Search report |
| US6496913B1 | Cites | United States of America | Search report |
| US6501733B1 | Cites | United States of America | Search report |
| US6587915B1 | Cites | United States of America | Search report |
| US6643652B2 | Cites | United States of America | Search report |
| US6701378B1 | Cites | United States of America | Search report |
| US6779058B2 | Cites | United States of America | Search report |
| US6842876B2 | Cites | United States of America | Search report |
| US7096228B2 | Cites | United States of America | Search report |
| US7107298B2 | Cites | United States of America | Search report |
| US7134053B1 | Cites | United States of America | Search report |
| US7136882B2 | Cites | United States of America | Search report |
| US7159005B1 | Cites | United States of America | Search report |
| US7167880B2 | Cites | United States of America | Search report |
| US7212814B2 | Cites | United States of America | Search report |
| US7240099B2 | Cites | United States of America | Search report |
| US7353350B2 | Cites | United States of America | Search report |
| US7610296B2 | Cites | United States of America | Search report |
| US7647383B1 | Cites | United States of America | Search report |
| US7680847B2 | Cites | United States of America | Search report |
| US7730031B2 | Cites | United States of America | Search report |
2 members in 1 office
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 9333305 | United States of America | A | |
| US20050093333 | – | – | – |
Members2
| Document | Office | Kind | |
|---|---|---|---|
| US2006221988A1 | United States of America | A1 | |
| US8306952B2This record | United States of America | B2 |
80 transactions on the USPTO file
Allowed after 5 non-final rejections, 4 final rejections and 4 RCEs.
- Non-final rejections
- 5
- Final rejections
- 4
- RCEs
- 4
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Expire PatentEXP. | EXP. | |
| Maintenance Fee Reminder MailedREM. | REM. | |
| Payment of Maintenance Fee, 8th Year, Large EntityM1552 | M1552 | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Response to Reasons for AllowanceREAS | REAS | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Reasons for AllowanceEX.R | EX.R | |
| Examiner's Amendment CommunicationEX.A | EX.A | |
| Interview Summary - Examiner InitiatedEXIE | EXIE | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Correspondence Address ChangeC.AD | C.AD | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| IFW TSS Processing by Tech Center CompleteTSSCOMP | TSSCOMP | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Application Is Now CompleteCOMP | COMP | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Cleared by OIPE CSRL194 | L194 | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Initial Exam Team nnIEXX | IEXX |
12 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Lapsed due to failure to pay maintenance feeLapsedFP | FP | |
| Lapse for failure to pay maintenance feesLapsedPATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYLAPS | LAPS | |
| Information on status: patent discontinuationPATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362STCH | STCH | |
| Fee payment procedureMAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Maintenance fee paymentMAFP | MAFP | |
| Fee paymentFPAY | FPAY | |
| AssignmentAS | AS | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| Notice of allowance mailedORIGINAL CODE: MN/=.ZAAB | ZAAB | |
| Notice of allowance and fees dueORIGINAL CODE: NOAZAAA | ZAAA | |
| AssignmentAS | AS | |
| AssignmentAS | AS |
Numbers
- Publication
- 08306952
- Publication, DOCDB
- 8306952
- Publication, EPODOC
- US8306952
- Application
- 11093333
- Application, DOCDB
- 9333305
- Application, EPODOC
- US20050093333
Titles
- English
- Technique for managing messages
Patent term adjustment
- A delay
- +661 daysthe office missed an examination deadline
- B delay
- +248 dayspendency past three years
- Applicant delay
- −97 days
- Net adjustment
- 812 days
Classification
- CPC, 1
- G06Q10/10
- IPC, 1
- G06F17 30
- USPC, 2
- 707661000
- 709207000