12.07.2015 Views

VisiBroker Edition

VisiBroker Edition

VisiBroker Edition

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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

查 看 Java 下 生 成 的 代 码.java.java 文 件 是 为 每 个 IDL 接 口 生 成 的 Java 接 口 。 这 是 一 个 从IDL 接 口 定 义 到 相 应 的 Java 接 口 的 直 接 映 射 。 这 是 一 个 随 后 要 由 客 户 和 服 务 器 框架 两 者 都 要 实 现 的 接 口 。Java:public interface example extends com.inprise.vbroker.CORBA.Object,exampleOperations,org.omg.CORBA.portable.IDLEntity {}Helper.java对 于 用 户 自 定 义 的 类 型 ,idl2java 会 产 生 一 个 helper 类 。 此 helper 类 是 一 个 抽象 类 , 具 有 各 种 用 于 生 成 的 Java 接 口 的 静 态 方 法 。Java:public final class exampleHelper {public static example narrow (final org.omg.CORBA.Object obj) {. . .}public static example unchecked_narrow (org.omg.CORBA.Object obj) {. . .}public static example bind (org.omg.CORBA.ORB orb) {. . .}public static example bind (org.omg.CORBA.ORB orb, java.lang.String name) {. . .}public static example bind (org.omg.CORBA.ORB orb, java.lang.String name,java.lang.String host,com.inprise.vbroker.CORBA.BindOptions _options) {. . .}public static example bind (org.omg.CORBA.ORB orb, java.lang.StringfullPoaName,byte[] oid) {. . .}public static example bind (org.omg.CORBA.ORB orb,java.lang.String fullPoaName, byte[] oid,java.lang.String host,com.inprise.vbroker.CORBA.BindOptions _options) {. . .}public java.lang.Object read_Object (final org.omg.CORBA.portable.InputStream istream) {. . .}public void write_Object (final org.omg.CORBA.portable.OutputStream ostream,使 用 IDL 11-3

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

Saved successfully!

Ooh no, something went wrong!