|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.adapter.IORUtil
public final class IORUtil
The methods of this class comes from the ServerManager class in the net package. The comment in front of those methods was: "These methods should be moved somewhere else because they are independent of the server side". Because the construct_ior is used from the adapters only the IORUtil class is located in the adapter package.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |