IBM Plunges Into ?Business Event Management,? Helping Define Field


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News IBM Plunges Into ?Business Event Management,? Helping Define Field
# 1  
Old 11-28-2008
IBM Plunges Into ?Business Event Management,? Helping Define Field

by Charles Babcock InformationWeek November 26, 2008 The fairly new field of complex event processing sets parameters around a software event and triggers alerts if the rules governing it are violated. IBM (NYSE: IBM) is staking out a position in complex event processing as applied to business processes; it’s coined the term “business [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. AIX

IBM business partner login

I'm looking to download some docs and test software from IBM web site. My login stated I'm not a IBM Business partner. Does anyone know of a guest or temp login I could use to access this site information? (1 Reply)
Discussion started by: soupbone38
1 Replies

2. Programming

Need to know about Event Management

Hi I need to understand abt Event Management Library for example..A module will be responsible for Handling the event posted by the other modules...and creating a new process for handling the event posted by the other modules..also after completing the event clearing of the event... Need to... (3 Replies)
Discussion started by: nathgopi214
3 Replies
Login or Register to Ask a Question
ECACCESS-EVENT-CREATE(1p)				User Contributed Perl Documentation				 ECACCESS-EVENT-CREATE(1p)

NAME
ecaccess-event-create - Create an ECaccess Event SYNOPSIS
ecaccess-event-create -version|-help|-manual ecaccess-event-create [-debug] [-overwrite] [-public] [-comment string] event-name DESCRIPTION
Allow creating an ECaccess Event. As a result the event-id is displayed. If an event already exists with the same event-name then by default the request is rejected (please check the -overwrite option). By default an event is private and restricted to its owner. Access can however be shared with other users thanks to the ecaccess-event- grant command or with the -public option which make it visible to all. ARGUMENTS
event-name The name of the Event to create. OPTIONS
-overwrite Allow deleting an existing event with the same name and create a new one (the identifier will be however different to the original one). -public Allow creating a public event which can be used by everybody. In order to have a better tunning of the permissions please keep the event private and use the ecaccess-event-grant command instead. -comment string Specify the string to display as a comment for the event. -version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-event-create -public -comment "My Comment" "My Event Name" Create the new event with the name "My Event Name" and the comment "My Comment". This new event is public and other users can subscribe to it. SEE ALSO
ecaccess-event-grant, ecaccess-event-clear, ecaccess-event-send, ecaccess-event-list, ecaccess-event-delete and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-EVENT-CREATE(1p)