jp.go.aist.rtm.RTC.port
クラス ConnectorBase

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.port.ConnectorBase
直系の既知のサブクラス:
InPortConnector, OutPortConnector

public abstract class ConnectorBase
extends java.lang.Object

ConnectorBase

Connector Base class

The base class to derive subclasses for InPort/OutPort,

Push/Pull Connectors


入れ子のクラスの概要
static class ConnectorBase.Profile
           Profile local representation of Connector profile ConnectorProfile struct for ConnectorBase and its subclasses.
 
コンストラクタの概要
ConnectorBase()
           
 
メソッドの概要
abstract  void activate()
           
abstract  void deactivate()
           
abstract  ReturnCode disconnect()
           Disconnect connection This operation disconnect this connection
abstract  BufferBase<org.omg.CORBA.portable.OutputStream> getBuffer()
           Getting Buffer This operation returns this connector's buffer
abstract  java.lang.String id()
           Getting Connector ID This operation returns Connector ID
abstract  java.lang.String name()
           Getting Connector name This operation returns Connector name
abstract  ConnectorBase.Profile profile()
           Getting Profile This operation returns Connector Profile
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConnectorBase

public ConnectorBase()
メソッドの詳細

profile

public abstract ConnectorBase.Profile profile()

Getting Profile

This operation returns Connector Profile


id

public abstract java.lang.String id()

Getting Connector ID

This operation returns Connector ID


name

public abstract java.lang.String name()

Getting Connector name

This operation returns Connector name


disconnect

public abstract ReturnCode disconnect()

Disconnect connection

This operation disconnect this connection


getBuffer

public abstract BufferBase<org.omg.CORBA.portable.OutputStream> getBuffer()

Getting Buffer

This operation returns this connector's buffer


activate

public abstract void activate()

deactivate

public abstract void deactivate()