Module: R2CORBA

Defined in:
lib/corba/idl/IDL.rb,
lib/corba/cbase/ORB.rb,
lib/corba/cmds/base.rb,
lib/corba/cmds/test.rb,
lib/corba/jbase/Any.rb,
lib/corba/jbase/ORB.rb,
lib/corba/jbase/poa.rb,
lib/corba/jbase/poa.rb,
lib/corba/cbase/Stub.rb,
lib/corba/common/Any.rb,
lib/corba/common/IDL.rb,
lib/corba/common/ORB.rb,
lib/corba/jbase/Stub.rb,
lib/corba/common/Stub.rb,
lib/corba/cbase/IORMap.rb,
lib/corba/cbase/Values.rb,
lib/corba/common/Union.rb,
lib/corba/common/const.rb,
lib/corba/jbase/IORMap.rb,
lib/corba/jbase/Object.rb,
lib/corba/jbase/Values.rb,
lib/corba/svcs/ins/ins.rb,
lib/corba/cbase/Request.rb,
lib/corba/cbase/Streams.rb,
lib/corba/common/Object.rb,
lib/corba/common/Struct.rb,
lib/corba/common/Values.rb,
lib/corba/jbase/Request.rb,
lib/corba/jbase/Servant.rb,
lib/corba/jbase/Streams.rb,
lib/corba/jbase/require.rb,
lib/corba/jbase/require.rb,
lib/corba/cbase/Typecode.rb,
lib/corba/cbase/policies.rb,
lib/corba/common/Request.rb,
lib/corba/common/Servant.rb,
lib/corba/common/require.rb,
lib/corba/common/version.rb,
lib/corba/jbase/Typecode.rb,
lib/corba/jbase/policies.rb,
lib/corba/cbase/exception.rb,
lib/corba/common/Typecode.rb,
lib/corba/jbase/exception.rb,
lib/corba/common/exception.rb,
lib/corba/jbase/ServerRequest.rb,
lib/corba/svcs/ins/cos_naming.rb,
lib/corba/svcs/ins/naming_service.rb

Overview


ServerRequest.rb - R2TAO CORBA ServerRequest support

Author: Martin Corino

This program is free software; you can redistribute it and/or modify it under the terms of the R2CORBA LICENSE which is included with this program.

Copyright © Remedy IT Expertise BV


Defined Under Namespace

Modules: BiDirPolicy, CORBA, Commands, INS, JavaLang, PortableServer Classes: IORMap

Constant Summary collapse

JACORB_HOME =

find jacorb.jar in library search path

File.dirname(($:.find { |path| Dir[File.join(path, 'jacorb-*.jar')].any? { |p| p =~ /\/jacorb(\.jar|\-\d\.\d\.jar)\Z/ } }).to_s)
FIXNUM_KLASS =

from Ruby 2.4 Fixnum and Bignum are deprecated

(1.class == ::Integer ? ::Integer : ::Fixnum)
BIGNUM_KLASS =
(1.class == ::Integer ? ::Integer : ::Bignum)
R2CORBA_MAJOR =
1
R2CORBA_MINOR =
7
R2CORBA_RELEASE =
1
R2CORBA_VERSION =
"#{R2CORBA_MAJOR}.#{R2CORBA_MINOR}.#{R2CORBA_RELEASE}".freeze