public final class IORUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.omg.IOP.IOR |
construct_ior(java.lang.String type_id,
byte[] object_key,
ComponentSet component_set,
java.lang.Object[] protProfIDs,
org.omg.CORBA.ORB orb)
Construct an IOR.
|
static org.omg.IOP.IOR |
merge_iors(java.lang.String type_id,
org.omg.IOP.IOR[] iors)
Constructs a new IOR which is a merge of all the profiles in each of
the targets.
|
public static org.omg.IOP.IOR construct_ior(java.lang.String type_id,
byte[] object_key,
ComponentSet component_set,
java.lang.Object[] protProfIDs,
org.omg.CORBA.ORB orb)
public static org.omg.IOP.IOR merge_iors(java.lang.String type_id,
org.omg.IOP.IOR[] iors)