|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.go.aist.rtm.RTC.CorbaObjectManager
class CorbaObjectManager
CorbaObjectManagerクラスです。 CORBA オブジェクトをアクティブ化、非アクティブ化します。
コンストラクタの概要 | |
---|---|
CorbaObjectManager(org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa)
コンストラクタです。 |
メソッドの概要 | |
---|---|
void |
activate(ExecutionContextBase comp)
CORBA オブジェクト(ExecutionContext)をアクティブ化します。 |
void |
activate(RTObject_impl comp)
CORBA オブジェクト(RTObjct)をアクティブ化します。 |
void |
deactivate(org.omg.PortableServer.Servant comp)
CORBA オブジェクトを非アクティブ化します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public CorbaObjectManager(org.omg.CORBA.ORB orb, org.omg.PortableServer.POA poa)
コンストラクタです。
orb
- ORBpoa
- POAメソッドの詳細 |
---|
public void activate(RTObject_impl comp) throws org.omg.PortableServer.POAPackage.ServantAlreadyActive, org.omg.PortableServer.POAPackage.WrongPolicy, org.omg.PortableServer.POAPackage.ObjectNotActive
CORBA オブジェクト(RTObjct)をアクティブ化します。
comp
- アクティブ化対象RTObject
org.omg.PortableServer.POAPackage.ServantAlreadyActive
- 対象Servantがすでにactivate済み
org.omg.PortableServer.POAPackage.WrongPolicy
- POA でサポートされていないポリシーを使用
org.omg.PortableServer.POAPackage.ObjectNotActive
- 指定された oid を持つオブジェクトが Active Object Map にない場合public void activate(ExecutionContextBase comp) throws org.omg.PortableServer.POAPackage.ServantAlreadyActive, org.omg.PortableServer.POAPackage.WrongPolicy, org.omg.PortableServer.POAPackage.ObjectNotActive
CORBA オブジェクト(ExecutionContext)をアクティブ化します。
comp
- アクティブ化対象ExecutionContext
org.omg.PortableServer.POAPackage.ServantAlreadyActive
- 対象Servantがすでにactivate済み
org.omg.PortableServer.POAPackage.WrongPolicy
- POA でサポートされていないポリシーを使用
org.omg.PortableServer.POAPackage.ObjectNotActive
- 指定された oid を持つオブジェクトが Active Object Map にない場合public void deactivate(org.omg.PortableServer.Servant comp) throws org.omg.PortableServer.POAPackage.ServantNotActive, org.omg.PortableServer.POAPackage.WrongPolicy, org.omg.PortableServer.POAPackage.ObjectNotActive
CORBA オブジェクトを非アクティブ化します。
comp
- 非アクティブ化対象オブジェクト
org.omg.PortableServer.POAPackage.ServantAlreadyActive
- 対象Servantがactivate化されていない
org.omg.PortableServer.POAPackage.WrongPolicy
- POA でサポートされていないポリシーを使用
org.omg.PortableServer.POAPackage.ObjectNotActive
- 指定された oid を持つオブジェクトが Active Object Map にない場合
org.omg.PortableServer.POAPackage.ServantNotActive
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |