Borland(R) Enterprise Server VisiBroker(R) デベロッパーズガイド
idl2javaコンパイラによって,ユーザ定義型ごとにスタブクラスが生成されます。これは,<interface_name>インタフェースをインプリメントするクライアント側で実体化されるクラスです。
public class exampleStub extends
com.inprise.vbroker.CORBA.portable.ObjectImpl
implements example {
final public static java.lang.Class _opsClass =
exampleOperations.class;
public java.lang.String[ ] ids (){
. . .
}
public int op1 (char x, org.omg.CORBA.ShortHolder y){
. . .
}
All Rights Reserved. Copyright (C) 2012, 2015, Hitachi, Ltd.
COPYRIGHT (C) 1992-2004 Borland Software Corporation. All rights reserved.