US20160283294A1 - Granular event management for service platforms - Google Patents
Granular event management for service platforms Download PDFInfo
- Publication number
- US20160283294A1 US20160283294A1 US15/143,846 US201615143846A US2016283294A1 US 20160283294 A1 US20160283294 A1 US 20160283294A1 US 201615143846 A US201615143846 A US 201615143846A US 2016283294 A1 US2016283294 A1 US 2016283294A1
- Authority
- US
- United States
- Prior art keywords
- bundle
- event
- granular
- computer processors
- content
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
-
- G06F17/30312—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
Definitions
- the present invention relates generally to the field of distributed computing environments, and more particularly to a method for managing granular events by processing bundle events.
- An Open Service Gateway initiative (OSGi) architecture is a known service platform that uses bundles to dynamically install and manage new services on network devices, as well as executing the services provided by those bundles. Bundles are basic units which run within an OSGI container responsible for performing a specific task, including at least one OSGi service, and undergo one or more bundle events.
- OSGi Open Service Gateway initiative
- event management for OSGi architectures and other service platforms involves a plugin descriptor to detect an occurrence of an event at the bundle level. Furthermore, detection of bundle events helps improve lifecycle management of objects in distributed computing environments.
- Embodiments of the present invention provide systems, methods, and computer program products for managing granular events by processing bundle events.
- First bundle information relating to the content of a bundle is received at a first time, wherein the bundle relates to one or more resources in an application of a distributed computing environment.
- the bundle is monitored for a bundle event, wherein the bundle event is generated from a change in a lifecycle state of the bundle. Whether the bundle event has occurred is determined.
- second bundle information relating to the content of the bundle is received at a second time.
- a granular event associated with the bundle event is identified, wherein the granular event relates to a difference between the first bundle information and the second bundle information.
- FIG. 1 is a block diagram of a service platform environment, in accordance with an embodiment of the present invention.
- FIG. 2 is a flowchart illustrating operational steps for identifying granular events, in accordance with an embodiment of the present invention
- FIG. 3 is a flowchart illustrating operational steps for notifying subscribers of detected granular events, in accordance with an embodiment of the present invention
- FIG. 4 is a block diagram of an example for identifying granular events, in accordance with an embodiment of the present invention.
- FIG. 5 is a block diagram of internal and external components of the computer systems of FIG. 1 , in accordance with an embodiment of the present invention.
- Embodiments of the present invention provide systems, methods, and computer program products for managing granular events in open service gateway initiative (OSGi) environments.
- Embodiments of the present invention can detect bundle events and process the detected bundle events into granular events.
- embodiments of the present invention may be used to provide subscribers with generated notifications describing one or more granular event occurrences.
- FIG. 1 is a block diagram of service platform environment 100 , in accordance with an embodiment of the present invention.
- Service platform environment 100 includes computer system 102 and network 130 .
- Computer system 102 can be a desktop computer, laptop computer, specialized computer server, or any other computer systems known in the art.
- computer system 102 represents computer systems utilizing clustered computers and components to act as a single pool of seamless resources when accessed through network 130 .
- such embodiments may be used in data center, cloud computing, storage area network (SAN), and network attached storage (NAS) applications.
- computer system 102 represents virtual machines.
- computer system 102 is representative of any electronic device, or combination of electronic devices, capable of executing machine-readable program instructions, as discussed in greater detail with regard to FIG. 5 .
- Gateway 104 is a service platform framework (e.g., Java framework) for developing and deploying modular software programs and libraries.
- Java may be subject to trademark rights in various jurisdictions throughout the world and is used here only in reference to the products or services properly denominated by the marks to the extent that such trademark rights may exist.
- gateway 104 comprises container 106 , as well as additional services and components that facilitate functionality of gateway 104 .
- gateway 104 may include registries, application programming interfaces (API's), and other services (e.g., system services, protocol services, etc.).
- gateway 104 may be integrated in runtime environments (e.g., Java Runtime Environment), operating systems, and appropriate other components as described in FIG. 5 .
- Container 106 includes bundle 108 , bundle 110 , subscriber 112 , notifier 114 , manager 116 , and comparator 118 . In other embodiments, container 106 may include additional bundles other than bundle 108 and bundle 110 . In one embodiment, container 106 includes components that are modular and help manage one or more services. For example, an application utilizing container 106 may involve multiple services that are distributed in one or more components of container 106 . Furthermore, the one or more components in container 106 help more easily manage cross-dependencies between bundle 108 and bundle 110 .
- Bundle 108 and bundle 110 comprise artifacts (e.g., Java classes, bundle content, etc.), metadata (e.g., bundle descriptor, manifest file, etc.), as well as additional services that give the artifacts sophisticated behaviors.
- bundle 108 and/or bundle 110 undergo a bundle event.
- the bundle event may be based, at least in part, on bundle information relating to bundle content of bundle 108 and/or bundle 110 at a first time, and bundle information relating to bundle content of bundle 108 and/or bundle 110 at a second time.
- the bundle information relating to bundle content of bundle 108 and/or 110 may be metadata (e.g., bundle descriptor, manifest file, etc.), as previously discussed.
- a bundle event may be based, at least in part, on a change in lifecycle state (e.g., INSTALLED, RESOLVED, STARTING, ACTIVE, STOPPING, UNINSTALLED, etc.).
- a change in lifecycle state e.g., INSTALLED, RESOLVED, STARTING, ACTIVE, STOPPING, UNINSTALLED, etc.
- bundle 108 is “INSTALLED” at a first time, and is subsequently “UNINSTALLED” at a second time.
- bundle content e.g., Java classes, etc.
- the modifications made to the bundle content can be described by identified granular events, as described in greater detail herein.
- the identified granular events are one or more changes in bundle content as a result of a bundle event (e.g., class definition changes, object changes, etc.).
- the various lifecycle states of bundle 108 and bundle 110 can be detected by manager 116 .
- a greater number of bundles can be located in container 106 or in another container of gateway 104 , and there may be a number of dependencies between the bundles.
- bundle 108 may have one or more dependencies on bundle 110 .
- bundle 110 or bundle 108 may be located outside of container 106 (e.g., in a distributed caching solution).
- bundle 110 and/or bundle 108 may be bundles that contain one or more dynamically loadable Java class files.
- Subscriber 112 includes one or more components or parties that subscribe to notifications generated by notifier 114 .
- subscriber 112 is an application and/or a bundle (e.g., bundle 108 , bundle 110 , etc.) configured to receive notifications that describe bundle events.
- subscriber 112 is disposed within container 106 and helps manage services executed within container 106 .
- subscriber 112 is implemented by another component of service platform environment 100 (not depicted) to help manage services executed across service platform environment 100 .
- subscriber 112 is used by service platform environment 100 and components therein to receive notifications that describe bundle events, and leverage the received notifications to help manage services and changes in lifecycle states of components within service platform environment 100 .
- a greater or lesser number of subscribers 112 may be implemented by service platform environment 100 to facilitate management of executable services and application of service platform environment 100 .
- Notifier 114 generates event messages (e.g., bundle events, granular event occurrences, etc.), and uses the generated event messages to notify one or more subscribers 112 .
- event messages e.g., bundle events, granular event occurrences, etc.
- notifier 114 uses information retrieved from a sub-component (e.g., event log) of manager 116 .
- Manager 116 monitors bundle 108 and bundle 110 for bundle events (e.g., a change in a bundle lifecycle state). Furthermore, manager 116 interacts with notifier 114 and comparator 118 to further process bundle events and generate notifications based on granular event occurrences. In one embodiment, manager 116 identifies granular event occurrences in bundle 108 and bundle 110 by using bundle information relating to bundle content of bundles 108 and 110 at a first time, and bundle information relating to content of bundles 108 and 110 at a second time (e.g., metadata that describes bundle content).
- Comparator 118 processes bundle events for bundle 108 and bundle 110 that were detected by manager 116 to generate granular events.
- comparator 118 compares bundle information relating to bundle content of bundle 108 and bundle 110 (e.g., metadata bundle descriptor, content metadata, and annotations in the Java class) by using bundle information relating to bundle content of bundles 108 and 110 at a first time, and bundle information relating to content of bundles 108 and 110 at a second time.
- bundle information relating to bundle content of bundle 108 and bundle 110 e.g., metadata bundle descriptor, content metadata, and annotations in the Java class
- comparator 118 compares bundle information relating to bundle content from an UNRESOLVED lifecycle state of bundle 108 with bundle information relating to bundle content from a RESOLVED lifecycle state of bundle 108 .
- FIG. 2 is flowchart 200 illustrating operational steps for identifying granular events, in accordance with an embodiment of the present invention.
- bundle 108 and bundle 110 undergo various bundle events, such as lifecycle state changes.
- lifecycle state changes of bundles 108 and 110 may be described by bundle information relating to bundle content of bundles 108 and 110 .
- a bundle event manager detects bundle events (e.g., changes in lifecycle states) of bundles 108 and 110 .
- computer system 102 uses bundle information relating to bundle content of bundles 108 and/or 110 to generate and identify one or more granular events.
- the one or more granular events are based, at least in part, on discrepancies between bundle information relating the bundle content of bundles 108 and/or 110 at a first time, and bundle information relating the bundle content of bundles 108 and/or 110 at a second time. For example, metadata of bundles 108 and/or 110 prior to the bundle event and metadata of bundles 108 and/or 110 subsequent to the bundle event may be compared to generate and identify the one or more granular events. Using the one or more granular events helps improve lifecycle management of objects in distributed computing environments.
- manager 116 monitors bundle 108 and bundle 110 for bundle events.
- manager 116 uses a bundle descriptor for bundle 108 and a bundle descriptor for bundle 110 to monitor for a bundle event (e.g., change in lifecycle state) in bundle 108 and/or bundle 110 .
- a bundle event is based, at least in part, on one or more changes in objects and/or classes of bundles 108 and/or 110 (i.e., bundle content).
- the one or more changes in objects and/or classes of bundles 108 and/or 110 may be a result from a change in lifecycle state of bundles 108 and/or 110 .
- the one or more changes can be identified by processing discrepancies between bundle information relating the bundle content of bundles 108 and/or 110 at a first time and bundle information relating the bundle content of bundles 108 and/or 110 at a second time, as described in greater detail herein.
- bundle 110 may undergo a bundle event, wherein the bundle event involves a change in lifecycle state from “STARTING” to “STOPPING.”
- one or more changes in objects and/or classes of bundle 110 may occur as a result of the change in lifecycle state for bundle 110 .
- subsequent processing of the bundle event may help generate and identify granular events that describe the one or more changes in objects and/or classes (i.e., bundle content) of bundle 110 .
- manager 116 determines whether a bundle event was detected.
- the bundle descriptor for bundle 108 and the bundle descriptor for bundle 110 contains information to determine whether one or more bundle events occurred.
- manager 116 may determine bundle event occurrences for bundles 108 and/or 110 using any method known in the art.
- manager 116 determines that a bundle event was detected, then in step 206 , manager 116 transmits the detected bundle event to comparator 118 to identify one or more granular events. For example, if bundle 110 undergoes a bundle event (e.g., from UNINSTALL to INSTALL lifecycle state), then comparator 118 compares bundle information relating the bundle content of bundle 110 at a first time, and bundle information relating the bundle content of bundle 110 at a second time. Stated differently, discrepancies of metadata between the UNINSTALL lifecycle state of bundle 110 and the INSTALL lifecycle state of bundle 110 help create one or more granular events.
- a bundle event e.g., from UNINSTALL to INSTALL lifecycle state
- the one or more identified granular events are identified in a different manner from which the bundle event is detected.
- the information used to identify granular events in step 206 may be unavailable to manager 116 or comparator 118 at the time that manager 116 is monitoring bundles for bundle events (step 202 ).
- the metadata used by manager 116 to detect bundle events includes only lifecycle state information, while the information used to identify granular events by comparator 118 includes additional, more granular, information.
- manager 116 determines that a bundle event was not detected, then manager 116 continues to monitor bundle 108 and bundle 110 as described in step 202 .
- manager 116 receives the created one more granular events from comparator 118 .
- manager 116 receives information describing the one or more granular events.
- the information may describe mapping of the bundle event or higher level event to the granular events, attributes of the bundle descriptor, introspection depth for bundle content, computed values of bundle content, annotations of interest, event annotation, etc.
- manager 116 identifies the one or more created granular events and transmits the identified granular events to notifier 114 .
- manager 116 uses the information received from comparator 118 in step 208 to identify the one or more created granular events.
- manager 116 also identifies cross-dependencies of objects in container 106 and/or gateway 104 that are associated with the granular event. For example, as previously discussed, bundle 110 underwent a lifecycle state change (e.g., a bundle event) from ACTIVE to INACTIVE. In this instance, one or more granular events were created and subsequently identified.
- a lifecycle state change e.g., a bundle event
- manager 116 analyzes the one or more identified granular events to determine if one or more portions of bundle content in bundle 108 have dependencies outside of bundle 108 . If one or more portions of bundle content are identified in bundle 108 that have external dependencies (e.g., a dependent class and/or object in bundle 110 ), then manager 116 ensures that notifications reflect granular event occurrences in both bundle 108 and bundle 110 .
- external dependencies e.g., a dependent class and/or object in bundle 110
- Examples of information that manager 116 uses to analyze the one or more identified granular events are: “EBEMSupported,” which can describe whether an extended bundle event manager is supported or not; “EBEMSupportedPackages,” which describes a group of classes and/or objects (e.g., packages) to be introspected by the extended bundle event manager; “EBEMSupportedClasses,” which includes a list of specific classes that should be introspected by the extended bundle event manager; “SupportedAnnotations,” which include a list of annotations that should be considered by the extended bundle event manager to detect the changes that have been introduced;“AuditLog,” which logs the changes that has been detected; and “rollbackSupported,” which helps to rollback in the event of failures, such as metadata updates, etc.
- EBEMSupported which can describe whether an extended bundle event manager is supported or not
- EBEMSupportedPackages which describes a group of classes and/or objects (e.g., packages) to be introspected by the extended bundle event manager
- FIG. 3 is a flowchart 300 illustrating operational steps for notifying subscribers 112 of detected granular events, in accordance with an embodiment of the present invention.
- subscribers 112 retrieve notifications for bundle event occurrences and detected granular events.
- subscribers 112 are implemented by service platform environment 100 to facilitate management of executable services and application of service platform environment 100 .
- notifier 114 receives granular event information from manager 116 .
- this information may be retrieved from a sub-component (i.e., event log) of manager 116 .
- notifier 114 uses the information received from manager 116 to generate a notification.
- the notifications describe the granular event occurrence by including information, such as describing the one or more portions of bundle content that have changed (i.e., class changes, object redefinitions, etc.).
- An example of a notification can be seen in Code 1.
- FIG. 4 is diagram 400 illustrating an example for identifying granular events.
- diagram 400 includes OSGi container 402 , extended bundle event manager 426 , bundle content comparator 428 , notifier 430 , web services registry 434 , business glossary 436 , and other resources 432 .
- OSGi container 402 contains a plurality of applications (e.g., applications 408 , 410 , 412 , and 416 ), their corresponding bundle states (e.g., resolve bundle state 418 , active bundle state 422 , uninstall bundle state 424 , install bundle state 420 ), and OSGi listener 404 which contains bundle event listener 406 .
- bundle event listener 406 monitors applications 408 , 410 , 412 , and 416 for bundle events. For example, application 410 may undergo a bundle event and change the bundle state from active bundle state 422 to uninstall bundle state 424 . In this instance, bundle event listener 406 detects the bundle event in application 410 and transmits bundle event information to extended bundle event manager 426 for subsequent processing.
- Extended bundle event manager 426 uses bundle content comparator 428 and bundle event information to generate granular events based, at least in part, on discrepancies between metadata of bundles in application 410 prior to the bundle event (e.g., active bundle state 422 ) and metadata of bundles in application 410 subsequent to the bundle event (e.g., uninstall bundle state 424 ).
- extended bundle event manager 426 may transmit the detected granular events to notifier 430 .
- notifier 430 may generate notifications to one or more subscribers (e.g., web services registry 434 , business glossary 436 , metadata manager 438 , and other resources 432 ). Accordingly, the one or more subscribers may leverage information pertaining to the granular events to help improve lifecycle management of application 408 , 410 , 412 , and 416 in OSGi container 402 .
- FIG. 5 is a block diagram of internal and external components of a computer system 500 , which is representative the computer systems of FIG. 1 , in accordance with an embodiment of the present invention. It should be appreciated that FIG. 5 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments may be implemented. In general, the components illustrated in FIG. 5 are representative of any electronic device capable of executing machine-readable program instructions. Examples of computer systems, environments, and/or configurations that may be represented by the components illustrated in FIG.
- 5 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, laptop computer systems, tablet computer systems, cellular telephones (e.g., smart phones), multiprocessor systems, microprocessor-based systems, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices.
- Memory 506 and persistent storage 505 are computer-readable storage media.
- memory 506 includes random access memory (RAM) 516 and cache memory 518 .
- RAM random access memory
- cache memory 518 In general, memory 506 can include any suitable volatile or non-volatile computer-readable storage media.
- Software is stored in persistent storage 505 for execution and/or access by one or more of the respective processors 504 via one or more memories of memory 506 .
- Persistent storage 505 may include, for example, a plurality of magnetic hard disk drives. Alternatively, or in addition to magnetic hard disk drives, persistent storage 505 can include one or more solid state hard drives, semiconductor storage devices, read-only memories (ROM), erasable programmable read-only memories (EPROM), flash memories, or any other computer-readable storage media that is capable of storing program instructions or digital information.
- ROM read-only memories
- EPROM erasable programmable read-only memories
- flash memories or any other computer-readable storage media that is capable of storing program instructions or digital information.
- the media used by persistent storage 505 can also be removable.
- a removable hard drive can be used for persistent storage 508 .
- Other examples include optical and magnetic disks, thumb drives, and smart cards that are inserted into a drive for transfer onto another computer-readable storage medium that is also part of persistent storage 508 .
- Display 522 provides a mechanism to display data to a user and can be, for example, a computer monitor. Display 522 can also be an incorporated display and may function as a touch screen, such as a built-in display of a tablet computer.
- the present invention may be a system, a method, and/or a computer program product.
- the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
- RAM random access memory
- ROM read-only memory
- EPROM or Flash memory erasable programmable read-only memory
- SRAM static random access memory
- CD-ROM compact disc read-only memory
- DVD digital versatile disk
- memory stick a floppy disk
- a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
- the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
- a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
- The present invention relates generally to the field of distributed computing environments, and more particularly to a method for managing granular events by processing bundle events.
- Distributed computing environments implement service platforms for managing lifecycles of software components of network devices. An Open Service Gateway initiative (OSGi) architecture is a known service platform that uses bundles to dynamically install and manage new services on network devices, as well as executing the services provided by those bundles. Bundles are basic units which run within an OSGI container responsible for performing a specific task, including at least one OSGi service, and undergo one or more bundle events.
- Typically, event management for OSGi architectures and other service platforms involves a plugin descriptor to detect an occurrence of an event at the bundle level. Furthermore, detection of bundle events helps improve lifecycle management of objects in distributed computing environments.
- Embodiments of the present invention provide systems, methods, and computer program products for managing granular events by processing bundle events. First bundle information relating to the content of a bundle is received at a first time, wherein the bundle relates to one or more resources in an application of a distributed computing environment. The bundle is monitored for a bundle event, wherein the bundle event is generated from a change in a lifecycle state of the bundle. Whether the bundle event has occurred is determined. Responsive to determining that the bundle event has occurred, second bundle information relating to the content of the bundle is received at a second time. Responsive to receiving the second bundle information, a granular event associated with the bundle event is identified, wherein the granular event relates to a difference between the first bundle information and the second bundle information.
-
FIG. 1 is a block diagram of a service platform environment, in accordance with an embodiment of the present invention; -
FIG. 2 is a flowchart illustrating operational steps for identifying granular events, in accordance with an embodiment of the present invention; -
FIG. 3 is a flowchart illustrating operational steps for notifying subscribers of detected granular events, in accordance with an embodiment of the present invention; -
FIG. 4 is a block diagram of an example for identifying granular events, in accordance with an embodiment of the present invention; and -
FIG. 5 is a block diagram of internal and external components of the computer systems ofFIG. 1 , in accordance with an embodiment of the present invention. - Embodiments of the present invention provide systems, methods, and computer program products for managing granular events in open service gateway initiative (OSGi) environments. Embodiments of the present invention can detect bundle events and process the detected bundle events into granular events. Furthermore, embodiments of the present invention may be used to provide subscribers with generated notifications describing one or more granular event occurrences.
-
FIG. 1 is a block diagram ofservice platform environment 100, in accordance with an embodiment of the present invention.Service platform environment 100 includescomputer system 102 andnetwork 130.Computer system 102 can be a desktop computer, laptop computer, specialized computer server, or any other computer systems known in the art. In certain embodiments,computer system 102 represents computer systems utilizing clustered computers and components to act as a single pool of seamless resources when accessed throughnetwork 130. For example, such embodiments may be used in data center, cloud computing, storage area network (SAN), and network attached storage (NAS) applications. In certain embodiments,computer system 102 represents virtual machines. In general,computer system 102 is representative of any electronic device, or combination of electronic devices, capable of executing machine-readable program instructions, as discussed in greater detail with regard toFIG. 5 . - Gateway 104 is a service platform framework (e.g., Java framework) for developing and deploying modular software programs and libraries. (Note: the term “Java” may be subject to trademark rights in various jurisdictions throughout the world and is used here only in reference to the products or services properly denominated by the marks to the extent that such trademark rights may exist.) In one embodiment,
gateway 104 comprisescontainer 106, as well as additional services and components that facilitate functionality ofgateway 104. For example,gateway 104 may include registries, application programming interfaces (API's), and other services (e.g., system services, protocol services, etc.). Furthermore,gateway 104 may be integrated in runtime environments (e.g., Java Runtime Environment), operating systems, and appropriate other components as described inFIG. 5 . -
Container 106 includesbundle 108,bundle 110,subscriber 112,notifier 114,manager 116, andcomparator 118. In other embodiments,container 106 may include additional bundles other thanbundle 108 andbundle 110. In one embodiment,container 106 includes components that are modular and help manage one or more services. For example, anapplication utilizing container 106 may involve multiple services that are distributed in one or more components ofcontainer 106. Furthermore, the one or more components incontainer 106 help more easily manage cross-dependencies betweenbundle 108 andbundle 110. -
Bundle 108 andbundle 110 comprise artifacts (e.g., Java classes, bundle content, etc.), metadata (e.g., bundle descriptor, manifest file, etc.), as well as additional services that give the artifacts sophisticated behaviors. In one embodiment,bundle 108 and/orbundle 110 undergo a bundle event. The bundle event may be based, at least in part, on bundle information relating to bundle content ofbundle 108 and/orbundle 110 at a first time, and bundle information relating to bundle content ofbundle 108 and/orbundle 110 at a second time. Furthermore, the bundle information relating to bundle content ofbundle 108 and/or 110 may be metadata (e.g., bundle descriptor, manifest file, etc.), as previously discussed. In another embodiment, a bundle event may be based, at least in part, on a change in lifecycle state (e.g., INSTALLED, RESOLVED, STARTING, ACTIVE, STOPPING, UNINSTALLED, etc.). For example,bundle 108 is “INSTALLED” at a first time, and is subsequently “UNINSTALLED” at a second time. In this instance, bundle content (e.g., Java classes, etc.) are modified with respect to the changed lifecycle state. Furthermore, the modifications made to the bundle content can be described by identified granular events, as described in greater detail herein. In one embodiment, the identified granular events are one or more changes in bundle content as a result of a bundle event (e.g., class definition changes, object changes, etc.). The various lifecycle states ofbundle 108 andbundle 110 can be detected bymanager 116. As previously discussed, a greater number of bundles can be located incontainer 106 or in another container ofgateway 104, and there may be a number of dependencies between the bundles. For example, in certain embodiments,bundle 108 may have one or more dependencies onbundle 110. In yet another embodiment,bundle 110 orbundle 108 may be located outside of container 106 (e.g., in a distributed caching solution). Furthermore,bundle 110 and/orbundle 108 may be bundles that contain one or more dynamically loadable Java class files. -
Subscriber 112 includes one or more components or parties that subscribe to notifications generated bynotifier 114. In one embodiment,subscriber 112 is an application and/or a bundle (e.g.,bundle 108,bundle 110, etc.) configured to receive notifications that describe bundle events. In another embodiment,subscriber 112 is disposed withincontainer 106 and helps manage services executed withincontainer 106. In yet another embodiment,subscriber 112 is implemented by another component of service platform environment 100 (not depicted) to help manage services executed acrossservice platform environment 100. In general,subscriber 112 is used byservice platform environment 100 and components therein to receive notifications that describe bundle events, and leverage the received notifications to help manage services and changes in lifecycle states of components withinservice platform environment 100. Furthermore, it should be understood that a greater or lesser number ofsubscribers 112 may be implemented byservice platform environment 100 to facilitate management of executable services and application ofservice platform environment 100. - Notifier 114 generates event messages (e.g., bundle events, granular event occurrences, etc.), and uses the generated event messages to notify one or
more subscribers 112. In one embodiment,notifier 114 uses information retrieved from a sub-component (e.g., event log) ofmanager 116. -
Manager 116monitors bundle 108 and bundle 110 for bundle events (e.g., a change in a bundle lifecycle state). Furthermore,manager 116 interacts withnotifier 114 andcomparator 118 to further process bundle events and generate notifications based on granular event occurrences. In one embodiment,manager 116 identifies granular event occurrences inbundle 108 and bundle 110 by using bundle information relating to bundle content of 108 and 110 at a first time, and bundle information relating to content ofbundles 108 and 110 at a second time (e.g., metadata that describes bundle content).bundles -
Comparator 118 processes bundle events forbundle 108 and bundle 110 that were detected bymanager 116 to generate granular events. In one embodiment,comparator 118 compares bundle information relating to bundle content ofbundle 108 and bundle 110 (e.g., metadata bundle descriptor, content metadata, and annotations in the Java class) by using bundle information relating to bundle content of 108 and 110 at a first time, and bundle information relating to content ofbundles 108 and 110 at a second time. For example, ifbundles bundle 108 underwent a change in lifecycle state (e.g., UNRESOLVED to RESOLVED), then comparator 118 compares bundle information relating to bundle content from an UNRESOLVED lifecycle state ofbundle 108 with bundle information relating to bundle content from a RESOLVED lifecycle state ofbundle 108. -
FIG. 2 isflowchart 200 illustrating operational steps for identifying granular events, in accordance with an embodiment of the present invention. As previously discussed,bundle 108 and bundle 110 undergo various bundle events, such as lifecycle state changes. In one embodiment, lifecycle state changes of 108 and 110 may be described by bundle information relating to bundle content ofbundles 108 and 110. Typically, a bundle event manager detects bundle events (e.g., changes in lifecycle states) ofbundles 108 and 110. In one embodiment, if a bundle event is detected inbundles bundles 108 and/or 110, thencomputer system 102 uses bundle information relating to bundle content ofbundles 108 and/or 110 to generate and identify one or more granular events. In one embodiment, the one or more granular events are based, at least in part, on discrepancies between bundle information relating the bundle content ofbundles 108 and/or 110 at a first time, and bundle information relating the bundle content ofbundles 108 and/or 110 at a second time. For example, metadata ofbundles 108 and/or 110 prior to the bundle event and metadata ofbundles 108 and/or 110 subsequent to the bundle event may be compared to generate and identify the one or more granular events. Using the one or more granular events helps improve lifecycle management of objects in distributed computing environments. - In
step 202,manager 116 monitors bundle 108 and bundle 110 for bundle events. In one embodiment,manager 116 uses a bundle descriptor forbundle 108 and a bundle descriptor forbundle 110 to monitor for a bundle event (e.g., change in lifecycle state) inbundle 108 and/orbundle 110. As previously discussed, a bundle event is based, at least in part, on one or more changes in objects and/or classes ofbundles 108 and/or 110 (i.e., bundle content). In one embodiment, the one or more changes in objects and/or classes ofbundles 108 and/or 110 may be a result from a change in lifecycle state ofbundles 108 and/or 110. Furthermore, the one or more changes (i.e., granular events) can be identified by processing discrepancies between bundle information relating the bundle content ofbundles 108 and/or 110 at a first time and bundle information relating the bundle content ofbundles 108 and/or 110 at a second time, as described in greater detail herein. For example, bundle 110 may undergo a bundle event, wherein the bundle event involves a change in lifecycle state from “STARTING” to “STOPPING.” In this instance, one or more changes in objects and/or classes ofbundle 110 may occur as a result of the change in lifecycle state forbundle 110. Accordingly, subsequent processing of the bundle event may help generate and identify granular events that describe the one or more changes in objects and/or classes (i.e., bundle content) ofbundle 110. - In
step 204,manager 116 determines whether a bundle event was detected. In one embodiment, the bundle descriptor forbundle 108 and the bundle descriptor forbundle 110 contains information to determine whether one or more bundle events occurred. In other embodiments,manager 116 may determine bundle event occurrences forbundles 108 and/or 110 using any method known in the art. - If, in
step 204,manager 116 determines that a bundle event was detected, then instep 206,manager 116 transmits the detected bundle event tocomparator 118 to identify one or more granular events. For example, ifbundle 110 undergoes a bundle event (e.g., from UNINSTALL to INSTALL lifecycle state), then comparator 118 compares bundle information relating the bundle content ofbundle 110 at a first time, and bundle information relating the bundle content ofbundle 110 at a second time. Stated differently, discrepancies of metadata between the UNINSTALL lifecycle state ofbundle 110 and the INSTALL lifecycle state ofbundle 110 help create one or more granular events. It should be understood that, the one or more identified granular events are identified in a different manner from which the bundle event is detected. For example, the information used to identify granular events instep 206 may be unavailable tomanager 116 orcomparator 118 at the time thatmanager 116 is monitoring bundles for bundle events (step 202). In certain embodiments, the metadata used bymanager 116 to detect bundle events includes only lifecycle state information, while the information used to identify granular events bycomparator 118 includes additional, more granular, information. - If, in
step 204,manager 116 determines that a bundle event was not detected, thenmanager 116 continues to monitorbundle 108 and bundle 110 as described instep 202. - In
step 208,manager 116 receives the created one more granular events fromcomparator 118. In one embodiment,manager 116 receives information describing the one or more granular events. For example, the information may describe mapping of the bundle event or higher level event to the granular events, attributes of the bundle descriptor, introspection depth for bundle content, computed values of bundle content, annotations of interest, event annotation, etc. - In
step 210,manager 116 identifies the one or more created granular events and transmits the identified granular events tonotifier 114. In one embodiment,manager 116 uses the information received fromcomparator 118 instep 208 to identify the one or more created granular events. Furthermore,manager 116 also identifies cross-dependencies of objects incontainer 106 and/orgateway 104 that are associated with the granular event. For example, as previously discussed,bundle 110 underwent a lifecycle state change (e.g., a bundle event) from ACTIVE to INACTIVE. In this instance, one or more granular events were created and subsequently identified. Furthermore,manager 116 analyzes the one or more identified granular events to determine if one or more portions of bundle content inbundle 108 have dependencies outside ofbundle 108. If one or more portions of bundle content are identified inbundle 108 that have external dependencies (e.g., a dependent class and/or object in bundle 110), thenmanager 116 ensures that notifications reflect granular event occurrences in bothbundle 108 andbundle 110. Examples of information thatmanager 116 uses to analyze the one or more identified granular events are: “EBEMSupported,” which can describe whether an extended bundle event manager is supported or not; “EBEMSupportedPackages,” which describes a group of classes and/or objects (e.g., packages) to be introspected by the extended bundle event manager; “EBEMSupportedClasses,” which includes a list of specific classes that should be introspected by the extended bundle event manager; “SupportedAnnotations,” which include a list of annotations that should be considered by the extended bundle event manager to detect the changes that have been introduced;“AuditLog,” which logs the changes that has been detected; and “rollbackSupported,” which helps to rollback in the event of failures, such as metadata updates, etc. -
FIG. 3 is aflowchart 300 illustrating operational steps for notifyingsubscribers 112 of detected granular events, in accordance with an embodiment of the present invention. In one embodiment,subscribers 112 retrieve notifications for bundle event occurrences and detected granular events. As previously described,subscribers 112 are implemented byservice platform environment 100 to facilitate management of executable services and application ofservice platform environment 100. - In
step 302,notifier 114 receives granular event information frommanager 116. In one embodiment, this information may be retrieved from a sub-component (i.e., event log) ofmanager 116. - In
step 304,notifier 114 uses the information received frommanager 116 to generate a notification. In one embodiment, the notifications describe the granular event occurrence by including information, such as describing the one or more portions of bundle content that have changed (i.e., class changes, object redefinitions, etc.). An example of a notification can be seen in Code 1. -
Code 1 <?xml version=“1.0” encoding=“UTF-8”?> <xsd:schema xmlns:xsd=“http://www.w3.org/2001/XMLSchema”> <xsd:element name=“eventid” type=“xsd:string” /> <xsd:element name=“eventtype” type=“xsd:string” /> <xsd:element name=“originatorid” type=“xsd:string” /> <xsd:element name=“paramname” type=“xsd:string” /> <xsd:element name=“paramvalue” type=“xsd:string” /> <xsd:element name=“parameter” type=“parameterType” /> <xsd:element name=“eemeventmessage” type=“eemeventmessageType” /> <xsd:complexType name=“parameterType”> <xsd:sequence> <xsd:element ref=“paramname” minOccurs=“1” maxOccurs=“1” /> <xsd:element ref=“paramvalue” minOccurs=“1” maxOccurs=“1” /> </xsd:sequence> </xsd:complexType> <xsd:complexType name=“eemeventmessageType”> <xsd:sequence> <xsd:element ref=“eventid” minOccurs=“1” maxOccurs=“1” /> <xsd:element ref=“eventtype” minOccurs=“1” maxOccurs=“1” /> <xsd:element ref=“originatorid” minOccurs=“1” maxOccurs=“1” /> <xsd:element ref=“parameter” minOccurs=“0” maxOccurs=“unbounded” /> </xsd:sequence> </xsd:complexType> </xsd:schema> - In
step 306,notifier 114 transmits the generated notification tosubscriber 112. In one embodiment, the generated notification includes parameters that can provide additional detail tosubscriber 112. Furthermore, the type of granular event is defined in the metadata of the generated notification that is later used bysubscriber 112 to take action. -
FIG. 4 is diagram 400 illustrating an example for identifying granular events. In one embodiment, diagram 400 includesOSGi container 402, extendedbundle event manager 426,bundle content comparator 428,notifier 430,web services registry 434,business glossary 436, andother resources 432.OSGi container 402 contains a plurality of applications (e.g., 408, 410, 412, and 416), their corresponding bundle states (e.g., resolveapplications bundle state 418,active bundle state 422, uninstallbundle state 424, install bundle state 420), and OSGi listener 404 which contains bundle event listener 406. - In one embodiment, bundle event listener 406
408, 410, 412, and 416 for bundle events. For example,monitors applications application 410 may undergo a bundle event and change the bundle state fromactive bundle state 422 to uninstallbundle state 424. In this instance, bundle event listener 406 detects the bundle event inapplication 410 and transmits bundle event information to extendedbundle event manager 426 for subsequent processing. - Extended
bundle event manager 426 usesbundle content comparator 428 and bundle event information to generate granular events based, at least in part, on discrepancies between metadata of bundles inapplication 410 prior to the bundle event (e.g., active bundle state 422) and metadata of bundles inapplication 410 subsequent to the bundle event (e.g., uninstall bundle state 424). As previously discussed, extendedbundle event manager 426 may transmit the detected granular events tonotifier 430. Subsequently,notifier 430 may generate notifications to one or more subscribers (e.g.,web services registry 434,business glossary 436,metadata manager 438, and other resources 432). Accordingly, the one or more subscribers may leverage information pertaining to the granular events to help improve lifecycle management of 408, 410, 412, and 416 inapplication OSGi container 402. -
FIG. 5 is a block diagram of internal and external components of acomputer system 500, which is representative the computer systems ofFIG. 1 , in accordance with an embodiment of the present invention. It should be appreciated thatFIG. 5 provides only an illustration of one implementation and does not imply any limitations with regard to the environments in which different embodiments may be implemented. In general, the components illustrated inFIG. 5 are representative of any electronic device capable of executing machine-readable program instructions. Examples of computer systems, environments, and/or configurations that may be represented by the components illustrated inFIG. 5 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, laptop computer systems, tablet computer systems, cellular telephones (e.g., smart phones), multiprocessor systems, microprocessor-based systems, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices. -
Computer system 500 includescommunications fabric 502, which provides for communications between one ormore processors 504,memory 506,persistent storage 508,communications unit 512, and one or more input/output (I/O) interfaces 514.Communications fabric 502 can be implemented with any architecture designed for passing data and/or control information between processors (such as microprocessors, communications and network processors, etc.), system memory, peripheral devices, and any other hardware components within a system. For example,communications fabric 502 can be implemented with one or more buses. -
Memory 506 and persistent storage 505 are computer-readable storage media. In one embodiment,memory 506 includes random access memory (RAM) 516 andcache memory 518. In general,memory 506 can include any suitable volatile or non-volatile computer-readable storage media. Software is stored in persistent storage 505 for execution and/or access by one or more of therespective processors 504 via one or more memories ofmemory 506. - Persistent storage 505 may include, for example, a plurality of magnetic hard disk drives. Alternatively, or in addition to magnetic hard disk drives, persistent storage 505 can include one or more solid state hard drives, semiconductor storage devices, read-only memories (ROM), erasable programmable read-only memories (EPROM), flash memories, or any other computer-readable storage media that is capable of storing program instructions or digital information.
- The media used by persistent storage 505 can also be removable. For example, a removable hard drive can be used for
persistent storage 508. Other examples include optical and magnetic disks, thumb drives, and smart cards that are inserted into a drive for transfer onto another computer-readable storage medium that is also part ofpersistent storage 508. -
Communications unit 512 provides for communications with other computer systems or devices via a network (e.g., network 130). In this exemplary embodiment,communications unit 512 includes network adapters or interfaces such as a TCP/IP adapter cards, wireless Wi-Fi interface cards, or 3G or 4G wireless interface cards or other wired or wireless communication links. The network can comprise, for example, copper wires, optical fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. Software and data used to practice embodiments of the present invention can be downloaded through communications unit 512 (e.g., via the Internet, a local area network or other wide area network). Fromcommunications unit 512, the software and data can be loaded ontopersistent storage 508. - One or more I/O interfaces 514 allow for input and output of data with other devices that may be connected to
computer system 500. For example, I/O interface 514 can provide a connection to one or moreexternal devices 520 such as a keyboard, computer mouse, touch screen, virtual keyboard, touch pad, pointing device, or other human interface devices.External devices 520 can also include portable computer-readable storage media such as, for example, thumb drives, portable optical or magnetic disks, and memory cards. I/O interface 514 also connects to display 522. -
Display 522 provides a mechanism to display data to a user and can be, for example, a computer monitor.Display 522 can also be an incorporated display and may function as a touch screen, such as a built-in display of a tablet computer. - The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
- The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The terminology used herein was chosen to best explain the principles of the embodiment, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.
Claims (7)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/143,846 US9471403B1 (en) | 2015-03-24 | 2016-05-02 | Granular event management for service platforms |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/666,915 US9389929B1 (en) | 2015-03-24 | 2015-03-24 | Granular event management for service platforms |
| US15/143,846 US9471403B1 (en) | 2015-03-24 | 2016-05-02 | Granular event management for service platforms |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/666,915 Continuation US9389929B1 (en) | 2015-03-24 | 2015-03-24 | Granular event management for service platforms |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20160283294A1 true US20160283294A1 (en) | 2016-09-29 |
| US9471403B1 US9471403B1 (en) | 2016-10-18 |
Family
ID=56321027
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/666,915 Expired - Fee Related US9389929B1 (en) | 2015-03-24 | 2015-03-24 | Granular event management for service platforms |
| US15/143,846 Expired - Fee Related US9471403B1 (en) | 2015-03-24 | 2016-05-02 | Granular event management for service platforms |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/666,915 Expired - Fee Related US9389929B1 (en) | 2015-03-24 | 2015-03-24 | Granular event management for service platforms |
Country Status (1)
| Country | Link |
|---|---|
| US (2) | US9389929B1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108519993A (en) * | 2018-03-02 | 2018-09-11 | 华南理工大学 | The social networks focus incident detection method calculated based on multiple data stream |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20180091449A1 (en) * | 2016-09-26 | 2018-03-29 | Telefonaktiebolaget Lm Ericsson (Publ) | Event-driven policy-based distributed container management system |
| US10732947B2 (en) | 2016-12-09 | 2020-08-04 | Wmware, Inc. | Information-technology workflow using tiles that declaratively specify datatypes |
| US11003466B2 (en) | 2016-12-09 | 2021-05-11 | Vmware, Inc. | Information-technology workflows using executable tiles with plural user interfaces |
| US10732934B2 (en) * | 2016-12-09 | 2020-08-04 | Vmware, Inc. | Information-technology workflows using executable tiles |
| US10733013B2 (en) | 2016-12-09 | 2020-08-04 | Vmware, Inc. | Information-technology workflows using executable tiles distributed between workflow instances |
| US12067529B2 (en) * | 2021-07-14 | 2024-08-20 | Sap Se | Bundling line item based events in an event-driven architecture |
Family Cites Families (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6298353B1 (en) | 1998-11-19 | 2001-10-02 | International Business Machines Corporation | Checking serialization compatibility between versions of java classes |
| US7207002B2 (en) | 2003-11-13 | 2007-04-17 | International Business Machines Corporation | Serialization and preservation of objects |
| US20060252406A1 (en) | 2005-04-25 | 2006-11-09 | Nokia Corporation | System and method for providing bundle group termination in an OSGi service platform |
| US7289795B2 (en) | 2005-06-22 | 2007-10-30 | Matsushita Electric Industrial Co., Ltd. | Event moderation for event publishing environments |
| US7818733B2 (en) | 2005-09-27 | 2010-10-19 | International Business Machines Corporation | Improving bundle control in computing environment |
| US20080256225A1 (en) | 2005-12-08 | 2008-10-16 | Youngho Suh | Osgi-Based Dynamic Service Management Method for Context-Aware Systems |
| KR100833494B1 (en) | 2006-09-14 | 2008-05-29 | 한국전자통신연구원 | Apparatus and method for weight reduction of application through dual application management in OS middleware of embedded terminal |
| WO2008077653A2 (en) * | 2006-12-27 | 2008-07-03 | International Business Machines Corporation | Method, system and computer program for monitoring components in a service framework |
| US8122006B2 (en) | 2007-05-29 | 2012-02-21 | Oracle International Corporation | Event processing query language including retain clause |
| US8230389B2 (en) | 2008-04-30 | 2012-07-24 | International Business Machines Corporation | OSGi dynamic bundle generation at runtime |
| KR20090116595A (en) | 2008-05-07 | 2009-11-11 | 삼성전자주식회사 | Method and device for managing binding information for bundles installed remotely on OSOSi service platform |
| US8285672B2 (en) * | 2009-10-29 | 2012-10-09 | Oracle International Corporation | Declarative federation of registries |
| TWI401932B (en) | 2009-12-16 | 2013-07-11 | Inst Information Industry | Service passing method of osgi framework and service sytem thereof |
| US9258379B2 (en) | 2010-12-29 | 2016-02-09 | Oracle International Corporation | Session initiation protocol adapter system and method providing stateless node mapping to a stateful server node hosting a communication session for an actor |
| US8661410B2 (en) * | 2011-03-11 | 2014-02-25 | Oracle International Corporation | Managed enterprise software components as dynamic services |
| JP5458147B2 (en) | 2012-06-22 | 2014-04-02 | 日本電信電話株式会社 | Event notification method, program, and apparatus |
| US20150220308A1 (en) * | 2014-01-31 | 2015-08-06 | Dell Products L.P. | Model-based development |
-
2015
- 2015-03-24 US US14/666,915 patent/US9389929B1/en not_active Expired - Fee Related
-
2016
- 2016-05-02 US US15/143,846 patent/US9471403B1/en not_active Expired - Fee Related
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108519993A (en) * | 2018-03-02 | 2018-09-11 | 华南理工大学 | The social networks focus incident detection method calculated based on multiple data stream |
Also Published As
| Publication number | Publication date |
|---|---|
| US9471403B1 (en) | 2016-10-18 |
| US9389929B1 (en) | 2016-07-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9471403B1 (en) | Granular event management for service platforms | |
| US10831933B2 (en) | Container update system | |
| EP3304315B1 (en) | Automatic anomaly detection and resolution system | |
| US9852015B2 (en) | Automatic discovery of a JavaScript API | |
| US10216527B2 (en) | Automated software configuration management | |
| US20190340059A1 (en) | Isolating service issues in a microservice architecture | |
| US10169035B1 (en) | Customized static source code analysis | |
| US9037914B1 (en) | Error handling for widgets | |
| US9218100B2 (en) | Method and system for partitioning asset management plugins | |
| US10171315B2 (en) | Orchestration process template for generation of orchestration process to tolerate errors | |
| US9910979B2 (en) | Intercepting inter-process communications | |
| US20140129698A1 (en) | Method and system for event notification | |
| US11212175B2 (en) | Configuration management for cloud storage system and method | |
| JP7593726B2 (en) | Blockchain management of provisioning failures | |
| US11531526B1 (en) | Creating portable serverless applications | |
| US11874932B2 (en) | Managing application security vulnerabilities | |
| US9374417B1 (en) | Dynamic specification auditing for a distributed system | |
| US12034858B2 (en) | Secure execution environment for applications using blockchain | |
| US7934221B2 (en) | Approach for proactive notification of contract changes in a software service | |
| US11972098B2 (en) | Interaction signal processing in distributed computing systems | |
| US8392469B2 (en) | Model based distributed application management | |
| US9378123B2 (en) | Testing of transaction tracking software | |
| US12498909B2 (en) | Generation of software component data structures based on monitoring network traffic of software build processes | |
| US11036618B2 (en) | Tenant code management in multi-tenant systems | |
| US20230367880A1 (en) | Dynamic self-check |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ESHWAR, BHAVANI K.;NAGANNA, SOMA SHEKAR;RAMAKRISHNAN, UMASUTHAN;AND OTHERS;SIGNING DATES FROM 20150323 TO 20150324;REEL/FRAME:038434/0350 |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20201018 |