Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Event Folder | Summary of Elements in this Folder | pub.event:alarm
 
pub.event:alarm
WmPublic. Specification for alarm event handlers.
Input Parameters
time
String Date and time that the event occurred, in the format yyyy/MM/dd HH:mm:ss.SS.
service
String Fully qualified name of the service that generated the event. A service can generate an alarm event when a client invokes a service that accesses information or a service on a remote server. If the client is not a member of an allowed group for the port on the remote server, the service will generate an alarm event.
sessionID
String Identification number for the session during which the alarm event was generated. Some alarm events are not generated during sessions. In these cases, the sessionID variable will not contain a value.
msg
String Text describing the alarm.
Output Parameters
None.
Usage Notes
Remember to register your handler with the Event Manager.
When you subscribe an event handler to an alarm event, you can create a filter for the msg field to specify the services whose alarm events you want to subscribe to. That is, you can specify which services' alarm events invoke the event handler.