Borland(R) Enterprise Server VisiBroker(R) デベロッパーズガイド
インタフェースから対応するファイルを生成したあと,インタフェース用にインプリメンテーションを提供する必要があります。そのためには,次の手順に従ってください。
// This is a conforming class
public class Value implements java.io.Serializable {
java.lang.Object any;
. . .
}
// This is a non-conforming class
public class Something {
. . .
}
Value val = new Value(); val.any = new Something();
All Rights Reserved. Copyright (C) 2008, Hitachi, Ltd.
COPYRIGHT (C) 1992-2004 Borland Software Corporation. All rights reserved.