Public Member Functions

TAO::Transport::IIOP::Current Interface Reference

import "TC_IIOP.idl";

Inheritance diagram for TAO::Transport::IIOP::Current:
Inheritance graph
[legend]

List of all members.

Public Member Functions

readonly attribute string
remote_host 
raises (NoContext)
 Remote host.
readonly attribute long remote_port raises (NoContext)
readonly attribute string
local_host 
raises (NoContext)
 Local host.
readonly attribute long local_port raises (NoContext)
 Local port.
readonly
attribute::SSLIOP::Current
ssliop_current 
raises (NoContext)

Detailed Description

Definition at line 33 of file TC_IIOP.idl.


Member Function Documentation

readonly attribute string remote_host TAO::Transport::IIOP::Current::raises ( NoContext   ) 

Remote host.

readonly attribute ::SSLIOP::Current ssliop_current TAO::Transport::IIOP::Current::raises ( NoContext   ) 

If this is a "secure" transport, this method will give you the corresponding SSLIOP::Current

readonly attribute long local_port TAO::Transport::IIOP::Current::raises ( NoContext   ) 

Local port.

readonly attribute string local_host TAO::Transport::IIOP::Current::raises ( NoContext   ) 

Local host.

readonly attribute long remote_port TAO::Transport::IIOP::Current::raises ( NoContext   ) 

Remote port Using long (signed) type to better accomodate the Java mapping, which has no support for unsigned values


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines