Package org.osgi.service.enocean
Class EnOceanEvent
- java.lang.Object
-
- org.osgi.service.enocean.EnOceanEvent
-
public final class EnOceanEvent extends java.lang.Object
Constants for use in EnOcean events.- Author:
- $Id: 71424be577d213f3b84a9a049526900afb049f6c $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_EXPORTED
Property key used to tell apart messages that are exported or imported.static java.lang.String
PROPERTY_MESSAGE
Property key for theEnOceanMessage
object embedded in an event.static java.lang.String
PROPERTY_RPC
Property key for theEnOceanRPC
object embedded in an event.static java.lang.String
TOPIC_MSG_RECEIVED
Main topic for all OSGi dispatched EnOcean messages, imported or exported.static java.lang.String
TOPIC_RPC_BROADCAST
Main topic for all OSGi broadcast EnOcean RPCs, imported or exported.
-
-
-
Field Detail
-
TOPIC_MSG_RECEIVED
public static final java.lang.String TOPIC_MSG_RECEIVED
Main topic for all OSGi dispatched EnOcean messages, imported or exported.- See Also:
- Constant Field Values
-
TOPIC_RPC_BROADCAST
public static final java.lang.String TOPIC_RPC_BROADCAST
Main topic for all OSGi broadcast EnOcean RPCs, imported or exported.- See Also:
- Constant Field Values
-
PROPERTY_MESSAGE
public static final java.lang.String PROPERTY_MESSAGE
Property key for theEnOceanMessage
object embedded in an event.- See Also:
- Constant Field Values
-
PROPERTY_EXPORTED
public static final java.lang.String PROPERTY_EXPORTED
Property key used to tell apart messages that are exported or imported.- See Also:
- Constant Field Values
-
PROPERTY_RPC
public static final java.lang.String PROPERTY_RPC
Property key for theEnOceanRPC
object embedded in an event.- See Also:
- Constant Field Values
-
-