org.omg.CosNaming
クラス NamingContextExtHelper
java.lang.Object
org.omg.CosNaming.NamingContextExtHelper
public abstract class NamingContextExtHelper
- extends Object
NamingContextExt
は、それぞれの名前が固有で Interoperable Naming Service の一部である名前バインディングのセットを格納する NamingContext
の拡張です。複数の名前を、同一のまたは異なるコンテキスト内のオブジェクトに同時にバインドすることができます。NamingContextExt を使用すると、URL ベースの名前を使用してバインドと解決を行うことができます。
「CORBA COS Naming Specification」 を参照してください。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamingContextExtHelper
public NamingContextExtHelper()
insert
public static void insert(Any a,
NamingContextExt that)
extract
public static NamingContextExt extract(Any a)
type
public static TypeCode type()
id
public static String id()
read
public static NamingContextExt read(InputStream istream)
write
public static void write(OutputStream ostream,
NamingContextExt value)
narrow
public static NamingContextExt narrow(Object obj)
unchecked_narrow
public static NamingContextExt unchecked_narrow(Object obj)
バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。