public interface SDOOperations extends SDOSystemElementOperations
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
get_owned_organizationsjava.lang.String get_sdo_id()
                     throws NotAvailable,
                            InternalError
NotAvailableInternalErrorjava.lang.String get_sdo_type()
                       throws NotAvailable,
                              InternalError
NotAvailableInternalErrorDeviceProfile get_device_profile() throws NotAvailable, InternalError
NotAvailableInternalErrorServiceProfile[] get_service_profiles() throws NotAvailable, InternalError
NotAvailableInternalErrorServiceProfile get_service_profile(java.lang.String id) throws InvalidParameter, NotAvailable, InternalError
SDOService get_sdo_service(java.lang.String id) throws InvalidParameter, NotAvailable, InternalError
Configuration get_configuration() throws InterfaceNotImplemented, NotAvailable, InternalError
Monitoring get_monitoring() throws InterfaceNotImplemented, NotAvailable, InternalError
Organization[] get_organizations() throws NotAvailable, InternalError
NotAvailableInternalErrorNameValue[] get_status_list() throws NotAvailable, InternalError
NotAvailableInternalErrororg.omg.CORBA.Any get_status(java.lang.String nme)
                      throws InvalidParameter,
                             NotAvailable,
                             InternalError