JavaTM Platform
Standard Ed. 6

org.omg.IOP
クラス TaggedComponentHolder

java.lang.Object
  上位を拡張 org.omg.IOP.TaggedComponentHolder
すべての実装されたインタフェース:
Streamable

public final class TaggedComponentHolder
extends Object
implements Streamable

org/omg/IOP/TaggedComponentHolder.java。2006 年 9 月 1 日 (金) 12:54:46 AM (GMT-08:00)、IDL-to-Java コンパイラ (ポータブル) 3.2 により ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl から生成されました。


フィールドの概要
 TaggedComponent value
           
 
コンストラクタの概要
TaggedComponentHolder()
           
TaggedComponentHolder(TaggedComponent initialValue)
           
 
メソッドの概要
 void _read(InputStream i)
          istream からデータを読み取り、非整列化されたデータを使って Holder の value フィールドを初期化します。
 TypeCode _type()
          Holder の value フィールドの値に対応する TypeCode オブジェクトを取り出します。
 void _write(OutputStream o)
          Holder の value フィールドの値を ostream に整列化します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

value

public TaggedComponent value
コンストラクタの詳細

TaggedComponentHolder

public TaggedComponentHolder()

TaggedComponentHolder

public TaggedComponentHolder(TaggedComponent initialValue)
メソッドの詳細

_read

public void _read(InputStream i)
インタフェース Streamable の記述:
istream からデータを読み取り、非整列化されたデータを使って Holder の value フィールドを初期化します。

定義:
インタフェース Streamable 内の _read
パラメータ:
i - ワイヤーからの CDR データを表す InputStream

_write

public void _write(OutputStream o)
インタフェース Streamable の記述:
Holder の value フィールドの値を ostream に整列化します。

定義:
インタフェース Streamable 内の _write
パラメータ:
o - CDR OutputStream

_type

public TypeCode _type()
インタフェース Streamable の記述:
Holder の value フィールドの値に対応する TypeCode オブジェクトを取り出します。

定義:
インタフェース Streamable 内の _type
戻り値:
ホルダーに格納されている値の TypeCode オブジェクト

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。