Package org.jacorb.tao_imr.ImplementationRepository

Examples of org.jacorb.tao_imr.ImplementationRepository.ServerObjectImpl


        try
        {
            // instantiate an instance of ServerObjectImpl.
            // org.jacorb.poa.POA root_poa = this.orb_.getRootPOA();
            this.root_poa_ = this.orb_.getRootPOA();
            this.serverObjImpl = new ServerObjectImpl (this.orb_, this.poa_, this.root_poa_);
            if (this.serverObjImpl == null)
            {
                throw new INTERNAL ("ImRAccessImpl.registerPOA_TaoImR_i: can't create an instance of ServerObjectImpl");
            }
View Full Code Here

TOP

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

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.