Package com.sun.corba.ee.impl.oa.poa

Examples of com.sun.corba.ee.impl.oa.poa.BadServerIdHandler


    public void configure( DataCollector dc, ORB orb ) {
        //begin temp fix for bug 6320008
        // this is needed only because we are using transient Name Service
        //this should be removed once we have the persistent Name Service in place
  orb.setBadServerIdHandler(
      new BadServerIdHandler() {
    public void handle( ObjectKey objectkey ) {
        // NO-OP
    }
      }
  ) ;
View Full Code Here

TOP

Related Classes of com.sun.corba.ee.impl.oa.poa.BadServerIdHandler

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.