Class DispatcherObjects
java.lang.Object
de.mid.innovator.m2msdk.model.dispatcher.DispatcherBase<DispatchDecriptorBasicObjects>
de.mid.innovator.m2msdk.model.dispatcher.DispatcherObjects
- Direct Known Subclasses:
InnovatorObjectsDispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetObjects(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) setObjects(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) Methods inherited from class de.mid.innovator.m2msdk.model.dispatcher.DispatcherBase
addDescriptorDefinitions, initDefault, isResponsible, register
-
Constructor Details
-
DispatcherObjects
-
-
Method Details
-
getObjects
public MappingElementList getObjects(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
setObjects
public OperationResult setObjects(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-