Modifier and Type | Method and Description |
---|---|
DomainConstraint |
HTTPSemanticMapperContext.getDomainConstraint(java.lang.String domainName) |
RangeConstraint |
HTTPSemanticMapperContext.getRangeConstraint(java.lang.String rangeName) |
void |
HTTPFabricConnection.setExceptionListener(FabricEventListener listener) |
void |
HTTPFabricConnection.setRangeConstraint(RangeConstraint range) |
Modifier and Type | Method and Description |
---|---|
void |
FabricConnection.addEventCache(java.lang.String eventFilter,
int maxSize,
CacheThresholdAction thresholdAction)
Adds a new event cache.
|
void |
FabricConnection.bindProducerFor(java.lang.String eventId)
Binds the specified event identifier to the connection.
|
DomainConstraint |
FabricConnection.createDomainConstraint(java.lang.String domainName,
java.lang.String description,
java.util.Set values)
Creates a new Domain Constraint with the specified parameters.
|
EventAsyncConsumer |
FabricConnection.createEventAsyncConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal)
Creates a new event asynchronous consumer and adds this consumer the dispatcher.
|
EventConsumer |
FabricConnection.createEventConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal)
Creates a new event consumer and adds this consumer to the dispatcher.
|
EventReceiver |
FabricConnection.createEventReceiver(java.lang.String receiverName,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal)
Creates a new event receiver and adds this receiver to the the dispatcher.
|
RangeConstraint |
FabricConnection.createRangeConstraint(java.lang.String rangeName,
java.lang.String description,
java.lang.Object minValue,
java.lang.Object maxValue)
Creates a new Range Constraint with the specified parameters.
|
EventRequestConsumer |
FabricConnection.createRequestConsumer(java.lang.String consumerName,
FabricRequestListener listener,
EventScope eventScope)
Creates a new event request consumer and adds this consumer the dispatcher.
|
void |
FabricConnection.dropConsumer(java.lang.String consumerName)
Drops a consumer with the specified name.
|
void |
FabricConnection.dropDomainConstraint(java.lang.String domainName)
Drops a Domain Constraint with the specified name.
|
void |
FabricConnection.dropEventAsyncConsumer(java.lang.String consumerName)
Drops an event asynchronous with the specified name.
|
void |
FabricConnection.dropEventConsumer(java.lang.String consumerName)
Drops an event consumer with the specified name from the dispatcher.
|
void |
FabricConnection.dropEventReceiver(java.lang.String receiverName)
Drops a receiver with the specified name.
|
void |
FabricConnection.dropRangeConstraint(java.lang.String rangeName)
Drops a Range Constraint with the specified name.
|
void |
FabricConnection.dropRequestConsumer(java.lang.String consumerName)
Drops an event request with the specified name.
|
DomainConstraint |
FabricConnection.getDomainConstraint(java.lang.String domainName)
Finds and returns a copy of Domain Constraint with the specified name.
|
RangeConstraint |
FabricConnection.getRangeConstraint(java.lang.String rangeName)
Finds and returns a copy of Range Constraint with the specified name.
|
void |
FabricConnection.setDomainConstraint(DomainConstraint domain)
Updates the existing domain obtained by the method
#createDomainConstraint(String)
or FabricConnection.getDomainConstraint(String) . |
void |
FabricConnection.setExceptionListener(FabricEventListener listener)
Sets the listener that will process all exception events raised in the node or sysplex.
|
void |
FabricConnection.setRangeConstraint(RangeConstraint range)
Updates the existing range obtained by the method
FabricConnection.createRangeConstraint(String, String, Object, Object)
or FabricConnection.getRangeConstraint(String) . |
Modifier and Type | Method and Description |
---|---|
DomainConstraint |
LocalSemanticMapperContext.getDomainConstraint(java.lang.String domainName) |
DomainConstraint |
SemanticMapperContext.getDomainConstraint(java.lang.String domainName) |
RangeConstraint |
LocalSemanticMapperContext.getRangeConstraint(java.lang.String rangeName) |
RangeConstraint |
SemanticMapperContext.getRangeConstraint(java.lang.String rangeName) |
Modifier and Type | Method and Description |
---|---|
void |
EventCache.setMaxSize(int maxSize)
Sets the max size of the cache.
|
Modifier and Type | Method and Description |
---|---|
EventAsyncConsumer |
FabricGroupLink.createEventAsyncConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal)
Creates a new event asynchronous consumer and adds this consumer the link's dispatcher.
|
EventReceiver |
FabricGroupLink.createEventReceiver(java.lang.String receiverName,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal)
Creates a new event receiver and adds this receiver to the the link's dispatcher.
|
void |
FabricGroupLink.dropEventAsyncConsumer(java.lang.String consumerName)
Drops an event asynchronous with the specified name from the link's dispatcher.
|
void |
FabricGroupLink.dropEventReceiver(java.lang.String receiverName)
Drops a receiver with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static FabricTimer |
FabricTimerFactory.createTimer(java.lang.String group,
java.lang.String name,
long interval,
int repeatCount,
DataspaceComponent component)
Creates a new timer with the specified parameters.
|
static FabricTimer |
FabricTimerFactory.createTimer(java.lang.String group,
java.lang.String name,
long interval,
int repeatCount,
FabricConnection connection)
Creates a new timer with the specified parameters.
|
static FabricTimer |
FabricTimerFactory.createTimer(java.lang.String group,
java.lang.String name,
long interval,
int repeatCount,
ServiceComponent component)
Creates a new timer with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
EventAsyncConsumer |
ServiceContext.createEventAsyncConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector)
Creates a new asynchronous event consumer and adds this consumer to the dispatcher of the context.
|
EventConsumer |
ServiceContext.createEventConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector)
Creates a new synchronous event consumer and adds this consumer to the dispatcher of the context.
|
void |
ServiceContext.dropConsumer(java.lang.String consumerName)
Drops an event consumer with the specified name from the dispatcher of the context.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.