RTC
Class _PortServiceStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by RTC._PortServiceStub
All Implemented Interfaces:
SDOService, SDOServiceOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, PortService, PortServiceOperations

public class _PortServiceStub
extends org.omg.CORBA.portable.ObjectImpl
implements PortService

RTC/_PortServiceStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

See Also:
Serialized Form

Constructor Summary
_PortServiceStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 ReturnCode_t connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t disconnect_all()
           
 ReturnCode_t disconnect(java.lang.String connector_id)
           
 ConnectorProfile get_connector_profile(java.lang.String connector_id)
           
 ConnectorProfile[] get_connector_profiles()
           
 PortProfile get_port_profile()
           
 ReturnCode_t notify_connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t notify_disconnect(java.lang.String connector_id)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface 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
 

Constructor Detail

_PortServiceStub

public _PortServiceStub()
Method Detail

get_port_profile

public PortProfile get_port_profile()
Specified by:
get_port_profile in interface PortServiceOperations

get_connector_profiles

public ConnectorProfile[] get_connector_profiles()
Specified by:
get_connector_profiles in interface PortServiceOperations

get_connector_profile

public ConnectorProfile get_connector_profile(java.lang.String connector_id)
Specified by:
get_connector_profile in interface PortServiceOperations

connect

public ReturnCode_t connect(ConnectorProfileHolder connector_profile)
Specified by:
connect in interface PortServiceOperations

disconnect

public ReturnCode_t disconnect(java.lang.String connector_id)
Specified by:
disconnect in interface PortServiceOperations

disconnect_all

public ReturnCode_t disconnect_all()
Specified by:
disconnect_all in interface PortServiceOperations

notify_connect

public ReturnCode_t notify_connect(ConnectorProfileHolder connector_profile)
Specified by:
notify_connect in interface PortServiceOperations

notify_disconnect

public ReturnCode_t notify_disconnect(java.lang.String connector_id)
Specified by:
notify_disconnect in interface PortServiceOperations

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl