| java.lang.Object org.jacorb.orb.ParsedIOR
ParsedIOR | public class ParsedIOR (Code) | | Class to convert IOR strings into IOR structures
author: Gerald Brose version: $Id: ParsedIOR.java,v 1.80 2006/08/03 16:40:12 alphonse.bendt Exp $ |
endianness | protected boolean endianness(Code) | | |
ParsedIOR | public ParsedIOR(org.jacorb.orb.ORB orb, IOR ior)(Code) | | Creates a new ParsedIOR instance.
Parameters: orb - an org.jacorb.orb.ORB value Parameters: ior - an IOR value |
createObjectIOR | public static IOR createObjectIOR(org.omg.ETF.Profile profile)(Code) | | factory method
|
decode | public void decode(IOR _ior)(Code) | | When multiple internet IOP tags are present, they will probably
have different versions, we will use the highest version
between 0 and 1.
|
equals | public boolean equals(Object other)(Code) | | equals contract is that they have the same IOR string and the
same effective profile. i.e. if one profile is SSL enabled then this will
return false.
Parameters: other - an Object value a boolean value |
extractObjectKey | public static byte[] extractObjectKey(TargetAddress addr, ORB orb)(Code) | | This method replaces the unfiyTargetAddress method.
It will extract an object key from any given GIOP::TargetAddress
assuming an appropriate ETF::Factories implementation is availble
for the profile in use.
|
getCodeSetComponentInfo | public CodeSetComponentInfo getCodeSetComponentInfo()(Code) | | |
getCodebaseComponent | public String getCodebaseComponent()(Code) | | Returns the value of the TAG_JAVA_CODEBASE component from this IOR,
or null if no such component exists. The component is first searched
in the effective profile, if that is an IIOPProfile, and failing that,
in the MULTIPLE_COMPONENTS list.
|
getEffectiveProfile | public Profile getEffectiveProfile()(Code) | | |
getIOR | public IOR getIOR()(Code) | | |
get_object_key | public byte[] get_object_key()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isNull | public boolean isNull()(Code) | | |
isParsableProtocol | public static boolean isParsableProtocol(String check)(Code) | | isParsableProtocol returns true if ParsedIOR can handle the
protocol within the string.
Parameters: check - a String a string containing a protocol. a boolean denoting whether ParsedIOR can handle thisprotocol |
|
|