Package gcc.rmi.iiop

Examples of gcc.rmi.iiop.RemoteInterface.$invoke()


        RemoteInterface skeleton = getRemoteInterface();
        Object instance = getInstance( objectKey );

        if (instance != null)
        {
            skeleton.$invoke( methodName, objectKey, instance, input, output );
        }
        else
        {
            throw new org.omg.CORBA.OBJECT_NOT_EXIST(new String(objectKey));
        }
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.