| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| AccessException を使用しているパッケージ | |
|---|---|
| java.rmi.registry | RMI レジストリ用として 1 つのクラスと 2 つのインタフェースを提供します。 | 
| java.rmi.registry での AccessException の使用 | 
|---|
| AccessException をスローする java.rmi.registry のメソッド | |
|---|---|
|  void | Registry.bind(String name,
     Remote obj)このレジストリ内の特定の nameにリモート参照をバインドします。 | 
|  String[] | Registry.list()このレジストリ内にバインドされた名前の配列を返します。 | 
|  Remote | Registry.lookup(String name)このレジストリ内の特定の nameにバインドされているリモート参照を返します。 | 
|  void | Registry.rebind(String name,
       Remote obj)このレジストリ内の特定の nameへのバインディングを特定のリモート参照に置き換えます。 | 
|  void | Registry.unbind(String name)このレジストリの特定の nameへのバインディングを削除します。 | 
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。