Class DispatcherPropertyGetSet
java.lang.Object
de.mid.innovator.m2msdk.model.dispatcher.DispatcherBase<DispatchDecriptorBasicPropertyGetSet>
de.mid.innovator.m2msdk.model.dispatcher.DispatcherPropertyGetSet
- Direct Known Subclasses:
InnovatorPropertyDispatcher
public abstract class DispatcherPropertyGetSet
extends DispatcherBase<DispatchDecriptorBasicPropertyGetSet>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) setProperty(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
-
DispatcherPropertyGetSet
-
-
Method Details
-
getProperty
public PropertyValue getProperty(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
setProperty
public OperationResult setProperty(SessionInterface session, MappingElementIF mappingElementInnovator, String descriptor, PropertyDescriptorList subDescriptors, PropertyValue value) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-