| Package | Description |
|---|---|
| jp.go.aist.rtm.RTC | |
| jp.go.aist.rtm.RTC.port | |
| jp.go.aist.rtm.RTC.util |
| Modifier and Type | Field and Description |
|---|---|
PortBase |
NamingManager.Port.port |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FiniteStateMachineComponent_impl.addPort(PortBase port)
[local interface] Register Port
|
boolean |
DataFlowComponent_impl.addPort(PortBase port)
[local interface] Register Port
|
boolean |
RTObject_impl.addPort(PortBase port)
[local interface] Register Port
|
void |
NamingBase.bindObject(java.lang.String name,
PortBase port) |
void |
NamingManager.bindObject(java.lang.String name,
PortBase port) |
void |
NamingOnManager.bindObject(java.lang.String name,
PortBase port) |
void |
NamingOnCorba.bindObject(java.lang.String name,
PortBase port) |
void |
NamingBase.bindPortObject(java.lang.String name,
PortBase port)
Binds specified CORBA object to NamingService.
|
void |
NamingManager.bindPortObject(java.lang.String name,
PortBase port)
Bind the specified port to NamingService
|
void |
NamingOnManager.bindPortObject(java.lang.String name,
PortBase port)
Binds specified CORBA object to NamingService.
|
void |
NamingOnCorba.bindPortObject(java.lang.String name,
PortBase port)
Binds specified CORBA object to NamingService.
|
void |
FiniteStateMachineComponent_impl.deletePort(PortBase port)
[local interface] Unregister Port
|
void |
DataFlowComponent_impl.deletePort(PortBase port)
[local interface] Unregister Port
|
void |
RTObject_impl.deletePort(PortBase port)
[local interface] Unregister Port
|
void |
FiniteStateMachineComponent_impl.registerPort(PortBase port)
[local interface] Register Port
|
void |
DataFlowComponent_impl.registerPort(PortBase port)
[local interface] Register Port
|
void |
RTObject_impl.registerPort(PortBase port)
[local interface] Register Port
|
protected void |
NamingManager.registerPortName(java.lang.String name,
PortBase port)
{o.en Configure the ports that will be registered to NameServer}
|
boolean |
FiniteStateMachineComponent_impl.removePort(PortBase port)
[local interface] Unregister Port
|
boolean |
DataFlowComponent_impl.removePort(PortBase port)
[local interface] Unregister Port
|
boolean |
RTObject_impl.removePort(PortBase port)
[local interface] Unregister Port
|
| Constructor and Description |
|---|
Port(java.lang.String n,
PortBase p) |
| Modifier and Type | Class and Description |
|---|---|
class |
CorbaPort
CORBAを通信手段とするPortクラスです。
|
class |
EventInPort<FsmType extends MachineBase>
EventInPort template class
|
class |
InPort<DataType>
入力ポートのためのベース実装クラスです。
外部から送信されてきたデータは順次、コンストラクタで指定されたバッファに格納されます。
バッファ内のデータはフラグによって未読/既読状態が管理され、isNew(), isEmpty()などの
メソッドによってハンドリングできます。
|
class |
InPortBase
Port for InPort
|
class |
OutPort<DataType>
Implementation of OutPort
|
class |
OutPortBase
Base implementation class for OutPort
|
| Modifier and Type | Field and Description |
|---|---|
PortBase |
PortBase.disconnect_all_func.m_port |
| Modifier and Type | Method and Description |
|---|---|
PortBase |
PortAdmin.getPort(java.lang.String portName)
Get pointer to the Port's servant
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PortAdmin.addPort(PortBase port)
Regsiter the Port
|
void |
PortAdmin.deletePort(PortBase port)
[local interface] Unregister Port
|
void |
PortAdmin.registerPort(PortBase port)
Portサーバントを登録します。
|
boolean |
PortAdmin.removePort(PortBase port)
Unregister the Port registration
|
| Constructor and Description |
|---|
disconnect_all_func(PortBase port)
コンストラクタです。
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Vector<java.lang.String> |
CORBA_RTCUtil.get_connector_ids_by_portref(PortBase port)
Gets a list of the connectorIDs specified port maintains.
|
static java.util.Vector<java.lang.String> |
CORBA_RTCUtil.get_connector_names_by_portref(PortBase port)
Gets a list of the ports name specified port maintains.
|