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