US20080320493A1 - System and method for using a mobile agent object to collect data - Google Patents

System and method for using a mobile agent object to collect data Download PDF

Info

Publication number
US20080320493A1
US20080320493A1 US12/203,060 US20306008A US2008320493A1 US 20080320493 A1 US20080320493 A1 US 20080320493A1 US 20306008 A US20306008 A US 20306008A US 2008320493 A1 US2008320493 A1 US 2008320493A1
Authority
US
United States
Prior art keywords
platform
mobile agent
event
agent object
message objects
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/203,060
Inventor
Michael R. Manzano
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Topia Technology
Original Assignee
Topia Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Topia Technology filed Critical Topia Technology
Priority to US12/203,060 priority Critical patent/US20080320493A1/en
Publication of US20080320493A1 publication Critical patent/US20080320493A1/en
Priority to US13/482,481 priority patent/US8850457B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/562Brokering proxy services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation

Definitions

  • the present invention relates, generally, to a distributed computing environment wherein processes created in an object-oriented environment direct their own movement throughout a computer network, and, in particular, relates to the use of mobile agent objects for the collection of data amongst various operating platforms.
  • a distributed-computing environment is a type of computing wherein several computer platforms, i.e., different computers, coupled by a network, perform separate but related tasks, (called a process), that are directed in concert toward a single achievement.
  • a process is the retrieval of all files in a network having the same pattern of letters in the file name.
  • remote programming One method known in the art for practicing a distributed-computing environment is called “remote programming.”
  • a first executing program called a client process
  • a server process executing on the second computer system
  • the instructions are then carried out on the second computer system by the server process, effectuating the goal of the client process.
  • the instructions which the server process is designed to carry out must have some degree of generality, i.e., the instructions must allow some degree of local decision-making with respect to details.
  • U.S. Pat. No. 6,016,393 to White et al. entitled, “System and Method for Distributed Computation Based upon the Movement, Execution, and Interaction of Processes in a Network”, which is hereby incorporated by reference, discloses a system that improves upon the concept of remote programming by utilizing processes called mobile agents (sometimes referred to as mobile objects or agent objects).
  • the system described by White et al. provides the ability for an object (the mobile agent object), existing on a first (“host”) computer system, to transplant itself to a second (“remote host”) computer system while preserving its current execution state.
  • the operation of a mobile agent object is described briefly below.
  • the instructions of the mobile agent object, its preserved execution state, and other objects owned by the mobile agent object are packaged, or “encoded”, to generate a string of data that is configured so that the string of data can be transported by all standard means of communication over a computer network.
  • the string of data is decoded to generate a computer process, still called the mobile agent object, within the remote host system.
  • the decoded mobile agent object includes those objects encoded as described above and remains in its preserved execution state.
  • the remote host computer system resumes execution of the mobile agent object which is now operating in the remote host environment.
  • the instructions of the mobile agent object are executed by the remote host to perform operations of any complexity, including defining, creating, and manipulating data objects and interacting with other remote host computer objects. Since mobile agent objects are known in the prior art, they will not be discussed further herein.
  • Computer systems are often used to send and receive messages between a sender and a receiver.
  • Examples of computer systems or platforms that facilitate the communication of messages include electronic mail via POP3 e-mail accounts, voice-mail over wireless networks, text messaging between two personal computer platforms, and many others.
  • Messages on computer networks are often delivered to users via multiple unrelated communications channels, and often to different destination locations that can only be accessed locally by the user. Furthermore, each destination can typically only be accessed one at a time. Additionally, the messages that are sent to the user may not be messages the user wishes to receive, such as spam email.
  • An automated method and system for the filtration, collection, and consolidation of important messages from different destination points is desirable.
  • the system described by Lazaridis et al. involves placing a “redirector program” on a host machine (“collection host”) that is configurable by a user. Messages to the user are pushed to a user's mobile device by the redirector program based on user-defined event triggers set up within the redirector program. An event can be any exceptional occurrence within the collection host. Furthermore, whether a message is pushed to the user's mobile device or ignored can be a function of the message type, message contents, and anyone of a number of preset filters available to the redirector program.
  • the system of Lazaridis et al. does not disclose a method for filtration of the messages at the message source platform and the subsequent redirection and delivery of the filtered messages other than conventional e-mail methods such as POP3. That is, all messages are sent to a single host platform prior to being filtered for parameters, such as content, time and date stamp, etc. By not filtering unwanted messages at the source of the message, unnecessary traffic is placed on a computer network prior to filtration.
  • the present invention is directed to a method and system for collecting and filtering messages at an event source platform and delivering the filtered messages to a collection host platform.
  • the method uses a mobile agent object to filter messages received at an event source platform.
  • the mobile agent object determines a filtered set of messages that match predetermined parameters and then delivers the filtered messages to a collection host platform.
  • the ability to dynamically deliver a filtered set of messages from an event source platform through a mobile agent object to the collection host platform is realized.
  • similar mobile agent objects may be placed in the collection host platforms for redirecting the filtered messages to a plurality of different device platforms, such as a display device platform or a control device platform.
  • FIG. 1 is a block diagram of one embodiment of distributed-computing environment suitable for practicing embodiments of the invention
  • FIG. 2 is a block diagram of a system for configuring mobile agent objects for message collection, for collecting messages at a collection host platform from event source platforms, and for redirecting messages to destination platforms according to an embodiment of the invention
  • FIG. 3 is an illustration of a method for configuring a mobile agent object to filter and collect messages
  • FIG. 4 is an illustration of a method for the filtration and collection of messages received by an event source platform.
  • FIG. 5 is an illustration of a method for the redirection of messages received at a collection host platform from mobile agent objects in event source platforms.
  • FIG. 1 is a block diagram of a distributed-computing environment suitable for practicing embodiments of the invention.
  • the distributed-computing environment includes a first computer system 100 and a second computer system 150 that are coupled by a network connection, such as the internet 125 as shown in FIG. 1 .
  • the network connection may be any other connection, such as a Local Area Network (LAN) for example, that is suitable for facilitating communication between computer systems.
  • LAN Local Area Network
  • the first 100 and second 150 computer systems may communicate over the internet 125 using a standard protocol, such as, for example, Transmission Control Protocol/Internet Protocol (TCP/IP).
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • there are typically many more computer systems (not shown) coupled with the internet 125 all of which may communicate with other computers on the network including the first and second computers 100 and 150 .
  • the first computer system 100 includes a CPU 103 coupled to a bus 101 that facilitates communication between the CPU 103 and other components of the computer 100 .
  • Other components of the computer 100 include a Network Interface Component 102 (NIC) and a memory 104 .
  • the memory may include magnetic or optical disks Random-Access memory (RAM), Read-Only memory (ROM), Basic Input/Output Systems (BIOS), or any other commonly known memory system used in computer architecture.
  • RAM Random-Access memory
  • ROM Read-Only memory
  • BIOS Basic Input/Output Systems
  • a mobile-agent runtime environment 110 and a mobile agent injector program 111 are resident within the memory 104 .
  • the mobile-agent runtime environment 110 and a mobile agent injector program 111 may reside in a single memory component or in any combination of memory components that are coupled with the bus 101 .
  • the NIC 102 facilitates communications between the first computer 100 and other computers, such as the second computer 150 , via the internet 125 .
  • the second computer 150 is similar to the first computer 100 and includes a CPU 153 , a bus 151 , a NIC 152 , and a memory 154 which includes a mobile-agent runtime environment 160 . These components are organized and coupled as described above with respect the first computer 100 .
  • the above-described distributed-computing environment may host one or more mobile agent objects (not shown) that are present in one of the mobile-agent runtime environments 110 or 160 of one of the computers 100 or 150 .
  • the mobile-agent runtime environment 110 and 160 is a portion of the memory dedicated to allowing a mobile agent object the ability to perform operations that it was programmed to carry out.
  • the nature of the mobile agent object, the manner in which the mobile agent object is transported between computers, and the parameters of the mobile agent object's abilities are discussed in detail in White et al. (which has been incorporated by reference) and will not be discussed further herein.
  • Mobile agent objects may be instantiated in a mobile-agent runtime environment 110 or 160 in several ways, two of which are briefly described here.
  • the mobile agent object is locally created in the first computer 100 and then locally injected into the mobile-agent runtime environment 110 by the mobile agent injector program 111 .
  • the mobile agent object moves from the mobile-agent runtime environment 110 of the first computer system 100 to the mobile-agent runtime environment 160 of the second computer system 150 over the internet 125 by its own accord, i.e., according to its programmed instructions. Both of these instantiation processes are well known in the prior art.
  • FIG. 2 is a block diagram of a system 200 for configuring mobile agent objects for message collection, collecting messages at a collection host platform from event source platforms; and redirecting messages to destination platforms according to an embodiment of the invention.
  • the system 200 includes several computing environments and/or platforms (similar to the first 100 and second 150 computer systems of FIG. 1 ) coupled by network connections 201 .
  • the network connections 201 may be the internet 125 that use standard TCPIIP communications.
  • the platforms coupled by the network connections 201 in the system 200 include control device platforms 205 and 206 , a collection host platform 210 , event source platforms 220 and 230 , and display device platforms 215 and 216 .
  • the system 200 may include one or more of each of the above-mentioned platforms with each platform operable to host a mobile agent object within one or more mobile-agent runtime environments 160 running therein, respectively. Each platform is described in greater detail below.
  • a plurality of control device platforms 205 and 206 typically comprise desktop PCs, server computers, or mobile devices capable of wireless or wired communications over the network connection 201 .
  • a control device platform 205 or 206 serves as the origin of a mobile agent object to be used for message filtration and collection. As such, a control device platform 205 and 206 is differentiated from other platforms by the inclusion of a mobile-agent-object toolkit 207 or 208 .
  • a mobile-agent-object toolkit 207 or 208 is a set of software routines for dispatching custom-made or pre-created mobile agent objects which exist in a mobile-agent-object toolkit library (not shown). Specifically, the mobile-agent-object toolkit 207 or 208 is used to create mobile agent objects which function as message filters, event triggers, and/or delivery mobile agent objects (described below) to be dispatched to a collection host platform 210 or event source platforms 220 and/or 230 . Mobile-agent-object toolkits 207 and 208 typically only exist on control device platforms 205 and/or 206 .
  • a mobile-agent-object toolkit 207 and 208 is used to configure a mobile agent object for message filtering and collection through user-entered control vectors 209 .
  • Control vectors 209 are realized by input methods such as touch pads, keyboards, or pointing devices coupled with appropriate control software, DTMF tones over a telephone translated by appropriate software into commands, voice enabled command interfaces, instant messaging protocols, custom-built control client software, and external automated systems.
  • Control vectors 209 are characterized by their ability to translate external command protocols into digital commands understood by the mobile-agent-object toolkit 207 or 208 .
  • a method for mobile agent object configuration is described below in conjunction with FIG. 3 .
  • a mobile agent object may be delivered to another platform, such as the collection host platform 210 .
  • the collection host platform 210 is operable to host one or more mobile agent objects that are capable of moving from platform to platform according to each mobile agent object's programmed instructions. If a particular mobile agent object has been configured for message filtering, the mobile agent object typically passes to another platform, such as an event source platform 220 or 230 to collect relevant messages. If, however, the particular mobile agent object has been configured for host message collection and/or message redirection, the mobile agent object, called a delivery mobile agent object 212 , typically remains resident in the collection host platform 210 .
  • the collection host platform 210 also includes an associated message database 211 suitable for storing digital representations of messages.
  • the delivery mobile agent object 212 executing on the collection host platform 210 facilitates the storage of the relevant message in the message database 211 and/or the subsequent redirection of the message to be delivered to another platform, such as a display platform 215 or 216 or to a control platform 205 or 206 .
  • a method for message redirection is described below in conjunction with FIG. 5 .
  • Event source platforms 220 and 230 are capable of receiving, through any number of communications channels and protocols, messages intended for a user with access to the event source platforms 220 and 230 .
  • An event source platform 220 or 230 may be, for example, a voice-message system for a mobile telephone, a remote email address accessible via POP3 protocol, an FTP address, etc.
  • Event source platforms 220 and 230 are characterized by their ability to translate received messages into a digital format that can be read, translated, and transferred by mobile agent objects 221 and 231 .
  • a mobile agent object 221 or 231 running thereon filters to the received message to determine if the message is relevant.
  • Relevancy can be any user-programmed parameter, such as message source, subject matter, time and date stamp, etc. If relevant, the message is passed on to the collection host platform 210 . A method for message collection is described below in conjunction with FIG. 4 .
  • the system 200 further includes a plurality of display device platforms 215 and 216 which are platforms capable of displaying a representation of the original message as received by one of the event source platforms 220 or 230 .
  • display device platforms 215 and 216 also have the capabilities of control device platforms 205 and 206 .
  • Examples of display device platforms 215 and 216 include fax machines, desktop PCs, network printers, and mobile telephones with display screens.
  • FIG. 3 is an illustration of a method for configuring a mobile agent object for the filtration and collection of messages.
  • the method is a process by which mobile agent objects representing message filters and event triggers are configured and then dispatched to a collection host platform 210 and/or event source platforms 220 and 230 .
  • a command is sent over a control vector 209 , to a mobile-agent-object toolkit 207 or 208 with instructions to configure a mobile agent object.
  • the control vector contains a set of instructions that configures a mobile agent object with a plurality of event triggers and a plurality of message property requirements that together comprise a filter.
  • An event trigger is a set of instruction that allows a mobile agent object to recognize the occurrence of an event, such as, the receiving of an email at an event source platform 220 or 230 .
  • a message property requirement is a parameter or characteristic of a message that the mobile agent object may scrutinize to determine if the message is to be passed on to the collection host platform 210 . Examples of message property requirements include the recipient identification, the subject matter of the message, the time and date stamp of the message, etc.
  • the mobile agent Object is then configured at step 303 with appropriate event trigger and message property requirements as well as a delivery address where messages which pass the filter are to be delivered.
  • a pre-configured mobile agent object may be selected, at step 305 , from a mobile-agent-object database (not shown) that is local to one of the control device platforms 205 or 206 .
  • the agent is deployed to a event source platform 220 or 230 to become a constituent of the resident event trigger/filtering agency, i.e., mobile agent-object environment 221 or 231 , or is deployed to a collection host platform 210 to become a constituent of the resident delivery agency, i.e., mobile-agent object environment 212 .
  • the mobile agent objects dispatched are those that are configured to serve message filtration and collection purposes.
  • the mobile agent objects dispatched are configured to serve message redirection and storage purposes.
  • the particular platform takes over execution of the mobile agent object within their respective agencies 212 or 221 / 231 .
  • FIG. 4 is an illustration of a method for the collection of messages received by an event source platform 220 or 230 .
  • mobile agent objects configured using the configuration method of FIG. 3 , work together to filter and collect messages at event source platforms 220 and 230 which meet a particular requirement of a user.
  • the requirements are encoded as the event triggers and message properties contained within the mobile agent objects from configuration.
  • messages are sent to a collection host platform 210 and stored in a message database 211 for later retrieval by a redirection method described below with respect to FIG. 5 .
  • a mobile agent object executes in an event source platform 220 or 230 at step 401 .
  • the configured mobile agent object monitors the activity of the event source platform 220 or 230 for particular events according to its configured instructions as defined by the plurality of event triggers encoded therein.
  • the mobile agent object is triggered if the event is one of the mobile agent object's trigger events.
  • Events that can trigger a mobile agent object include, but are not limited to, the insertion of a mobile agent object into a platform, a timer event, and/or the reception of a new unfiltered message into the platform.
  • the mobile agent object determines if the event is relevant by passing the message through its filter as defined by its message property requirement encoded therein. That is, the mobile agent object determines if the event, (the receiving of a message, for example) passes its filter, (the recipient being a particular user, for example).
  • the mobile agent object discards the message and continues executing on the event source platform 220 or 230 (back to step 401 ). If, however, the mobile agent object determines that the event is relevant, then information about the event is assembled and delivered to a platform corresponding to the mobile agent object's programmed delivery address.
  • the platform corresponding to the delivery address is typically a collection host platform 210 , but may be any platform suitable to receive information about events collected by a mobile agent object. Once the information is sent to the appropriate platform, the mobile agent object continues to execute on the event source platform 220 or 230 while monitoring future events (back to step 401 ).
  • FIG. 5 is an illustration of a method for the redirection of messages received at a collection host platform 210 from mobile agent objects executing in event source platforms 220 or 230 .
  • an event occurs which is important to a constituent, i.e., a delivery mobile agent object, of the delivery agency 212 , causing the process encoded in the constituent to execute.
  • a message may be received from mobile agent object 221 or 231 executing on an event source platform 220 or 230 .
  • the event may be a message database 211 search request from a control device platform 205 or 206 .
  • the delivery mobile agent object determines the relevancy of the event according to its configured parameters at step 503 .
  • Events that trigger constituents of a delivery agency 212 include, but are not limited to, the insertion of a mobile agent object into a platform, a timer event, the reception of a new message into the message database 211 , and/or external commands conforming to externally-defined protocols issued by a control device platform 205 or 206 .
  • the event may trigger a delivery mobile agent object to parse a message to determine (according to its filter instructions, at step 505 ) whether to send the message to a display device platform 215 or 216 at step 507 , to a control device platform 205 or 206 at step 509 , or to message database 211 on the collection host platform 210 at step 511 .
  • the event may trigger the delivery mobile agent object to deliver a message to more than one destination.

