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