JavaTM Platform
Standard Ed. 6

org.omg.IOP
クラス TaggedComponent

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

public final class TaggedComponent
extends Object
implements IDLEntity

org/omg/IOP/TaggedComponent.java。2008 年 8 月 25 日 (月) 2:02:11 PM (GMT-08:00)、IDL-to-Java コンパイラ (ポータブル) 3.2 により ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl から生成されました。


フィールドの概要
 byte[] component_data
          コンポーネント ID に関連付けられたコンポーネントデータです。
 int tag
          コンポーネント ID として表されたタグです。
 
コンストラクタの概要
TaggedComponent()
           
TaggedComponent(int _tag, byte[] _component_data)
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

tag

public int tag
コンポーネント ID として表されたタグです。


component_data

public byte[] component_data
コンポーネント ID に関連付けられたコンポーネントデータです。

コンストラクタの詳細

TaggedComponent

public TaggedComponent()

TaggedComponent

public TaggedComponent(int _tag,
                       byte[] _component_data)

JavaTM Platform
Standard Ed. 6

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

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