Abstract

Method and system for collecting and filtering messages received at an event source platform and delivering the filtered messages to a collection host platform. According to one embodiment, the system uses a mobile agent object to filter messages received at an event source platform. The mobile agent object determines a filtered set of messages that match predetermined parameters and then delivers the filtered messages to a collection host platform for storage or redirection.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 10/630,637 filed Jul. 29, 2003, which, in turn, claims the benefit of U.S. Provisional Patent Application Serial No. 60/399,504 filed Jul. 29, 2002 entitled “Using Mobile Agents to Collect Information Pushed From a Host System to a Mobile Communication Device,” each application of which is incorporated by reference herein in its entirety.
  • TECHNICAL FIELD OF THE INVENTION
  • The present invention relates, generally, to a distributed computing environment wherein processes created in an object-oriented environment direct their own movement throughout a computer network, and, in particular, relates to the use of mobile agent objects for the collection of data amongst various operating platforms.
  • BACKGROUND OF THE INVENTION
  • The advent of computer networks has proliferated the use of distributed-computing environments. A distributed-computing environment is a type of computing wherein several computer platforms, i.e., different computers, coupled by a network, perform separate but related tasks, (called a process), that are directed in concert toward a single achievement. One example of such a process is the retrieval of all files in a network having the same pattern of letters in the file name. By taking advantage of the computing power of several computers at once, tasks require less time for completion. Use of a processor close to resources to be processed reduces total computing resource requirements.
  • One method known in the art for practicing a distributed-computing environment is called “remote programming.” In remote programming, a first executing program, called a client process, executing on a first computer system, sends to a second process, called a server process executing on the second computer system, a list of instructions. The instructions are then carried out on the second computer system by the server process, effectuating the goal of the client process. The instructions which the server process is designed to carry out must have some degree of generality, i.e., the instructions must allow some degree of local decision-making with respect to details.
  • U.S. Pat. No. 6,016,393 to White et al., entitled, “System and Method for Distributed Computation Based upon the Movement, Execution, and Interaction of Processes in a Network”, which is hereby incorporated by reference, discloses a system that improves upon the concept of remote programming by utilizing processes called mobile agents (sometimes referred to as mobile objects or agent objects). The system described by White et al., provides the ability for an object (the mobile agent object), existing on a first (“host”) computer system, to transplant itself to a second (“remote host”) computer system while preserving its current execution state. The operation of a mobile agent object is described briefly below.
  • The instructions of the mobile agent object, its preserved execution state, and other objects owned by the mobile agent object are packaged, or “encoded”, to generate a string of data that is configured so that the string of data can be transported by all standard means of communication over a computer network. Once transported to the remote host, the string of data is decoded to generate a computer process, still called the mobile agent object, within the remote host system. The decoded mobile agent object includes those objects encoded as described above and remains in its preserved execution state. The remote host computer system resumes execution of the mobile agent object which is now operating in the remote host environment.
  • While now operating in the new environment, the instructions of the mobile agent object are executed by the remote host to perform operations of any complexity, including defining, creating, and manipulating data objects and interacting with other remote host computer objects. Since mobile agent objects are known in the prior art, they will not be discussed further herein.
  • Computer systems are often used to send and receive messages between a sender and a receiver. Examples of computer systems or platforms that facilitate the communication of messages include electronic mail via POP3 e-mail accounts, voice-mail over wireless networks, text messaging between two personal computer platforms, and many others. Messages on computer networks are often delivered to users via multiple unrelated communications channels, and often to different destination locations that can only be accessed locally by the user. Furthermore, each destination can typically only be accessed one at a time. Additionally, the messages that are sent to the user may not be messages the user wishes to receive, such as spam email. An automated method and system for the filtration, collection, and consolidation of important messages from different destination points is desirable.
  • One such system is described in U.S. Pat. No. 6,389,457 to Lazaridis et al., entitled “System and Method for Pushing Information From a Host System to a Mobile Data Communication Device” which is incorporated by reference.
  • The system described by Lazaridis et al., involves placing a “redirector program” on a host machine (“collection host”) that is configurable by a user. Messages to the user are pushed to a user's mobile device by the redirector program based on user-defined event triggers set up within the redirector program. An event can be any exceptional occurrence within the collection host. Furthermore, whether a message is pushed to the user's mobile device or ignored can be a function of the message type, message contents, and anyone of a number of preset filters available to the redirector program.
  • Although this system provides the user the ability to filter messages, the ability to filter is limited to what filters are available to the redirector program. Furthermore, the system of Lazaridis et al. does not disclose a method for filtration of the messages at the message source platform and the subsequent redirection and delivery of the filtered messages other than conventional e-mail methods such as POP3. That is, all messages are sent to a single host platform prior to being filtered for parameters, such as content, time and date stamp, etc. By not filtering unwanted messages at the source of the message, unnecessary traffic is placed on a computer network prior to filtration.
  • SUMMARY OF THE INVENTION
  • The present invention is directed to a method and system for collecting and filtering messages at an event source platform and delivering the filtered messages to a collection host platform. According to one embodiment, the method uses a mobile agent object to filter messages received at an event source platform. The mobile agent object determines a filtered set of messages that match predetermined parameters and then delivers the filtered messages to a collection host platform.
  • Thus, in comparison to Lazaridis et al., instead of a fixed redirector program in the collection host platform, the ability to dynamically deliver a filtered set of messages from an event source platform through a mobile agent object to the collection host platform is realized. In addition to placing mobile agent objects in the event source platforms, similar mobile agent objects may be placed in the collection host platforms for redirecting the filtered messages to a plurality of different device platforms, such as a display device platform or a control device platform.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing aspects and many of the attendant advantages of this invention will become more readily appreciated as the same become better understood by reference to the following detailed description, when taken in conjunction with the accompanying drawings, wherein:
  • FIG. 1 is a block diagram of one embodiment of distributed-computing environment suitable for practicing embodiments of the invention;
  • FIG. 2 is a block diagram of a system for configuring mobile agent objects for message collection, for collecting messages at a collection host platform from event source platforms, and for redirecting messages to destination platforms according to an embodiment of the invention;
  • FIG. 3 is an illustration of a method for configuring a mobile agent object to filter and collect messages;
  • FIG. 4 is an illustration of a method for the filtration and collection of messages received by an event source platform; and
  • FIG. 5 is an illustration of a method for the redirection of messages received at a collection host platform from mobile agent objects in event source platforms.
  • DETAILED DESCRIPTION
  • FIG. 1 is a block diagram of a distributed-computing environment suitable for practicing embodiments of the invention. The distributed-computing environment includes a first computer system 100 and a second computer system 150 that are coupled by a network connection, such as the internet 125 as shown in FIG. 1. The network connection may be any other connection, such as a Local Area Network (LAN) for example, that is suitable for facilitating communication between computer systems. Here, the first 100 and second 150 computer systems may communicate over the internet 125 using a standard protocol, such as, for example, Transmission Control Protocol/Internet Protocol (TCP/IP). Additionally, there are typically many more computer systems (not shown) coupled with the internet 125, all of which may communicate with other computers on the network including the first and second computers 100 and 150.
  • The first computer system 100 includes a CPU 103 coupled to a bus 101 that facilitates communication between the CPU 103 and other components of the computer 100. Other components of the computer 100 include a Network Interface Component 102 (NIC) and a memory 104. The memory may include magnetic or optical disks Random-Access memory (RAM), Read-Only memory (ROM), Basic Input/Output Systems (BIOS), or any other commonly known memory system used in computer architecture. In the first computer 100, a mobile-agent runtime environment 110 and a mobile agent injector program 111 are resident within the memory 104. Although shown as separate memory components, the mobile-agent runtime environment 110 and a mobile agent injector program 111 may reside in a single memory component or in any combination of memory components that are coupled with the bus 101. The NIC 102 facilitates communications between the first computer 100 and other computers, such as the second computer 150, via the internet 125.
  • The second computer 150 is similar to the first computer 100 and includes a CPU 153, a bus 151, a NIC 152, and a memory 154 which includes a mobile-agent runtime environment 160. These components are organized and coupled as described above with respect the first computer 100.
  • The above-described distributed-computing environment may host one or more mobile agent objects (not shown) that are present in one of the mobile- agent runtime environments 110 or 160 of one of the computers 100 or 150. The mobile- agent runtime environment 110 and 160 is a portion of the memory dedicated to allowing a mobile agent object the ability to perform operations that it was programmed to carry out. The nature of the mobile agent object, the manner in which the mobile agent object is transported between computers, and the parameters of the mobile agent object's abilities are discussed in detail in White et al. (which has been incorporated by reference) and will not be discussed further herein.
  • Mobile agent objects may be instantiated in a mobile- agent runtime environment 110 or 160 in several ways, two of which are briefly described here. In a first way, the mobile agent object is locally created in the first computer 100 and then locally injected into the mobile-agent runtime environment 110 by the mobile agent injector program 111. In a second way, the mobile agent object moves from the mobile-agent runtime environment 110 of the first computer system 100 to the mobile-agent runtime environment 160 of the second computer system 150 over the internet 125 by its own accord, i.e., according to its programmed instructions. Both of these instantiation processes are well known in the prior art.
  • FIG. 2 is a block diagram of a system 200 for configuring mobile agent objects for message collection, collecting messages at a collection host platform from event source platforms; and redirecting messages to destination platforms according to an embodiment of the invention. The system 200 includes several computing environments and/or platforms (similar to the first 100 and second 150 computer systems of FIG. 1) coupled by network connections 201. The network connections 201, as in FIG. 1, may be the internet 125 that use standard TCPIIP communications.
  • The platforms coupled by the network connections 201 in the system 200 include control device platforms 205 and 206, a collection host platform 210, event source platforms 220 and 230, and display device platforms 215 and 216. The system 200 may include one or more of each of the above-mentioned platforms with each platform operable to host a mobile agent object within one or more mobile-agent runtime environments 160 running therein, respectively. Each platform is described in greater detail below.
  • A plurality of control device platforms 205 and 206, usually remote from the collection host 210, typically comprise desktop PCs, server computers, or mobile devices capable of wireless or wired communications over the network connection 201. A control device platform 205 or 206 serves as the origin of a mobile agent object to be used for message filtration and collection. As such, a control device platform 205 and 206 is differentiated from other platforms by the inclusion of a mobile-agent- object toolkit 207 or 208.
  • A mobile-agent- object toolkit 207 or 208 is a set of software routines for dispatching custom-made or pre-created mobile agent objects which exist in a mobile-agent-object toolkit library (not shown). Specifically, the mobile-agent- object toolkit 207 or 208 is used to create mobile agent objects which function as message filters, event triggers, and/or delivery mobile agent objects (described below) to be dispatched to a collection host platform 210 or event source platforms 220 and/or 230. Mobile-agent- object toolkits 207 and 208 typically only exist on control device platforms 205 and/or 206.
  • A mobile-agent- object toolkit 207 and 208 is used to configure a mobile agent object for message filtering and collection through user-entered control vectors 209. Control vectors 209 are realized by input methods such as touch pads, keyboards, or pointing devices coupled with appropriate control software, DTMF tones over a telephone translated by appropriate software into commands, voice enabled command interfaces, instant messaging protocols, custom-built control client software, and external automated systems. Control vectors 209 are characterized by their ability to translate external command protocols into digital commands understood by the mobile-agent- object toolkit 207 or 208. A method for mobile agent object configuration is described below in conjunction with FIG. 3.
  • Once a mobile agent object is configured, it may be delivered to another platform, such as the collection host platform 210. The collection host platform 210 is operable to host one or more mobile agent objects that are capable of moving from platform to platform according to each mobile agent object's programmed instructions. If a particular mobile agent object has been configured for message filtering, the mobile agent object typically passes to another platform, such as an event source platform 220 or 230 to collect relevant messages. If, however, the particular mobile agent object has been configured for host message collection and/or message redirection, the mobile agent object, called a delivery mobile agent object 212, typically remains resident in the collection host platform 210.
  • The collection host platform 210 also includes an associated message database 211 suitable for storing digital representations of messages. As such, when a mobile agent object executing on an event source platform 220 or 230 sends a relevant message to the collection host platform 210, the delivery mobile agent object 212 executing on the collection host platform 210 facilitates the storage of the relevant message in the message database 211 and/or the subsequent redirection of the message to be delivered to another platform, such as a display platform 215 or 216 or to a control platform 205 or 206. A method for message redirection is described below in conjunction with FIG. 5.
  • Event source platforms 220 and 230 are capable of receiving, through any number of communications channels and protocols, messages intended for a user with access to the event source platforms 220 and 230. An event source platform 220 or 230 may be, for example, a voice-message system for a mobile telephone, a remote email address accessible via POP3 protocol, an FTP address, etc. Event source platforms 220 and 230 are characterized by their ability to translate received messages into a digital format that can be read, translated, and transferred by mobile agent objects 221 and 231. As such, when a message is received at an event source platform 220 or 230, a mobile agent object 221 or 231 running thereon filters to the received message to determine if the message is relevant. Relevancy can be any user-programmed parameter, such as message source, subject matter, time and date stamp, etc. If relevant, the message is passed on to the collection host platform 210. A method for message collection is described below in conjunction with FIG. 4.
  • The system 200 further includes a plurality of display device platforms 215 and 216 which are platforms capable of displaying a representation of the original message as received by one of the event source platforms 220 or 230. Often display device platforms 215 and 216 also have the capabilities of control device platforms 205 and 206. Examples of display device platforms 215 and 216 include fax machines, desktop PCs, network printers, and mobile telephones with display screens. When messages are redirected by the collection host platform 210, they are often sent to one or more display device platforms 215 and 216.
  • FIG. 3 is an illustration of a method for configuring a mobile agent object for the filtration and collection of messages. The method is a process by which mobile agent objects representing message filters and event triggers are configured and then dispatched to a collection host platform 210 and/or event source platforms 220 and 230.
  • At step 301, a command is sent over a control vector 209, to a mobile-agent- object toolkit 207 or 208 with instructions to configure a mobile agent object. The control vector contains a set of instructions that configures a mobile agent object with a plurality of event triggers and a plurality of message property requirements that together comprise a filter. An event trigger is a set of instruction that allows a mobile agent object to recognize the occurrence of an event, such as, the receiving of an email at an event source platform 220 or 230. A message property requirement is a parameter or characteristic of a message that the mobile agent object may scrutinize to determine if the message is to be passed on to the collection host platform 210. Examples of message property requirements include the recipient identification, the subject matter of the message, the time and date stamp of the message, etc.
  • The mobile agent Object is then configured at step 303 with appropriate event trigger and message property requirements as well as a delivery address where messages which pass the filter are to be delivered. Alternatively, a pre-configured mobile agent object may be selected, at step 305, from a mobile-agent-object database (not shown) that is local to one of the control device platforms 205 or 206.
  • Next, at step 307, depending on the intended function of the configured mobile agent object, the agent is deployed to a event source platform 220 or 230 to become a constituent of the resident event trigger/filtering agency, i.e., mobile agent- object environment 221 or 231, or is deployed to a collection host platform 210 to become a constituent of the resident delivery agency, i.e., mobile-agent object environment 212. In the case of an event source platform 220 or 230, the mobile agent objects dispatched are those that are configured to serve message filtration and collection purposes. In the case of a collection host platform 210, the mobile agent objects dispatched are configured to serve message redirection and storage purposes. Finally, at step 309, the particular platform (collection host platform 210 or event source platform 220/230) takes over execution of the mobile agent object within their respective agencies 212 or 221/231.
  • FIG. 4 is an illustration of a method for the collection of messages received by an event source platform 220 or 230. In this method, mobile agent objects, configured using the configuration method of FIG. 3, work together to filter and collect messages at event source platforms 220 and 230 which meet a particular requirement of a user. The requirements are encoded as the event triggers and message properties contained within the mobile agent objects from configuration. Once determined to be relevant, i.e., filtered, messages are sent to a collection host platform 210 and stored in a message database 211 for later retrieval by a redirection method described below with respect to FIG. 5.
  • To begin, the method of FIG. 4 a mobile agent object executes in an event source platform 220 or 230 at step 401. During execution, the configured mobile agent object monitors the activity of the event source platform 220 or 230 for particular events according to its configured instructions as defined by the plurality of event triggers encoded therein. When an event occurs on the event source platform 220 or 230, at step 403, the mobile agent object is triggered if the event is one of the mobile agent object's trigger events. Events that can trigger a mobile agent object include, but are not limited to, the insertion of a mobile agent object into a platform, a timer event, and/or the reception of a new unfiltered message into the platform.
  • As such, at step 405, if the mobile agent object is triggered, then the mobile agent object determines if the event is relevant by passing the message through its filter as defined by its message property requirement encoded therein. That is, the mobile agent object determines if the event, (the receiving of a message, for example) passes its filter, (the recipient being a particular user, for example).
  • At step 407, if the event is not relevant, then the mobile agent object discards the message and continues executing on the event source platform 220 or 230 (back to step 401). If, however, the mobile agent object determines that the event is relevant, then information about the event is assembled and delivered to a platform corresponding to the mobile agent object's programmed delivery address. The platform corresponding to the delivery address is typically a collection host platform 210, but may be any platform suitable to receive information about events collected by a mobile agent object. Once the information is sent to the appropriate platform, the mobile agent object continues to execute on the event source platform 220 or 230 while monitoring future events (back to step 401).
  • FIG. 5 is an illustration of a method for the redirection of messages received at a collection host platform 210 from mobile agent objects executing in event source platforms 220 or 230. At step 501, an event occurs which is important to a constituent, i.e., a delivery mobile agent object, of the delivery agency 212, causing the process encoded in the constituent to execute. For example, a message may be received from mobile agent object 221 or 231 executing on an event source platform 220 or 230. Alternatively, the event may be a message database 211 search request from a control device platform 205 or 206.
  • When an event occurs, the delivery mobile agent object determined the relevancy of the event according to its configured parameters at step 503. Events that trigger constituents of a delivery agency 212 include, but are not limited to, the insertion of a mobile agent object into a platform, a timer event, the reception of a new message into the message database 211, and/or external commands conforming to externally-defined protocols issued by a control device platform 205 or 206. For example, the event may trigger a delivery mobile agent object to parse a message to determine (according to its filter instructions, at step 505) whether to send the message to a display device platform 215 or 216 at step 507, to a control device platform 205 or 206 at step 509, or to message database 211 on the collection host platform 210 at step 511. Alternatively, the event may trigger the delivery mobile agent object to deliver a message to more than one destination.
  • The preceding discussion is presented to enable a person skilled in the art to make and use the invention. The general principles described herein may be applied to embodiments and applications other than those detailed below without departing from the spirit and scope of the present invention. The present invention is not intended to be limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features disclosed or suggested herein.

Claims (48)

1. A method for collecting message objects using a mobile agent object, the method comprising:
receiving a plurality of message objects at an event source platform; filtering the received message objects in the event source platform with a mobile agent object executing therein to determine a filtered set of message objects; and
delivering the filtered message objects to a collection host platform.
2. The method of claim 1, further comprising delivering the mobile agent object to the event source platform from the collection host platform via a network connection prior to the filtering.
3. The method of claim 1, further comprising delivering the mobile agent object to the event source platform via a network from a control device platform via a network connection prior to the filtering.
4. The method of claim 1, further comprising delivering the mobile agent object to a second event source platform from the first event source platform via a network connection prior to delivering the filtered message objects to the collection host platform.
5. The method of claim 1, further comprising delivering the filtered message objects to a display device platform from the collection host platform via a network connection.
6. The method of claim 1, further comprising delivering the filtered message objects to a control device platform from the collection host platform via a network connection.
7. The method of claim 1, further comprising storing the filtered message objects to a message database in the collection host platform.
8. The method of claim 1 wherein filtering is in response to an event trigger.
9. The method of claim 8 wherein the event trigger is the receiving of a message.
10. The method of claim 1 wherein the message objects comprise voice-mail messages.
11. The method of claim 1 wherein the message objects comprise electronic-mail messages.
12. The method of claim 1 wherein the message objects comprise digitally encoded text messages.
13. The method of claim 1, further comprising:
configuring the mobile agent object at a control device platform; and delivering the mobile agent object to the event source platform prior to the receiving of the plurality of message objects.
14. The method of claim 1 wherein the filtering comprises passing message objects to the filtered set of message objects that have a predetermined recipient.
15. The method of claim 1 wherein the filtering comprises passing message objects to the filtered set of message objects that have a predetermined subject matter.
16. The method of claim 1 wherein the filtering comprises passing message objects to the filtered set of message objects that have a predetermined source.
17. The method of claim 1 wherein the filtering comprises passing message objects to the filtered set of message objects that have a predetermined time and date stamp.
18. A method for collecting message objects from multiple event source platforms, the method comprising:
filtering message objects resident within a first event source platform with a first mobile agent object to determine a first filtered set of message objects; sending the first set of filtered message objects to a database in a collection host platform;
filtering message objects resident within a second event source platform with a second mobile agent object to determine a second filtered set of message objects; and
sending the second set of filtered message objects to the database in a collection host platform.
19. The method of claim 18, further comprising delivering the first and second set of filtered message objects to a display device platform from the collection host platform via a network connection.
20. The method of claim 18, further comprising delivering the first and second set of filtered message objects to a control device platform from the collection host platform via a network connection.
21. A method for managing message objects, the method comprising: configuring a mobile agent object to execute in an event source platform and to identify and filter message objects received by the event source platform; assembling message objects identified and filtered by the mobile agent object in the event source platform;
delivering the identified and filtered message objects to a collection host platform; and
redirecting the identified and filtered message objects from the collection host platform to a display device platform.
22. A method for configuring a mobile agent object, the method comprising: configuring a mobile agent object to filter an event and to deliver information about the event to a predetermined address in response to the event matching predetermined conditions during the filtering; and
delivering the mobile agent object to an event source platform operable to execute the mobile agent object.
23. The method of claim 22 wherein the event is a message being received by the event source platform.
24. The method of claim 22 wherein the mobile agent object is configured in a platform other than the event source platform by a mobile agent object toolkit.
25. The method of claim 24 wherein the platform other than the event source platform is a control device platform.
26. The method of claim 24 wherein the mobile agent object toolkit is controlled by a control vector initiated by a user of the platform.
27. The method of claim 21 wherein the predetermined address resides in a collection host platform coupled with the event source platform by a network connection.
28. The method of claim 21 wherein the configuring further comprises configuring the mobile agent object to respond to a plurality of event triggers and to filter the events with a plurality of message property requirements such that the mobile agent object delivers information about a plurality of filtered events to a predetermined address in response to anyone of the plurality of events matching predetermined conditions during the filtering.
29. A system for collecting messages received at a plurality of event source platforms, the system comprising:
at least one event source platform operable to receive a plurality of events and having a mobile agent object executing therein I the mobile agent object operable to filter the events in response to receiving the events; and
a collection host platform operable to receive filtered events from the mobile agent object executing in the event source platform.
30. The system of claim 29 wherein the plurality of events comprise receiving at least one electronic mail.
31. The system of claim 29 wherein the plurality of events comprise receiving at least one voice mail.
32. The system of claim 29 wherein the plurality of events comprises receiving at least one digitally encoded test message.
33. The system of claim 29, further comprising a display device platform coupled to the collection host platform and operable to display filtered events received from the collection host platform.
34. The system of claim 33 wherein the display device platform is a personal computer.
35. The system of claim 33 wherein the display device platform is a fax machine.
36. The system of claim 33 wherein the display device platform is a POP3 email account.
37. The system of claim 33 wherein the display device platform is a mobile communication device.
38. The system of claim 28, further comprising a control device platform operable to configure a mobile agent object and operable to deliver the mobile agent object to an event source platform.
39. The system of claim 38 wherein the control device platform further comprises a mobile agent object toolkit operable to configure a mobile agent object in response to a control vector initiated from a user of the control device platform.
40. The system of claim 39 wherein the control device platform comprises a personal computer.
41. The system of claim 39 wherein the control device platform comprises a server computer.
42. The system of claim 39 wherein the control device platform comprises a touchpad device.
43. The system of claim 39 wherein the display device platform comprises a mobile communication device.
44. The system of claim 28, further comprising an event database resident in the collection host platform, the event database operable to store filtered events received by the collection host platform.
45. A data carrier carrying a mobile agent object having computer-executable instructions for:
navigating to an event source platform;
monitoring events that occur in the event source platform for a predetermined type of event;
if a predetermined type of event occurs; filtering the predetermined type of event to determine if the event matches a predetermined parameter; and
if the event matches the predetermined parameter, sending information about the event to a collection host platform.
46. The data carrier of claim 45 wherein the predetermined type of event is the receiving of a message object in the event source platform.
47. The data carrier of claim 45 wherein the predetermined types of events are configured according to an event trigger set of instructions.
48. The data carrier of claim 45 wherein the predetermined parameter is configured according to a set of message property requirements.
US12/203,060 2002-07-29 2008-09-02 System and method for using a mobile agent object to collect data Abandoned US20080320493A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US12/203,060 US20080320493A1 (en) 2002-07-29 2008-09-02 System and method for using a mobile agent object to collect data
US13/482,481 US8850457B2 (en) 2002-07-29 2012-05-29 System and method for using a mobile agent object to collect data

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US39950402P 2002-07-29 2002-07-29
US10/630,637 US7437733B2 (en) 2002-07-29 2003-07-29 System and method for using a mobile agent object to collect data
US12/203,060 US20080320493A1 (en) 2002-07-29 2008-09-02 System and method for using a mobile agent object to collect data

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/630,637 Continuation US7437733B2 (en) 2002-07-29 2003-07-29 System and method for using a mobile agent object to collect data

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/482,481 Continuation US8850457B2 (en) 2002-07-29 2012-05-29 System and method for using a mobile agent object to collect data

