A B C D E F G H I J L 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.
SCOPE_CELL - Static variable in interface com.ibm.events.install.InstallConstants
 
SCOPE_NODE - Static variable in interface com.ibm.events.install.InstallConstants
 
SCOPE_SERVER - Static variable in interface com.ibm.events.install.InstallConstants
 
SERVER - Static variable in interface com.ibm.events.install.InstallUtil
 
SERVER_TYPE - Static variable in interface com.ibm.events.install.InstallUtil
 
SYNCHRONOUS - Static variable in interface com.ibm.events.emitter.SynchronizationMode
Indicates that events should be sent to the event bus synchronously.
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(Throwable) - Constructor for class com.ibm.events.emitter.SendFailureException
Constructs a SendFailureException that contains a causing exception.
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.
SeverityAlreadySetException - exception com.ibm.events.datastore.SeverityAlreadySetException.
This exception is thrown when an event update request is sent to the data store to modify the severity attribute when the severity attribute is already set.
SeverityAlreadySetException(String, String, String, Object[]) - Constructor for class com.ibm.events.datastore.SeverityAlreadySetException
Constructs a new SeverityAlreadySetException with a detailed message and message translation information (resource bundle, message key and message substitutions).
SeverityAlreadySetException(String, String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.SeverityAlreadySetException
Constructs a new SeverityAlreadySetException with a detailed message, message translation information (resource bundle, message key and message substitutions), and a nested exception.
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.
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.
sendEvents(CommonBaseEvent[]) - Method in interface com.ibm.events.emitter.Emitter
Sends an array of events to the event bus.
sendEvents(CommonBaseEvent[], int, int) - Method in interface com.ibm.events.emitter.Emitter
Sends an array of events to the event bus.
setBatchInsertSupported(boolean) - Method in class com.ibm.events.datastore.DataStoreMetaData
Sets the batch insert support flag.
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.
setElapsedTime(long) - Method in class com.ibm.events.access.UpdateEventAttribute
Set a new elapsed time value for the attribute change change request.
setEventSelector(String) - Method in interface com.ibm.events.notification.NotificationHelper
This method is used to set an event selector for filtering notifications.
setEventUpdateSupported(boolean) - Method in class com.ibm.events.datastore.DataStoreMetaData
Sets the event update support flag.
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.
setOriginalEvent(CommonBaseEvent) - Method in class com.ibm.events.datastore.EventUpdateResponse
Set the event as it existed before the update request was performed.
setPermittedValues(String[]) - Method in class com.ibm.events.catalog.PropertyDescription
Constrains the property by setting the values can take.
setPriority(short) - Method in class com.ibm.events.access.UpdateEventAttribute
Set a new priority value for the attribute change change request.
setPurgeVersion(int) - Method in class com.ibm.events.datastore.DataStoreMetaData
Sets the version of purge that is supported.
setRepeatCount(short) - Method in class com.ibm.events.access.UpdateEventAttribute
Set a new repeat count value for the attribute change change request.
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.
setSeverity(short) - Method in class com.ibm.events.access.UpdateEventAttribute
Set a new severity value for the attribute change change request.
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.
setUpdatedEvent(CommonBaseEvent) - Method in class com.ibm.events.datastore.EventUpdateResponse
Set the event after all the update requests were performed.

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