| Package | Description |
|---|---|
| org.provarules.examples.runner | |
| org.provarules.service | |
| org.provarules.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ProvaSimpleService
Demonstrate how ProvaService can host multiple Prova agents that communicate with each other
using the "osgi" protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvaSimpleService.send(java.lang.String xid,
java.lang.String dest,
java.lang.String agent,
java.lang.String verb,
java.lang.Object payload,
EPService callback)
This is a callback that is called when a Prova engine (see receiver.prova) sends a message to this runner
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProvaService |
| Modifier and Type | Method and Description |
|---|---|
void |
ProvaService.register(java.lang.String agent,
EPService epService) |
void |
EPService.send(java.lang.String xid,
java.lang.String dest,
java.lang.String agent,
java.lang.String verb,
java.lang.Object payload,
EPService callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProvaServiceImpl
OSGi Service holding a collection of identifiable Prova engines
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvaServiceImpl.register(java.lang.String agent,
EPService epService) |
void |
ProvaServiceImpl.send(java.lang.String xid,
java.lang.String dest,
java.lang.String agent,
java.lang.String verb,
java.lang.Object content,
EPService callback) |
Copyright © 2019. All Rights Reserved.