Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ir_ab_names(1) [debian man page]

IR_AB_NAMES(1)															    IR_AB_NAMES(1)

NAME
ir_ab_names - a standalone server that supports the CORBA COS Interface specification. SYNOPSIS
ir_ab_names -file filename The -file switch is optional, see the OPTIONS section for details. DESCRIPTION
ir_ab_names(1) is a standalone server that supports the CORBA COS Interface specification. When launched, it returns its IOR and corbaloc, which can then be used by other CORBA applications. OPTIONS
ir_ab_names(1) accepts the following options: -file Output COS Interface IOR to filename. -help Print the usage text. all PolyORB command line configuration variables PolyORB allows one to set up configuration variables on the command line. The syntax is close to the one described in configuration files. A variable Var.Iable in section [Sec] can be overridden with flag --polyorb-<sec>-<var>-<iable>[=<value>]. AUTHOR
This manual page was written by Reto Buerki <reet@codelabs.ch> for the Debian GNU/Linux system (but may be used by others). RESOURCES
Polyorb User Manual: http://www.adacore.com/wp-content/files/auto_update/polyorb-docs/polyorb_ug.html/ SEE ALSO
po_cos_naming(1), po_cos_naming_shell(1). 05/21/2009 IR_AB_NAMES(1)

Check Out this Related Man Page

IDLAC(1)						       PolyORB documentation							  IDLAC(1)

NAME
idlac - PolyORB's IDL-to-Ada compiler SYNOPSIS
idlac [-Edikpqv] [-[no]ir] [-gnatW8] [-o DIR] idl_file [-cppargs ...] DESCRIPTION
idlac is an IDL-to-Ada compiler, compliant with version 1.2 of the "Ada Language Mapping Specification" produced by the OMG. OPTIONS
idlac accepts the following options: -E Preprocess only. -d Generate delegation package. -i Generate implementation template. -s Generate server side code. -c Generate client side code. -k Keep temporary files. -p Produce source on standard output. -q Be quiet (default). -v Be verbose. -ir Generate code for interface repository. -noir Don't generate code for interface repository (default). -gnatW8 Use UTF8 character encoding. -o DIR Specify output directory. -cppargs ARGS Pass ARGS to the C++ preprocessor. -I dir Shortcut for -cppargs -I dir. EXIT STATUS
idlac returns one of the following values upon exit: 0 Successful completion 1 Usage error 2 Illegal IDL specification AUTHORS
The PolyORB team, polyorb-devel@lists.adacore.com. SEE ALSO
The PolyORB WWW page, http://libre.adacore.com/polyorb/ PolyORB team March 23, 2005 IDLAC(1)
Man Page