JavaTM Platform
Standard Ed. 6

org.omg.PortableInterceptor
クラス AdapterManagerIdHelper

java.lang.Object
  上位を拡張 org.omg.PortableInterceptor.AdapterManagerIdHelper

public abstract class AdapterManagerIdHelper
extends Object

アダプタマネージャー識別子です。各オブジェクトアダプタには、この API でこの ID を使用した場合のみ示されるアダプタマネージャーがあります。 オブジェクトアダプタインスタンスのグループは同じアダプタマネージャーを共有することがあります。 その場合、アダプタマネージャーに対して報告される状態の移行は、同じアダプタマネージャー ID を持つすべてのオブジェクトアダプタによって監視されます。


コンストラクタの概要
AdapterManagerIdHelper()
           
 
メソッドの概要
static int extract(Any a)
           
static String id()
           
static void insert(Any a, int that)
           
static int read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, int value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AdapterManagerIdHelper

public AdapterManagerIdHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          int that)

extract

public static int extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static int read(InputStream istream)

write

public static void write(OutputStream ostream,
                         int value)

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 も参照してください。