_SDOPackage
Interface SDOOperations

All Superinterfaces:
SDOSystemElementOperations
All Known Subinterfaces:
DataFlowComponent, DataFlowComponentOperations, RTObject, RTObjectOperations, SDO
All Known Implementing Classes:
_DataFlowComponentStub, _RTObjectStub, _SDOStub, DataFlowComponentBase, DataFlowComponentPOA, PeriodicECSharedComposite_impl, RTObject_impl, RTObjectPOA, SDOPOA

public interface SDOOperations
extends SDOSystemElementOperations

_SDOPackage/SDOOperations.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


Method Summary
 Configuration get_configuration()
           
 DeviceProfile get_device_profile()
           
 Monitoring get_monitoring()
           
 Organization[] get_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 interface _SDOPackage.SDOSystemElementOperations
get_owned_organizations
 

Method Detail

get_sdo_id

java.lang.String get_sdo_id()
                            throws NotAvailable,
                                   InternalError
Throws:
NotAvailable
InternalError

get_sdo_type

java.lang.String get_sdo_type()
                              throws NotAvailable,
                                     InternalError
Throws:
NotAvailable
InternalError

get_device_profile

DeviceProfile get_device_profile()
                                 throws NotAvailable,
                                        InternalError
Throws:
NotAvailable
InternalError

get_service_profiles

ServiceProfile[] get_service_profiles()
                                      throws NotAvailable,
                                             InternalError
Throws:
NotAvailable
InternalError

get_service_profile

ServiceProfile get_service_profile(java.lang.String id)
                                   throws InvalidParameter,
                                          NotAvailable,
                                          InternalError
Throws:
InvalidParameter
NotAvailable
InternalError

get_sdo_service

SDOService get_sdo_service(java.lang.String id)
                           throws InvalidParameter,
                                  NotAvailable,
                                  InternalError
Throws:
InvalidParameter
NotAvailable
InternalError

get_configuration

Configuration get_configuration()
                                throws InterfaceNotImplemented,
                                       NotAvailable,
                                       InternalError
Throws:
InterfaceNotImplemented
NotAvailable
InternalError

get_monitoring

Monitoring get_monitoring()
                          throws InterfaceNotImplemented,
                                 NotAvailable,
                                 InternalError
Throws:
InterfaceNotImplemented
NotAvailable
InternalError

get_organizations

Organization[] get_organizations()
                                 throws NotAvailable,
                                        InternalError
Throws:
NotAvailable
InternalError

get_status_list

NameValue[] get_status_list()
                            throws NotAvailable,
                                   InternalError
Throws:
NotAvailable
InternalError

get_status

org.omg.CORBA.Any get_status(java.lang.String nme)
                             throws InvalidParameter,
                                    NotAvailable,
                                    InternalError
Throws:
InvalidParameter
NotAvailable
InternalError