private static void printOrbTypeComponent (TaggedComponent tc)
{
CDRInputStream is =
new CDRInputStream ((org.omg.CORBA.ORB)null, tc.component_data );
is.openEncapsulatedArray ();
int type = is.read_long ();
System.out.print ( "\t\tType: " + type);
if (type == ORBConstants.JACORB_ORB_ID)
{
System.out.println (" (JacORB)");