setEventsToProcess()

Sets the eventsToProcess vector with specified events.

Syntax

public void setEventsToProcess(Vector eventsVector);

Parameters

eventsVector
Is a Java.util.Vector object that contains the events to process.

Return values

None.

Exceptions

None.

Notes

The setEventsToProcess() method assigns to the eventsToProcess vector of the CWConnectorEventStore object the contents of the eventsVector vector.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.