Holistic Event Processing


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Holistic Event Processing
# 1  
Old 10-03-2008
Holistic Event Processing

Future Applications of CEPby David LuckhamNow here's a question. How would you characterize the current generation of CEP applications?Well, let's consider what we have. There are applications in markets such as algorithmic trading and financial services, patient flow monitoring in hospitals, routing and crew scheduling in transportation, monitoring service level agreements in call centers, consumer [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
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)