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

P

PURGE_EVENTS_BY_ID - Static variable in class com.ibm.events.datastore.DataStoreMetaData
Event purge in event access uses multiple DataStoreLocal.purgeEvents(String[]) calls to purge events from the data store.
PURGE_EVENTS_BY_SELECTOR - Static variable in class com.ibm.events.datastore.DataStoreMetaData
Event purge in event access uses a single DataStoreLocal#purgeEvents(String,long,int) call to purge events from the data store.
ParentNotValidException - exception com.ibm.events.catalog.ParentNotValidException.
Thrown when an attempt is made to add an event definition to the event catalog that does not name a valid parent.
ParentNotValidException(EventDefinition, String, String, Object[]) - Constructor for class com.ibm.events.catalog.ParentNotValidException
Constructs a new ParentNotValidException with a reference to the event definition that was being added.
PropertyDescription - class com.ibm.events.catalog.PropertyDescription.
Describes a property that an event can contain.
PropertyDescription(String, String) - Constructor for class com.ibm.events.catalog.PropertyDescription
Creates a description for a property identified by its name and path.
PurgeThresholdExceededException - exception com.ibm.events.datastore.PurgeThresholdExceededException.
Exception that is thrown if an event purge operation attempts to delete more than the configured number of events in a single transaction.
PurgeThresholdExceededException(String, String, Object[]) - Constructor for class com.ibm.events.datastore.PurgeThresholdExceededException
Constructs a new PurgeThresholdExceededException with a detail message and message translation information (resource bundle, message key and message substitutions).
PurgeThresholdExceededException(String, String, Object[], Throwable) - Constructor for class com.ibm.events.datastore.PurgeThresholdExceededException
Constructs a new PurgeThresholdExceededException with a detail message, message translation information (resource bundle, message key and message substitutions) and a nested exception.
printStackTrace() - Method in class com.ibm.events.EventsException
Prints this EventsException and its backtrace to System.err.
printStackTrace(PrintStream) - Method in class com.ibm.events.EventsException
Prints this EventsException and its backtrace to the specified java.io.PrintStream.
printStackTrace(PrintWriter) - Method in class com.ibm.events.EventsException
Prints this EventsException and its backtrace to the specified java.io.PrintWriter.
purgeEvents(String, String, int) - Method in interface com.ibm.events.access.EventAccess
Removes a group of events from the data store.
purgeEvents(String, String, int) - Method in interface com.ibm.events.access.EventAccessLocal
Removes a group of events from the data store.
purgeEvents(String[]) - Method in interface com.ibm.events.datastore.DataStoreLocal
Deletes events from the data store.
purgeEvents(String, int) - Method in interface com.ibm.events.datastore.DataStoreLocal
Deletes events from the data store in a single call.

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