|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITaskAgent
ITaskAgent is the interface for class AbstractTaskAgent
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
broadCast(ISensorEvent ibmse)
Publishes the event to the topic generated from the event's sourceId and eventType |
void |
broadCast(java.lang.String topic,
ISensorEvent ibmse)
Publishes the event to the topic |
void |
publish(java.lang.String topic,
java.io.Serializable obj,
java.util.Map properties)
Publishes the serializable object with data properties to the topic |
void |
publish(java.lang.String topic,
java.lang.String message,
java.util.Map properties)
Publishes the string with data properties to the topic |
void |
publishOutbound(ISensorEvent ibmse)
Publishes the event to its outbound topic |
void |
publishToCEP(java.lang.String eventname,
java.util.Map<java.lang.String,java.lang.Object> eventmap)
Publishes to complex event processing engine |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void publish(java.lang.String topic, java.lang.String message, java.util.Map properties)
topic
- topic to publish tomessage
- string to publishproperties
- data properties to include when publishingvoid publish(java.lang.String topic, java.io.Serializable obj, java.util.Map properties)
topic
- topic to publish toobj
- serializable object to publishproperties
- data properties to include when publishingvoid broadCast(java.lang.String topic, ISensorEvent ibmse)
topic
- topic to publish toibmse
- event to publishvoid broadCast(ISensorEvent ibmse)
ibmse
- the event to publishvoid publishToCEP(java.lang.String eventname, java.util.Map<java.lang.String,java.lang.Object> eventmap)
eventname
- event nameeventmap
- datavoid publishOutbound(ISensorEvent ibmse)
ibmse
- the event to publish
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |