7.8.1 BytesContainerFactoryインタフェース
BytesContainerFactoryインタフェースはBytesContainerを生成します。
アプリケーションでは,QueueConnectionオブジェクトのcreateQueueSessionメソッドで取得したQueueSessionオブジェクトに対してBytesContainerFactory をキャストすることによって,BytesContainerFactoryオブジェクトを取得できます。
- 〈この項の構成〉
(1) BytesContainerの生成
createBytesContainerメソッドを呼び出すことでBytesContainerを生成します。
(2) 形式
public interface BytesContainerFactory { public BytesContainer createBytesContainer(); }
(3) フィールド
ありません。