| java.lang.Object com.caucho.iiop.IOR
Constructor Summary | |
public | IOR() Null constructor for reading. | public | IOR(Class type, String host, int port, String uri) Null constructor for writing. | public | IOR(String typeId, String host, int port, String uri) Null constructor for writing. |
CS_ISO8859_1 | final public static int CS_ISO8859_1(Code) | | |
CS_UTF16 | final public static int CS_UTF16(Code) | | |
TAG_ALTERNATE_IIOP_ADDRESS | final public static int TAG_ALTERNATE_IIOP_ADDRESS(Code) | | |
TAG_ASSOCIATION_OPTIONS | final public static int TAG_ASSOCIATION_OPTIONS(Code) | | |
TAG_CODE_SETS | final public static int TAG_CODE_SETS(Code) | | |
TAG_CSI_ECMA_Hybrid_SEC_MECH | final public static int TAG_CSI_ECMA_Hybrid_SEC_MECH(Code) | | |
TAG_CSI_ECMA_Secret_SEC_MECH | final public static int TAG_CSI_ECMA_Secret_SEC_MECH(Code) | | |
TAG_ECMA_Public_SEC_MECH | final public static int TAG_ECMA_Public_SEC_MECH(Code) | | |
TAG_GENERIC_SEC_MECH | final public static int TAG_GENERIC_SEC_MECH(Code) | | |
TAG_INTERNET_IOP | final public static int TAG_INTERNET_IOP(Code) | | |
TAG_JAVA_CODEBASE | final public static int TAG_JAVA_CODEBASE(Code) | | |
TAG_KerberosV5_SEC_MECH | final public static int TAG_KerberosV5_SEC_MECH(Code) | | |
TAG_MULTIPLE_COMPONENTS | final public static int TAG_MULTIPLE_COMPONENTS(Code) | | |
TAG_ORB_TYPE | final public static int TAG_ORB_TYPE(Code) | | |
TAG_POLICIES | final public static int TAG_POLICIES(Code) | | |
TAG_SEC_NAME | final public static int TAG_SEC_NAME(Code) | | |
TAG_SPKM_1_SEC_MECH | final public static int TAG_SPKM_1_SEC_MECH(Code) | | |
TAG_SPKM_2_SEC_MECH | final public static int TAG_SPKM_2_SEC_MECH(Code) | | |
TAG_SSL_SEC_TRANS | final public static int TAG_SSL_SEC_TRANS(Code) | | |
IOR | public IOR()(Code) | | Null constructor for reading.
|
getByteArray | public byte[] getByteArray()(Code) | | Read from a byte array.
|
getMajor | public int getMajor()(Code) | | Returns the IIOP major number (1)
|
getMinor | public int getMinor()(Code) | | Returns the IIOP minor number (2)
|
getOid | public byte[] getOid()(Code) | | returns the oid
|
getPort | public int getPort()(Code) | | Returns the port
|
getTypeId | public String getTypeId()(Code) | | Returns the type identifier. This is the java class.
|
readByteArray | public void readByteArray(byte[] buf, int offset, int length)(Code) | | Read from a byte array.
|
setMinor | public void setMinor(int minor)(Code) | | |
toString | public String toString()(Code) | | Writes the canonical IOR representation.
|
|
|