Borland(R) Enterprise Server VisiBroker(R) デベロッパーズガイド

[目次][索引][前へ][次へ]

11.3.5 <interface_name>Operations.java

IDL宣言で定義されたすべてのメソッドを含むidl2javaコンパイラによって,ユーザ定義型ごとにオペレーションクラスが生成されます。

コードサンプル11-5 オペレーションコードの例(Java)
 
public interface exampleOperations {
   public int op1 (char x, org.omg.CORBA.ShortHolder y);
}