IORAddressingInfopublic final class IORAddressingInfo extends Object implements org.omg.CORBA.portable.IDLEntitycom/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../../../src/share/classes/com/sun/corba/se/GiopIDL/g.idl
Sunday, June 4, 2000 5:18:54 PM PDT |
Fields Summary |
---|
public int | selected_profile_index | public org.omg.IOP.IOR | ior |
Constructors Summary |
---|
public IORAddressingInfo()
| public IORAddressingInfo(int _selected_profile_index, org.omg.IOP.IOR _ior)
selected_profile_index = _selected_profile_index;
ior = _ior;
|
|