EnglishFrenchSpanish

Ad


OnWorks favicon

events - Online in the Cloud

Run events in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command events that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


events - stream events from or to a CORBA EventChannel

SYNOPSIS


events [-n channel-name] [-s] [-h] [-ORBparameter value] [channel-uri]

DESCRIPTION


events streams events from an event channel to standard output, or (-s) from standard
input to an event channel.

Events are streamed in raw binary form, accompanied by a timestamp. When the stream is
played back into a channel, the timestamps are used the replicate the original delays
between the messages.

The main use for this command it to record sets of events and play them back later for
testing.

Recording example: events corbaname::#EventChannel > test.dat

Playback example: events -s corbaname::#EventChannel < test.dat

OPTIONS


-n channel-name
The CORBA Name Service name used to look up the EventChannel CORBA object.

Format for channel-name: [CONTEXT-ID[.CONTEXT-KIND]/]*OBJECT-ID[.OBJECT-KIND]

Examples: foo, foo.bar, foo.bar/baz/qux, foo/bar/baz.qux.

The default is EventChannel

-s Supply mode. Read events from standard input.

-h Display a short summary of command-line options.

-ORBparameter value
Standard omniORB options. see omniORB documentation for details. This option is
commonly used to set the omniORB traceLevel, in order to get more detailed output.

Example: -ORBtraceLevel 5

ENVIRONMENT VARIABLES


OMNIORB_CONFIG
The location of the omniORB configuration file.

COPYRIGHT


Copyright © 2004,2005 Alex Tingle.

This is free software; see the source for copying conditions. There is NO warranty; not
even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

EVENTS(1)

Use events online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

Ad