Package org.jacorb.tao_imr.ImplementationRepository

Examples of org.jacorb.tao_imr.ImplementationRepository.ServerObject


            if (slash > 0)
            {
                partialCorbaLoc = corbaLoc.substring(0, slash+1);
            }

            ServerObject svr = ServerObjectHelper.narrow(objRef);

            // notfy TAO ImR that we are running
            this.imrLocator.server_is_running (theName,
                                          partialCorbaLoc,
                                          svr);
View Full Code Here

TOP

Related Classes of org.jacorb.tao_imr.ImplementationRepository.ServerObject

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.