|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.go.aist.rtm.RTC.NamingOnCorba
class NamingOnCorba
CORBA用Naming Serviceクラスです。
フィールドの概要 | |
---|---|
protected Logbuf |
rtcout
|
コンストラクタの概要 | |
---|---|
NamingOnCorba(org.omg.CORBA.ORB orb,
java.lang.String names)
Constructor |
メソッドの概要 | |
---|---|
void |
bindObject(java.lang.String name,
ManagerServant mgr)
bindObject |
void |
bindObject(java.lang.String name,
RTObject_impl rtobj)
Bind the specified objects to NamingService |
boolean |
isAlive()
Check if the name service is alive |
void |
unbindObject(java.lang.String name)
Unbind the specified CORBA objects from NamingService |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected Logbuf rtcout
コンストラクタの詳細 |
---|
public NamingOnCorba(org.omg.CORBA.ORB orb, java.lang.String names)
Constructor. Naming service name that is given at the second argument is host name and port number hoined with ":". If the port number is abbreviated, the default port number 2809 is used.
orb
-
ORBnames
-
Name of NamingServerメソッドの詳細 |
---|
public void bindObject(java.lang.String name, RTObject_impl rtobj)
Bind the specified objects to CORBA NamingService by specified names.
NamingBase
内の bindObject
name
-
Names at the bindingrtobj
-
The target objects for the bindingpublic void bindObject(java.lang.String name, ManagerServant mgr)
bindObject
NamingBase
内の bindObject
name
- bind時の名称mgr
- bind対象マネージャサーバントpublic void unbindObject(java.lang.String name)
Unbind the specified CORBA objects from CORBA NamingService.
NamingBase
内の unbindObject
name
-
The target objects for the unbindingpublic boolean isAlive()
NamingBase
内の isAlive
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |