org.jacorb.orb
Class ORBConstants

java.lang.Object
  extended byorg.jacorb.orb.ORBConstants

public final class ORBConstants
extends java.lang.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 int JACORB_ORB_ID
           
static int SERVICE_PADDING_CONTEXT
           
static int SERVICE_PROXY_CONTEXT
           
static int VMCID
           
 
Constructor Summary
ORBConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VMCID

public static final int VMCID
See Also:
Constant Field Values

JACORB_ORB_ID

public static final int JACORB_ORB_ID
See Also:
Constant Field Values

SERVICE_PADDING_CONTEXT

public static final int SERVICE_PADDING_CONTEXT
See Also:
Constant Field Values

SERVICE_PROXY_CONTEXT

public static final int SERVICE_PROXY_CONTEXT
See Also:
Constant Field Values
Constructor Detail

ORBConstants

public ORBConstants()