Modifier and Type | Field and Description |
---|---|
EventScope |
HTTPClientComponent.eventScope |
Modifier and Type | Method and Description |
---|---|
EventScope |
HTTPFabricConnection.getEventScope() |
EventScope |
HTTPDataspaceAccessor.getEventScope() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPFabricConnection.acknowledgeEvent(EventDatagram event,
boolean withSourceData,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive) |
void |
HTTPFabricConnection.acknowledgeException(ExceptionEventDatagram ex,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive) |
HTTPEventAsyncConsumer |
HTTPFabricConnection.createEventAsyncConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal) |
com.streamscape.cli.http.HTTPEventConsumer |
HTTPFabricConnection.createEventConsumer(java.lang.String consumerName,
FabricEventListener listener,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal) |
EventReceiver |
HTTPFabricConnection.createEventReceiver(java.lang.String receiverName,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventScope eventScope,
boolean noLocal) |
EventRequestConsumer |
HTTPFabricConnection.createRequestConsumer(java.lang.String consumerName,
FabricRequestListener listener,
EventScope eventScope) |
void |
HTTPFabricConnection.raiseAcknowledgement(AcknowledgementEvent event,
EventScope eventScope,
long timeToLive) |
void |
HTTPFabricConnection.raiseAdvisory(AdvisoryEventDatagram event,
EventScope eventScope) |
void |
HTTPFabricConnection.raiseEvent(ImmutableEventDatagram event,
EventScope eventScope,
long timeToLive) |
void |
HTTPFabricConnection.raiseException(ExceptionEventDatagram event,
EventScope eventScope) |
AcknowledgementEvent |
HTTPFabricConnection.raiseRequest(EventDatagram request,
EventScope eventScope,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout) |
void |
HTTPFabricConnection.setEventScope(EventScope eventScope) |
Modifier and Type | Method and Description |
---|---|
EventScope |
FabricConnectionFactory.getEventScope()
Returns an event scope of the factory.
|
EventScope |
FabricConnection.getEventScope()
Returns an event scope of the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
FabricConnection.acknowledgeEvent(EventDatagram event,
boolean withSourceData,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive)
Raises an acknowledgement on the specified event.
|
void |
FabricConnection.acknowledgeException(ExceptionEventDatagram ex,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive)
Raises an acknowledgement on the specified exception event.
|
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.
|
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.raiseAcknowledgement(AcknowledgementEvent event,
EventScope eventScope,
long timeToLive)
Raises the specified acknowledgment event.
|
void |
FabricConnection.raiseAdvisory(AdvisoryEventDatagram event,
EventScope eventScope)
Raises the specified advisory event.
|
void |
FabricConnection.raiseEvent(ImmutableEventDatagram event,
EventScope eventScope,
long timeToLive)
Raises the specified event.
|
void |
FabricConnection.raiseException(ExceptionEventDatagram event,
EventScope eventScope)
Raises the specified exception event.
|
AcknowledgementEvent |
FabricConnection.raiseRequest(EventDatagram request,
EventScope eventScope,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout)
Raises the specified request and waits until a reply will be received or timeout period will expire.
|
void |
FabricConnectionFactory.setEventScope(EventScope eventScope)
Sets the specified event scope.
|
void |
FabricConnection.setEventScope(EventScope eventScope)
Sets the specified event scope.
|
Modifier and Type | Method and Description |
---|---|
DataspaceComponent |
DataspaceStore.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
java.lang.String location,
boolean autoload,
User user,
java.lang.String authorization) |
DataspaceComponent |
DataspaceStore.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
User user) |
DataspaceComponent |
DataspaceStore.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
User user,
java.lang.String authorization) |
Modifier and Type | Method and Description |
---|---|
EventScope |
ReplicationTarget.getEntityScope() |
EventScope |
ReplicationSource.getEntityScope() |
EventScope |
ReplicationTarget.getEventScope() |
EventScope |
ReplicationSourceInfo.getEventScope() |
EventScope |
ReplicationSource.getEventScope() |
EventScope |
ReplicationFlow.getEventScope() |
EventScope |
ReplicaInfo.getEventScope() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSourceInfo.setEventScope(EventScope eventScope) |
void |
ReplicationFlow.setEventScope(EventScope eventScope) |
void |
ReplicaInfo.setEventScope(EventScope eventScope) |
Constructor and Description |
---|
ReplicationEntityName(com.streamscape.ds.session.Session session,
java.lang.String fullName,
EventScope scope) |
Modifier and Type | Method and Description |
---|---|
DataspaceSchema |
SchemaManager.createSchema(com.streamscape.ds.session.Session session,
NameManager.ObjectName name,
DataspaceType type,
EventScope scope,
Trace.Level logLevel,
com.streamscape.ds.rights.Grantee owner)
Creates a schema belonging to the given grantee.
|
Constructor and Description |
---|
FSpace(NameManager.ObjectName name,
EventScope scope,
com.streamscape.ds.rights.Grantee owner,
DataspaceStore provider) |
Modifier and Type | Method and Description |
---|---|
EventScope |
LogFileTableCollection.getEntityScope() |
EventScope |
JournalFileTableCollection.getEntityScope() |
Constructor and Description |
---|
QSpace(NameManager.ObjectName name,
EventScope scope,
com.streamscape.ds.rights.Grantee owner,
DataspaceStore store) |
Modifier and Type | Method and Description |
---|---|
EventScope |
EventQueueFactory.getEventScope() |
EventScope |
EventQueueFactoryImpl.getEventScope(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
EventQueueFactory.setEventScope(EventScope eventScope) |
void |
EventQueueFactoryImpl.setEventScope(com.streamscape.ds.session.Session session,
EventScope eventScope) |
Modifier and Type | Method and Description |
---|---|
EventScope |
SourceStreamCollection.getEntityScope() |
Constructor and Description |
---|
TSpace(NameManager.ObjectName name,
EventScope scope,
com.streamscape.ds.rights.Grantee owner,
DataspaceStore provider) |
Modifier and Type | Method and Description |
---|---|
EventScope |
EventTableFactory.getEventScope() |
EventScope |
EventTableCollection.getEventScope() |
EventScope |
EventTableFactoryImpl.getEventScope(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
EventTableFactory.setEventScope(EventScope eventScope) |
void |
EventTableCollection.setEventScope(EventScope eventScope) |
void |
EventTableFactoryImpl.setEventScope(com.streamscape.ds.session.Session session,
EventScope eventScope) |
Modifier and Type | Method and Description |
---|---|
EventScope |
Actor.getEntityScope() |
EventScope |
Actor.getEventScope() |
Modifier and Type | Method and Description |
---|---|
void |
Actor.setEventScope(EventScope eventScope) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
RplScript.getEvents(java.lang.String objectName,
EventScope scope) |
Modifier and Type | Method and Description |
---|---|
EventScope |
ServerObject.getEntityScope() |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeContext.raiseRuntimeAdvisory(RuntimeAdvisory event,
EventScope eventScope)
Raises the specified
RuntimeAdvisory with the specified event scope. |
Modifier and Type | Method and Description |
---|---|
EventScope |
ServiceConfigurationObject.getEventScope()
Returns service event scope.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfigurationObject.setEventScope(EventScope eventScope) |
Modifier and Type | Method and Description |
---|---|
EventScope |
EventInfo.getEventScope() |
Modifier and Type | Method and Description |
---|---|
void |
EventInfo.setEventScope(EventScope eventScope) |
Modifier and Type | Method and Description |
---|---|
EventScope |
FabricManagedComponent.getEventScope()
Returns the scope of events that are generated by this component.
|
EventScope |
FabricComponent.getEventScope()
Returns the scope of events that are generated by the component.
|
EventScope |
EventTrigger.getEventScope() |
EventScope |
EventRequestConsumer.getEventScope()
Returns an event scope of the consumer.
|
EventScope |
EventReceiver.getEventScope()
Returns the event scope of the consumer.
|
EventScope |
EventConsumer.getEventScope()
Returns an event scope of the consumer.
|
Modifier and Type | Method and Description |
---|---|
void |
FabricManagedComponent.setEventScope(EventScope scope)
Sets the scope of events that are generated by this component.
|
Modifier and Type | Method and Description |
---|---|
EventScope |
FabricComponentAccessor.getEventScope()
Returns an event scope of the accessor.
|
Modifier and Type | Method and Description |
---|---|
void |
DataspaceManager.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope) |
void |
DataspaceManager.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
java.lang.String autorization) |
DataspaceComponent |
Store.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
java.lang.String location,
boolean autoload,
User user,
java.lang.String authorization) |
DataspaceComponent |
Store.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
User user,
java.lang.String authorization) |
Modifier and Type | Method and Description |
---|---|
EventScope |
DirectServiceAccessor.getEventScope() |
Modifier and Type | Method and Description |
---|---|
void |
TriggerFunctionContextImpl.raiseEvent(ImmutableEventDatagram event,
EventScope eventScope) |
Modifier and Type | Field and Description |
---|---|
static EventScope |
EventScope.CLUSTER
A
CLUSTER event scope indicates that event can be sent to all fabric nodes
that belong to the same cluster. |
static EventScope |
EventScope.GLOBAL
A
GLOBAL event scope indicates that in addition to being an OBSERVABLE
event, the event is propagated to all fabric nodes that are interested in consuming it. |
static EventScope |
EventScope.INHERITED
A default setting implies that the actual event scope setting will be taken from the Component's settings.
|
static EventScope |
EventScope.LOCAL
A component with a scope of
LOCAL scope may only
engage in message passing using it's own event dispatcher. |
static EventScope |
EventScope.OBSERVABLE
An
OBSERVABLE event scope results in the component being bound to
the Exchange . |
Modifier and Type | Method and Description |
---|---|
static EventScope |
EventScope.valueOf(java.lang.String name) |
static EventScope[] |
EventScope.values() |
Modifier and Type | Method and Description |
---|---|
EventScope |
EventTriggerDefinition.getEventScope() |
Modifier and Type | Method and Description |
---|---|
void |
EventTriggerDefinition.setEventScope(EventScope scope) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerFunctionContext.raiseEvent(ImmutableEventDatagram value,
EventScope eventScope) |
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.raiseEvent(ImmutableEventDatagram event,
EventScope eventScope,
long timeToLive)
Raises the specified event.
|
Modifier and Type | Method and Description |
---|---|
EventScope |
EventFlow.getEntityScope()
Returns an event scope of the entity associated with the event flow.
|
EventScope |
ReplicationTargetReference.getEventScope() |
EventScope |
EntityReference.getEventScope()
Returns an event scope of the entity.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
Moderator.getAccessors(EventScope eventScope)
Returns the list of accessors with the specified event scope.
|
java.util.List |
FabricNodeReference.getAccessors(EventScope eventScope)
Returns the list of accessors with the specified event scope.
|
java.util.List |
ComponentReference.getAccessors(EventScope eventScope)
Returns the list of accessors with the specified event scope.
|
java.util.List |
Moderator.getAccessorSessions(EventScope eventScope)
Returns the list of accessor sessions with the specified event scope.
|
java.util.List |
FabricNodeReference.getAccessorSessions(EventScope eventScope)
Returns the list of accessor sessions with the specified event scope.
|
java.util.List |
ComponentReference.getAccessorSessions(EventScope eventScope)
Returns the list of accessor sessions with the specified event scope.
|
java.util.List |
Moderator.getAsyncConsumers(EventScope eventScope)
Returns the list of async consumers with the specified event scope.
|
java.util.List |
FabricNodeReference.getAsyncConsumers(EventScope eventScope)
Returns the list of async consumers with the specified event scope.
|
java.util.List |
ComponentReference.getAsyncConsumers(EventScope eventScope)
Returns a list of the async consumers with the specified event scope.
|
java.util.List |
Moderator.getComponents(EventScope eventScope)
Returns the list of components with the specified event scope.
|
java.util.List |
FabricNodeReference.getComponents(EventScope eventScope)
Returns a list of components with the specified event scope.
|
java.util.List |
Moderator.getConsumers(EventScope eventScope)
Returns the list of consumers with the specified event scope.
|
java.util.List |
FabricNodeReference.getConsumers(EventScope eventScope)
Returns the list of consumers with the specified event scope.
|
java.util.List |
ComponentReference.getConsumers(EventScope eventScope)
Returns a list of the consumers with the specified event scope.
|
java.util.List |
Moderator.getDirectConsumers(EventScope eventScope)
Returns the list of direct consumers with the specified event scope.
|
java.util.List |
FabricNodeReference.getDirectConsumers(EventScope eventScope)
Returns the list of direct consumers with the specified event scope.
|
java.util.List |
ComponentReference.getDirectConsumers(EventScope eventScope)
Returns a list of the direct consumers with the specified event scope.
|
java.util.List |
Moderator.getEventConsumers(EventScope eventScope)
Returns the list of event consumers (direct, async consumers and receivers) with the specified event scope.
|
java.util.List |
FabricNodeReference.getEventConsumers(EventScope eventScope)
Returns the list of event consumers (direct, async consumer and receivers) with the specified event scope.
|
java.util.List |
ComponentReference.getEventConsumers(EventScope eventScope)
Returns a list of the event consumers (direct, async and receivers) with the specified event scope.
|
java.util.List |
Moderator.getReceivers(EventScope eventScope)
Returns the list of receivers with the specified event scope.
|
java.util.List |
FabricNodeReference.getReceivers(EventScope eventScope)
Returns the list of receivers with the specified event scope.
|
java.util.List |
ComponentReference.getReceivers(EventScope eventScope)
Returns a list of the receivers with the specified event scope.
|
java.util.List |
Moderator.getReplicationSources(EventScope eventScope)
Returns the list of replication sources with the specified event scope.
|
java.util.List |
FabricNodeReference.getReplicationSources(EventScope eventScope)
Returns the list of replication sources with the specified event scope.
|
java.util.List |
Moderator.getReplicationTargets(EventScope eventScope)
Returns the list of replication targets with the specified event scope.
|
java.util.List |
FabricNodeReference.getReplicationTargets(EventScope eventScope)
Returns the list of replication targets with the specified event scope.
|
java.util.List |
Moderator.getRequestConsumers(EventScope eventScope)
Returns the list of request consumers with the specified event scope.
|
java.util.List |
FabricNodeReference.getRequestConsumers(EventScope eventScope)
Returns the list of request consumers with the specified event scope.
|
java.util.List |
ComponentReference.getRequestConsumers(EventScope eventScope)
Returns a list of the request consumers with the specified event scope.
|
Modifier and Type | Method and Description |
---|---|
EventScope |
XMPPAcceptorConfiguration.getEventScope() |
Modifier and Type | Method and Description |
---|---|
void |
XMPPAcceptorConfiguration.setEventScope(EventScope eventScope) |
Modifier and Type | Method and Description |
---|---|
EventScope |
TaskList.getEventScope()
Returns an event scope for all events or advisories that can be raised or received by the task list or its tasks.
|
EventScope |
EventTaskTrigger.getEventScope()
Returns an event scope of the trigger.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskList.setEventScope(EventScope eventScope)
Sets the specified event scope of the task list.
|
void |
EventTaskTrigger.setEventScope(EventScope eventScope)
Sets an event scope of the trigger.
|
Modifier and Type | Field and Description |
---|---|
EventScope |
SystemTaskTriggerImpl.eventScope |
Modifier and Type | Method and Description |
---|---|
void |
ActiveEvent.setEventScope(EventScope scope) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.