public interface ActionableEventsConfiguration extends FabricEventSource
Title: Service Event Fabric Runtime
Description: An interface that represents a service's event sources.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
addActionableEvent(java.lang.String eventId)
Adds an actionable event and its prototype to the list of supported events.
|
void |
removeActionableEvent(java.lang.String eventId)
Remove an actionable event from the list of supported types.
|
void |
removeAllActionableEvents()
Removes all actionable events.
|
void |
setActionableEventId(java.lang.String oldId,
java.lang.String newId)
Sets the
eventId of the actionable event. |
existsActionableEvent, hasActionableEvents, listActionableEvents
void addActionableEvent(java.lang.String eventId) throws ServiceConfigurationException
eventId
- StringServiceConfigurationException
void setActionableEventId(java.lang.String oldId, java.lang.String newId) throws ServiceConfigurationException
eventId
of the actionable event. This method is intended for use
with service configuration tools after the prototype has been defined. It allows users to
specify the real name of the actionable event rather then the prototype name used as a
place holder.oldId
- StringnewId
- StringServiceConfigurationException
void removeActionableEvent(java.lang.String eventId) throws ServiceConfigurationException
eventId
- StringServiceConfigurationException
void removeAllActionableEvents()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.