org.apache.yoko.orb.OCI.IIOP
Class Util
java.lang.Object
org.apache.yoko.orb.OCI.IIOP.Util
public final class Util
- extends Object
Constructor Summary |
Util()
|
Method Summary |
static IOR |
createIOR(IOR ior,
String id,
byte[] key)
|
static IOR |
createIOR(String host,
int port,
String id,
ProfileInfo profileInfo)
|
static boolean |
equivalent(IOR ior1,
IOR ior2)
|
static void |
extractAllProfileInfos(IOR ior,
ProfileInfoSeqHolder profileInfoSeq,
boolean performMatch,
String host,
int port,
boolean loopbackMatches)
|
static boolean |
extractProfileInfo(IOR ior,
ProfileInfoHolder profileInfo)
|
static int |
hash(IOR ior,
int maximum)
|
static boolean |
hostMatch(String host1,
String host2,
boolean loopbackMatches)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
createIOR
public static IOR createIOR(String host,
int port,
String id,
ProfileInfo profileInfo)
createIOR
public static IOR createIOR(IOR ior,
String id,
byte[] key)
extractProfileInfo
public static boolean extractProfileInfo(IOR ior,
ProfileInfoHolder profileInfo)
hostMatch
public static boolean hostMatch(String host1,
String host2,
boolean loopbackMatches)
extractAllProfileInfos
public static void extractAllProfileInfos(IOR ior,
ProfileInfoSeqHolder profileInfoSeq,
boolean performMatch,
String host,
int port,
boolean loopbackMatches)
equivalent
public static boolean equivalent(IOR ior1,
IOR ior2)
hash
public static int hash(IOR ior,
int maximum)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.