public class PropertyUpdateHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IExternalAccess |
access
The local external access.
|
protected java.util.List<jadex.commons.ICommand<jadex.bridge.service.types.monitoring.IMonitoringEvent>> |
commands
The local listeners (cid+":"+propname->commands).
|
protected jadex.commons.future.ISubscriptionIntermediateFuture<jadex.bridge.service.types.monitoring.IMonitoringEvent> |
subscription
The subscription.
|
Constructor and Description |
---|
PropertyUpdateHandler(jadex.bridge.IExternalAccess access)
Create a CMS update handler.
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyCommand(jadex.commons.ICommand<jadex.bridge.service.types.monitoring.IMonitoringEvent> cmd)
Add a command.
|
void |
dispose()
Dispose the handler.
|
void |
removePropertyCommand(jadex.commons.ICommand<jadex.bridge.service.types.monitoring.IMonitoringEvent> cmd)
Remove a command.
|
protected jadex.bridge.IExternalAccess access
protected java.util.List<jadex.commons.ICommand<jadex.bridge.service.types.monitoring.IMonitoringEvent>> commands
protected jadex.commons.future.ISubscriptionIntermediateFuture<jadex.bridge.service.types.monitoring.IMonitoringEvent> subscription
public PropertyUpdateHandler(jadex.bridge.IExternalAccess access)
public void addPropertyCommand(jadex.commons.ICommand<jadex.bridge.service.types.monitoring.IMonitoringEvent> cmd)
public void removePropertyCommand(jadex.commons.ICommand<jadex.bridge.service.types.monitoring.IMonitoringEvent> cmd)
public void dispose()