Package org.omg.CORBA

Examples of org.omg.CORBA.IDLType.type()


        }

        try
        {
            IDLType idlType = IDLTypeHelper.narrow((org.omg.CORBA.Object)irobj);
            typeCode = idlType.type();

            // mithilfe des TypeCodes könnten wir uns bei IDLTypes eigentlich ein
            // paar Remote Method Invocations sparen (es steckt einiges schon im TypeCode);
            // außerdem ließe sich vielleicht der Code zum Auslesen
            // der members bei struct etc. vereinfachen.
View Full Code Here


        }

        try
        {
            IDLType idlType = IDLTypeHelper.narrow(irobj);
            typeCode = idlType.type();

            /*
             * Using the TypeCode we could get rid of a few remote method invocations
             * (a lot is already contained in the TypeCode); also perhaps the code for
             * reading the members of struct etc. could be simplified. BTW, all other
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.