public final class ORBConstants extends Object
This includes various OMG assigned values used by JacORB. OMG Assigned ranges:
Modifier and Type | Field and Description |
---|---|
static int |
JAC_NOSSL_PROFILE_ID |
static 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. |
static int |
JACORB_ORB_ID |
static int |
SERVICE_PADDING_CONTEXT |
static int |
SERVICE_PROXY_CONTEXT |
static int |
TAO_ORB_ID |
static int |
VMCID
VMCID is the Vendor Minor Codeset ID. |
Constructor and Description |
---|
ORBConstants() |
public static final int VMCID
VMCID
is the Vendor Minor Codeset ID. According to
ftp://ftp.omg.org/pub/docs/ptc/01-08-35.txt the VMCID is equivalent
to the VSCIDpublic static final int JACORB_ORB_ID
public static final int SERVICE_PADDING_CONTEXT
public static final int SERVICE_PROXY_CONTEXT
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.public static final int JAC_NOSSL_PROFILE_ID
public static final int TAO_ORB_ID
Copyright © 2017 JacORB. All rights reserved.