12.07.2015 Views

VisiBroker Edition

VisiBroker Edition

VisiBroker Edition

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

编 写 和 注 册 触 发 器 处 理 器POA rootPoa =POAHelper.narrow(orb.resolve_initial_references("RootPOA"));rootPoa.the_POAManager().activate();com.inprise.vbroker.ObjLocation.Agent the_agent =com.inprise.vbroker.ObjLocation.AgentHelper.narrow(orb.resolve_initial_references("LocationService"));// 创 建 触 发 器 描 述 和 相 应 的 TriggerHandler。// 当 osagent 得 知// 以 下 接 口 的 任 何 新 实 现 时 , 将 调 用 TriggerHandler"Bank::AccountManger"com.inprise.vbroker.ObjLocation.TriggerDesc desc =new com.inprise.vbroker.ObjLocation.TriggerDesc("IDL:Bank/AccountManager:1.0", "", "");TriggerHandlerImpl trig = new TriggerHandlerImpl(the_agent, desc);rootPoa.activate_object(trig);the_agent.reg_trigger(desc, trig._this());orb.run();} catch (Exception e) {e.printStackTrace();System.exit(1);}}}13-16 <strong>VisiBroker</strong> 开 发 者 指 南

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!