Publications (1)

Publication Number Publication Date
US20080320493A1 true US20080320493A1 (en) 2008-12-25

Family

ID=32095973

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/630,637 Active 2025-05-16 US7437733B2 (en) 2002-07-29 2003-07-29 System and method for using a mobile agent object to collect data
US12/203,060 Abandoned US20080320493A1 (en) 2002-07-29 2008-09-02 System and method for using a mobile agent object to collect data
US13/482,481 Expired - Lifetime US8850457B2 (en) 2002-07-29 2012-05-29 System and method for using a mobile agent object to collect data

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/630,637 Active 2025-05-16 US7437733B2 (en) 2002-07-29 2003-07-29 System and method for using a mobile agent object to collect data

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/482,481 Expired - Lifetime US8850457B2 (en) 2002-07-29 2012-05-29 System and method for using a mobile agent object to collect data

Country Status (1)

Country Link
US (3) US7437733B2 (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7716291B2 (en) * 2004-02-03 2010-05-11 Joel Thorson Method and apparatus for a message targeting and filtering database system
US20100223349A1 (en) * 2004-02-03 2010-09-02 Joel Thorson System, method and apparatus for message targeting and filtering
US20060095561A1 (en) * 2004-10-28 2006-05-04 International Business Machines Corporation Method and apparatus to correlate system management information using instant messaging facilities
US7756931B2 (en) * 2004-10-28 2010-07-13 International Business Machines Corporation Method and apparatus for manager/agent communications
US8069215B2 (en) * 2005-05-16 2011-11-29 Cisco Technology, Inc. Configurable downloading of content pointed to in electronic messages
US8135018B1 (en) 2007-03-29 2012-03-13 Qurio Holdings, Inc. Message propagation in a distributed virtual world
US8000328B1 (en) 2007-05-22 2011-08-16 Qurio Holdings, Inc. Filtering messages in a distributed virtual world based on virtual space properties
US7515899B1 (en) * 2008-04-23 2009-04-07 International Business Machines Corporation Distributed grid computing method utilizing processing cycles of mobile phones
US9058090B1 (en) 2008-06-02 2015-06-16 Qurio Holdings, Inc. Collaborative information sharing in a virtual world
US8903889B2 (en) * 2008-07-25 2014-12-02 International Business Machines Corporation Method, system and article for mobile metadata software agent in a data-centric computing environment
US20180302486A1 (en) * 2017-04-12 2018-10-18 Futurewei Technologies, Inc. Proxy apparatus and method for data collection

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5657383A (en) * 1995-06-06 1997-08-12 Lucent Technologies Inc. Flexible customer controlled telecommunications handling
US5887171A (en) * 1996-01-29 1999-03-23 Hitachi, Ltd. Document management system integrating an environment for executing an agent and having means for changing an agent into an object

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6233601B1 (en) * 1996-11-14 2001-05-15 Mitsubishi Electric Research Laboratories, Inc. Itinerary based agent mobility including mobility of executable code
US6356964B1 (en) * 1998-08-31 2002-03-12 International Business Machines Corporation Method and apparatus for enabling location-independent and location-transparent interaction between a program and a user
US6668284B1 (en) * 1998-11-04 2003-12-23 Beckman Coulter, Inc. Software messaging system
US6851115B1 (en) * 1999-01-05 2005-02-01 Sri International Software-based architecture for communication and cooperation among distributed electronic agents
US20020133554A1 (en) * 2000-05-25 2002-09-19 Daniel Checkoway E-mail answering agent
US7412501B2 (en) * 2000-06-07 2008-08-12 Microsoft Corporation Event consumers for an event management system
AU2001275874A1 (en) * 2000-07-07 2002-01-21 Consilient, Inc. Method and apparatus for providing process-container platforms
US6650890B1 (en) * 2000-09-29 2003-11-18 Postini, Inc. Value-added electronic messaging services and transparent implementation thereof using intermediate server
WO2002052798A2 (en) * 2000-12-22 2002-07-04 Research In Motion Limited Wireless router system and method
US7689711B2 (en) * 2001-03-26 2010-03-30 Salesforce.Com, Inc. System and method for routing messages between applications
US7082604B2 (en) * 2001-04-20 2006-07-25 Mobile Agent Technologies, Incorporated Method and apparatus for breaking down computing tasks across a network of heterogeneous computer for parallel execution by utilizing autonomous mobile agents
TW535066B (en) * 2001-09-14 2003-06-01 Inventec Tomorrow Studio Corp Method for sharing data between cable platform and wireless platform and system thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5657383A (en) * 1995-06-06 1997-08-12 Lucent Technologies Inc. Flexible customer controlled telecommunications handling
US5887171A (en) * 1996-01-29 1999-03-23 Hitachi, Ltd. Document management system integrating an environment for executing an agent and having means for changing an agent into an object

Also Published As

Publication number Publication date
US8850457B2 (en) 2014-09-30
US7437733B2 (en) 2008-10-14
US20130103700A1 (en) 2013-04-25
US20040078800A1 (en) 2004-04-22

Similar Documents

Publication Publication Date Title
US8850457B2 (en) System and method for using a mobile agent object to collect data
CN1150469C (en) Network mail transmission agent with automatic file appendage memory
US6868544B2 (en) Method and system for general-purpose interactive notifications
CN101185007B (en) Upload security scheme
EP1782189B1 (en) Device management system
US6779022B1 (en) Server that obtains information from multiple sources, filters using client identities, and dispatches to both hardwired and wireless clients
US7590411B2 (en) Communication terminal operational with multiple applications
EP1826944A1 (en) Method of customizing a standardized IT policy
US9565148B2 (en) Method and apparatus for processing micro web log messages
CN109032663A (en) Generation method, device, computer equipment and the storage medium of interface document
US20030018721A1 (en) Unified messaging with separate media component storage
EP1553498B1 (en) Electronic mail delivery system, mail server, and mail client
WO1999006929A2 (en) An extensible proxy framework for e-mail agents
US20060168014A1 (en) Highly extendable message filtering daemon for a network appliance
WO2002013489A2 (en) Recipient-specified automated processing in a secure data file delivery system
WO2002013469A2 (en) Recipient-specified automated processing in a secure data file delivery system
US20050131862A1 (en) Web store events
CA2623323C (en) System and method of handling messages for forwarding
EP1197100A1 (en) Bearer adapter management at a gateway server
JP2001265674A (en) Electronic mail transfer device and electronic mail transfer system
WO2005041600A1 (en) Method and system for distributed mobile collaboration
CN102053917B (en) Smart card capable of reducing memory footprint and instruction processing method thereof
WO2003069475A2 (en) A plug-in api for modular network transaction processing
US20080021973A1 (en) Communications network architecture
US20040139345A1 (en) Jumping application security system

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION