|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.omg.CORBA.LocalObject
jp.go.aist.rtm.RTC.IopIorInterceptor
public class IopIorInterceptor
ポータブルインターセプタを利用してIORを書き換える.
コンストラクタの概要 | |
---|---|
IopIorInterceptor(org.omg.IOP.Codec codec)
コンストラクタ. |
メソッドの概要 | |
---|---|
void |
destroy()
インターセプタの破棄 |
void |
establish_components(org.omg.PortableInterceptor.IORInfo info)
TAG_ALTERNATE_IIOP_ADDRESS へ endpoint を設定する |
java.lang.String |
name()
インターセプタ名を返す |
static void |
replacePort0(org.omg.CORBA.ORB orb)
エンドポイントを書き換える. |
static void |
setEndpoints(java.util.ArrayList endpoints)
エンドポイントを設定. |
static void |
setEndpoints(java.lang.String hostString,
java.lang.String portString)
エンドポイントを設定. |
クラス org.omg.CORBA.LocalObject から継承されたメソッド |
---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.omg.CORBA.Object から継承されたメソッド |
---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
コンストラクタの詳細 |
---|
public IopIorInterceptor(org.omg.IOP.Codec codec)
codec
- エンコード
メソッドの詳細 |
---|
public static void setEndpoints(java.util.ArrayList endpoints)
endpoints
- エンドポイント
public static void setEndpoints(java.lang.String hostString, java.lang.String portString)
hostString
- ホスト
portString
- ポート
public static void replacePort0(org.omg.CORBA.ORB orb)
エンドポイントリスト内のポート番号が 0 のエンドポイントを 与えられたポート番号に置き換える。
orb
- ORB
public java.lang.String name()
org.omg.PortableInterceptor.InterceptorOperations
内の name
public void destroy()
org.omg.PortableInterceptor.InterceptorOperations
内の destroy
public void establish_components(org.omg.PortableInterceptor.IORInfo info)
org.omg.PortableInterceptor.IORInterceptorOperations
内の establish_components
info
- IORInfo
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |