Package org.openxri.store

Examples of org.openxri.store.RemoteStore


        if (sIOR != null)
        {
            ORB oORB = ORB.init(new String[0], null);

            org.omg.CORBA.Object oObj = oORB.string_to_object(sIOR);
            oAdmin = new RemoteStore(XRIAdministrationHelper.narrow(oObj));
        }

        return oAdmin;

    } // getXRIAdministration()
View Full Code Here

TOP

Related Classes of org.openxri.store.RemoteStore

Copyright © 2018 www.massapicom. 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.