Package | Description |
---|---|
com.streamscape.lib.dispatcher |
Modifier and Type | Class and Description |
---|---|
class |
IllegalDispatcherStateException
Title: Framework Support Library
|
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.addEventCache(java.lang.String eventFilter,
int maxSize,
CacheThresholdAction thresholdAction)
Adds a new event cache.
|
void |
EventDispatcher.clear()
Clears the dispatcher.
|
EventAsyncConsumer |
EventDispatcher.createAsyncConsumer(java.lang.String consumerName,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventListener listener)
Creates a new event asynchronous consumer and adds this consumer to the dispatcher.
|
EventConsumer |
EventDispatcher.createConsumer(java.lang.String consumerName,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventListener listener)
Creates a new event asynchronous consumer and adds this consumer to the dispatcher.
|
DomainConstraint |
DataConstraintStore.createDomain(java.lang.String name,
java.lang.String description,
java.util.Set values) |
DomainConstraint |
EventDispatcher.createDomainConstraint(java.lang.String name,
java.lang.String description,
java.util.Set values)
Creates a new Domain Constraint with the specified parameters.
|
RangeConstraint |
DataConstraintStore.createRange(java.lang.String name,
java.lang.String description,
java.lang.Object minValue,
java.lang.Object maxValue) |
RangeConstraint |
EventDispatcher.createRangeConstraint(java.lang.String name,
java.lang.String description,
java.lang.Object minValue,
java.lang.Object maxValue)
Creates a new Range Constraint with the specified parameters.
|
EventRequestConsumer |
EventDispatcher.createRequestConsumer(java.lang.String consumerName,
RequestListener listener)
Creates a new event request consumer and adds this consumer to the dispatcher.
|
void |
EventDispatcher.raiseEvent(ImmutableEventDatagram event)
Raises the specified event.
|
ImmutableEventDatagram |
EventDispatcher.raiseRequest(EventDatagram request,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout)
Raises the specified request and waits until a reply will be received or waiting period will expire.
|
ImmutableEventDatagram |
EventDispatcher.raiseRequest(EventRequestConsumer consumer,
ImmutableEventDatagram request,
long timeout)
Raises the specified request and waits until a reply will be received or waiting period will expire.
|
void |
EventDispatcher.reset()
Resets the dispatcher.
|
void |
RangeConstraint.setBoundaryValues(java.lang.Object minValue,
java.lang.Object maxValue) |
void |
EventCache.setMaxSize(int maxSize)
Sets the max size of the cache.
|
void |
RangeConstraint.setMaxValue(java.lang.Object value) |
void |
RangeConstraint.setMinValue(java.lang.Object value) |
Constructor and Description |
---|
RangeConstraint(java.lang.String name,
java.lang.String description,
java.lang.Object minValue,
java.lang.Object maxValue) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.