logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rmeventc - destroy a CORBA EventChannel

Description

rmeventc connects to an event channel and calls its destroy() operation. If the channel is located by the
       -n option, then the name is unbound (removed) from the Name Service.

       Example: rmeventc-nfoo/bar/baz.qux

Environment Variables

       OMNIORB_CONFIG
              The location of the omniORB configuration file.

Name

       rmeventc - destroy a CORBA EventChannel

Options

-nchannel-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

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

       -ORBparametervalue
              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: -ORBtraceLevel5

Synopsis

rmeventc [-n channel-name] [-h] [-ORBparametervalue] [channel-uri]

See Also