_SDOPackage
Class _SDOStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by _SDOPackage._SDOStub
All Implemented Interfaces:
SDO, SDOOperations, SDOSystemElement, SDOSystemElementOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _SDOStub
extends org.omg.CORBA.portable.ObjectImpl
implements SDO

_SDOPackage/_SDOStub.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
_SDOStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 Configuration get_configuration()
           
 DeviceProfile get_device_profile()
           
 Monitoring get_monitoring()
           
 Organization[] get_organizations()
           
 Organization[] get_owned_organizations()
           
 java.lang.String get_sdo_id()
           
 SDOService get_sdo_service(java.lang.String id)
           
 java.lang.String get_sdo_type()
           
 ServiceProfile get_service_profile(java.lang.String id)
           
 ServiceProfile[] get_service_profiles()
           
 NameValue[] get_status_list()
           
 org.omg.CORBA.Any get_status(java.lang.String nme)
           
 
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

_SDOStub

public _SDOStub()
Method Detail

get_sdo_id

public java.lang.String get_sdo_id()
                            throws NotAvailable,
                                   InternalError
Specified by:
get_sdo_id in interface SDOOperations
Throws:
NotAvailable
InternalError

get_sdo_type

public java.lang.String get_sdo_type()
                              throws NotAvailable,
                                     InternalError
Specified by:
get_sdo_type in interface SDOOperations
Throws:
NotAvailable
InternalError

get_device_profile

public DeviceProfile get_device_profile()
                                 throws NotAvailable,
                                        InternalError
Specified by:
get_device_profile in interface SDOOperations
Throws:
NotAvailable
InternalError

get_service_profiles

public ServiceProfile[] get_service_profiles()
                                      throws NotAvailable,
                                             InternalError
Specified by:
get_service_profiles in interface SDOOperations
Throws:
NotAvailable
InternalError

get_service_profile

public ServiceProfile get_service_profile(java.lang.String id)
                                   throws InvalidParameter,
                                          NotAvailable,
                                          InternalError
Specified by:
get_service_profile in interface SDOOperations
Throws:
InvalidParameter
NotAvailable
InternalError

get_sdo_service

public SDOService get_sdo_service(java.lang.String id)
                           throws InvalidParameter,
                                  NotAvailable,
                                  InternalError
Specified by:
get_sdo_service in interface SDOOperations
Throws:
InvalidParameter
NotAvailable
InternalError

get_configuration

public Configuration get_configuration()
                                throws InterfaceNotImplemented,
                                       NotAvailable,
                                       InternalError
Specified by:
get_configuration in interface SDOOperations
Throws:
InterfaceNotImplemented
NotAvailable
InternalError

get_monitoring

public Monitoring get_monitoring()
                          throws InterfaceNotImplemented,
                                 NotAvailable,
                                 InternalError
Specified by:
get_monitoring in interface SDOOperations
Throws:
InterfaceNotImplemented
NotAvailable
InternalError

get_organizations

public Organization[] get_organizations()
                                 throws NotAvailable,
                                        InternalError
Specified by:
get_organizations in interface SDOOperations
Throws:
NotAvailable
InternalError

get_status_list

public NameValue[] get_status_list()
                            throws NotAvailable,
                                   InternalError
Specified by:
get_status_list in interface SDOOperations
Throws:
NotAvailable
InternalError

get_status

public org.omg.CORBA.Any get_status(java.lang.String nme)
                             throws InvalidParameter,
                                    NotAvailable,
                                    InternalError
Specified by:
get_status in interface SDOOperations
Throws:
InvalidParameter
NotAvailable
InternalError

get_owned_organizations

public Organization[] get_owned_organizations()
                                       throws NotAvailable,
                                              InternalError
Specified by:
get_owned_organizations in interface SDOSystemElementOperations
Throws:
NotAvailable
InternalError

_ids

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