org.jacorb.orb

Class ORBConstants

public final class ORBConstants extends Object

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")
Field Summary
static intJACORB_ORB_ID
static intJAC_NOSSL_PROFILE_ID
static intJAC_SSL_PROFILE_ID
JAC_SSL_PROFILE_ID/JAC_NOSSL_PROFILE_ID are used to distinguish between IIOP profiles that do and do not support SSL.
static intSERVICE_PADDING_CONTEXT
static intSERVICE_PROXY_CONTEXT
static intVMCID

Field Detail

JACORB_ORB_ID

public static final int JACORB_ORB_ID

JAC_NOSSL_PROFILE_ID

public static final int JAC_NOSSL_PROFILE_ID

JAC_SSL_PROFILE_ID

public static final int JAC_SSL_PROFILE_ID
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

public static final int SERVICE_PADDING_CONTEXT

SERVICE_PROXY_CONTEXT

public static final int SERVICE_PROXY_CONTEXT

VMCID

public static final int VMCID