A B C D E F G I M N O P Q R S T U V X

S

SAME - Static variable in interface com.ibm.events.emitter.TransactionMode
Indicates that events should be sent to the event bus in the same transaction as the caller.
sendEvent(CommonBaseEvent) - Method in interface com.ibm.events.emitter.Emitter
Sends an event to the event bus.
sendEvent(CommonBaseEvent, int, int) - Method in interface com.ibm.events.emitter.Emitter
Sends an event to the event bus, overriding the default emitter settings with the passed parameters.
SendFailureException - exception com.ibm.events.emitter.SendFailureException.
Indicates that a problem occurred in the emitter processing when sending an event to the event bus.
SendFailureException(String, String, Object[]) - Constructor for class com.ibm.events.emitter.SendFailureException
Constructs a SendFailureException that contains a message.
SendFailureException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.emitter.SendFailureException
Constructs a SendFailureException that contains a message and a causing exception.
SendFailureException(Throwable) - Constructor for class com.ibm.events.emitter.SendFailureException
Constructs a SendFailureException that contains a causing exception.
setDefaultHexValue(byte[]) - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Sets a value to be the hexadecimal default for the extended data element.
setDefaultValue(String) - Method in class com.ibm.events.catalog.PropertyDescription
Sets a value to be the default for the property.
setDefaultValues(String[]) - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Sets the values to be the defaults for the extended data element.
setEventSelector(String) - Method in interface com.ibm.events.notification.NotificationHelper
This method is used to set an event selector for filtering notifications.
setMaxOccurs(int) - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Sets the maximum number of times the extended data element must occur.
setMaxValue(String) - Method in class com.ibm.events.catalog.PropertyDescription
Constrains the property by setting the maximum value it can take.
setMinOccurs(int) - Method in class com.ibm.events.catalog.ExtendedDataElementDescription
Sets the minimum number of times the extended data element must occur.
setMinValue(String) - Method in class com.ibm.events.catalog.PropertyDescription
Constrains the property by setting the minimum value it is can take.
setPermittedValues(String[]) - Method in class com.ibm.events.catalog.PropertyDescription
Constrains the property by setting the values can take.
setRequired(boolean) - Method in class com.ibm.events.catalog.PropertyDescription
Sets a flag that indicates whether the property is required or optional.
setResolved(boolean) - Method in class com.ibm.events.catalog.EventDefinition
Sets a flag to indicate whether the inheritance hierarchy has been resolved.
setSynchronizationMode(int) - Method in interface com.ibm.events.emitter.Emitter
Sets the default synchronization mode for sending events to the event bus.
setTransactionMode(int) - Method in interface com.ibm.events.emitter.Emitter
Sets the transaction mode for sending events to the event bus.
SynchronizationMode - interface com.ibm.events.emitter.SynchronizationMode.
Constants used to specify whether to send an event to the event bus synchronously or asynchronously.
SynchronizationModeNotSupportedException - exception com.ibm.events.emitter.SynchronizationModeNotSupportedException.
Indicates that the caller attempted to use a synchronization mode that is not supported by the emitter.
SynchronizationModeNotSupportedException(int, String) - Constructor for class com.ibm.events.emitter.SynchronizationModeNotSupportedException
Constructs a SynchronizationModeNotSupportedException that contains a message indicating that the synchronization mode that was mode either configured by an administrator or selected by an event source is not valid.
SYNCHRONOUS - Static variable in interface com.ibm.events.emitter.SynchronizationMode
Indicates that events should be sent to the event bus synchronously.

A B C D E F G I M N O P Q R S T U V X