Package org.jupnp.model.state
Klasse StateVariableAccessor
java.lang.Object
org.jupnp.model.state.StateVariableAccessor
- Bekannte direkte Unterklassen:
FieldStateVariableAccessor,GetterStateVariableAccessor
Reads the value of a state variable, given an instance that implements the service.
TODO: The design of this is not final, not happy with the relationship between ActionExecutor and this.
- Autor:
- Christian Bauer
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract Class<?> abstract Objectread(StateVariable<LocalService> stateVariable, Object serviceImpl) toString()
-
Konstruktordetails
-
StateVariableAccessor
public StateVariableAccessor()
-
-
Methodendetails
-
read
public StateVariableValue read(StateVariable<LocalService> stateVariable, Object serviceImpl) throws Exception - Löst aus:
Exception
-
getReturnType
-
read
- Löst aus:
Exception
-
toString
-