|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.omg.CORBA.LocalObject
jp.go.aist.rtm.RTC.InterceptorInitializer
public class InterceptorInitializer
インタセプタの登録と ORB の初期化をするクラス。
コンストラクタの概要 | |
---|---|
InterceptorInitializer()
コンストラクタ. |
メソッドの概要 | |
---|---|
void |
post_init(org.omg.PortableInterceptor.ORBInitInfo info)
IorInterceptorを初期化する。 |
void |
pre_init(org.omg.PortableInterceptor.ORBInitInfo info)
IorInterceptorを初期化する。 |
クラス 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 InterceptorInitializer()
メソッドの詳細 |
---|
public void pre_init(org.omg.PortableInterceptor.ORBInitInfo info)
org.omg.PortableInterceptor.ORBInitializerOperations
内の pre_init
info
- インタセプタを登録するための初期化属性とオペレーションを
提供するORBInitInfo
public void post_init(org.omg.PortableInterceptor.ORBInitInfo info)
org.omg.PortableInterceptor.ORBInitializerOperations
内の post_init
info
- インタセプタを登録するための初期化属性とオペレーションを
提供する
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |