Java プラットフォーム 1.2

org.omg.CosNaming
クラス _NamingContextStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CosNaming._NamingContextStub

public class _NamingContextStub
extends ObjectImpl
implements NamingContext

関連項目:
直列化された形式

コンストラクタの概要
_NamingContextStub(Delegate d)
           
 
メソッドの概要
 String[] _ids()
           
 void bind_context(NameComponent[] n, NamingContext nc)
           
 NamingContext bind_new_context(NameComponent[] n)
           
 void bind(NameComponent[] n, Object obj)
           
 void destroy()
           
 void list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
           
 NamingContext new_context()
           
 void rebind_context(NameComponent[] n, NamingContext nc)
           
 void rebind(NameComponent[] n, Object obj)
           
 Object resolve(NameComponent[] n)
           
 void unbind(NameComponent[] n)
           
 
クラス org.omg.CORBA.portable.ObjectImpl から継承したメソッド
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

_NamingContextStub

public _NamingContextStub(Delegate d)
メソッドの詳細

_ids

public String[] _ids()
オーバーライド:
クラス ObjectImpl 内の _ids

bind

public void bind(NameComponent[] n,
                 Object obj)
          throws NotFound,
                 CannotProceed,
                 InvalidName,
                 AlreadyBound
定義:
インタフェース NamingContext 内の bind

bind_context

public void bind_context(NameComponent[] n,
                         NamingContext nc)
                  throws NotFound,
                         CannotProceed,
                         InvalidName,
                         AlreadyBound
定義:
インタフェース NamingContext 内の bind_context

rebind

public void rebind(NameComponent[] n,
                   Object obj)
            throws NotFound,
                   CannotProceed,
                   InvalidName
定義:
インタフェース NamingContext 内の rebind

rebind_context

public void rebind_context(NameComponent[] n,
                           NamingContext nc)
                    throws NotFound,
                           CannotProceed,
                           InvalidName
定義:
インタフェース NamingContext 内の rebind_context

resolve

public Object resolve(NameComponent[] n)
               throws NotFound,
                      CannotProceed,
                      InvalidName
定義:
インタフェース NamingContext 内の resolve

unbind

public void unbind(NameComponent[] n)
            throws NotFound,
                   CannotProceed,
                   InvalidName
定義:
インタフェース NamingContext 内の unbind

list

public void list(int how_many,
                 BindingListHolder bl,
                 BindingIteratorHolder bi)
定義:
インタフェース NamingContext 内の list

new_context

public NamingContext new_context()
定義:
インタフェース NamingContext 内の new_context

bind_new_context

public NamingContext bind_new_context(NameComponent[] n)
                               throws NotFound,
                                      AlreadyBound,
                                      CannotProceed,
                                      InvalidName
定義:
インタフェース NamingContext 内の bind_new_context

destroy

public void destroy()
             throws NotEmpty
定義:
インタフェース NamingContext 内の destroy

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.