| |
|
| java.lang.Object org.jacorb.orb.ORBConstants
ORBConstants | final public class ORBConstants (Code) | | This class collects all ORB related constants.
This includes various OMG assigned values used by JacORB.
OMG Assigned ranges:
1 VMCID 0x4A430xxx ("JC\x00\x00" - "JC\x0f\xff")
1 VPVID 0x4A430xxx ("JC\x00\x00" - "JC\x0f\xff")
16 ORB type IDs 0x4A414300 - 0x4A41430f ("JAC\x00" - "JAC\x0f")
16 profile tags 0x4A414300 - 0x4A41430f ("JAC\x00" - "JAC\x0f")
16 service tags 0x4A414300 - 0x4A41430f ("JAC\x00" - "JAC\x0f")
16 component IDs 0x4A414300 - 0x4A41430f ("JAC\x00" - "JAC\x0f")
|
JACORB_ORB_ID | final public static int JACORB_ORB_ID(Code) | | |
JAC_NOSSL_PROFILE_ID | final public static int JAC_NOSSL_PROFILE_ID(Code) | | |
JAC_SSL_PROFILE_ID | final public static int JAC_SSL_PROFILE_ID(Code) | | JAC_SSL_PROFILE_ID/JAC_NOSSL_PROFILE_ID are used to
distinguish between IIOP profiles that do and do not support SSL.
|
SERVICE_PADDING_CONTEXT | final public static int SERVICE_PADDING_CONTEXT(Code) | | |
SERVICE_PROXY_CONTEXT | final public static int SERVICE_PROXY_CONTEXT(Code) | | |
VMCID | final public static int VMCID(Code) | | |
|
|
|