Package | Description |
---|---|
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.protocol.giopmsgheaders | |
com.sun.corba.se.spi.GIOP | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.messages | |
org.omg.IOP |
This package contains the IOP module specified in the OMG document
The Common
Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
|
Modifier and Type | Method and Description |
---|---|
IOR |
IORImpl.getIOPIOR() |
Modifier and Type | Field and Description |
---|---|
IOR |
IORAddressingInfo.ior |
Constructor and Description |
---|
IORAddressingInfo(int _selected_profile_index,
IOR _ior) |
Modifier and Type | Field and Description |
---|---|
IOR |
IORAddressingInfo.ior |
Constructor and Description |
---|
IORAddressingInfo(int _selected_profile_index,
IOR _ior) |
Modifier and Type | Method and Description |
---|---|
IOR |
IOR.getIOPIOR()
Return a representation of this IOR in the standard GIOP marshalled
form.
|
Modifier and Type | Field and Description |
---|---|
IOR |
IORAddressingInfo.ior |
Constructor and Description |
---|
IORAddressingInfo(int _selected_profile_index,
IOR _ior) |
Modifier and Type | Field and Description |
---|---|
IOR |
IORHolder.value |
Modifier and Type | Method and Description |
---|---|
static IOR |
IORHelper.extract(Any a) |
static IOR |
IORHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
IORHelper.insert(Any a,
IOR that) |
static void |
IORHelper.write(OutputStream ostream,
IOR value) |
Constructor and Description |
---|
IORHolder(IOR initialValue) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.