Package com.ibm.pvc.we.ins

Interface Summary
ANotificationService.IConnectionListener  
ANotificationService.IListener  
ContentFilter A ContentFilter object represents a criterion for determining which messages should invoke a given TriggerHandler.
ContentSource A ContentSource is an ordered collection of one or more entities producing incoming messages.
DeliveryOptionsConstants insert comment
SingleThreadModel A trigger handler implement this interface to indicate only one thread is allow to execute inside this trigger handler.
TriggerInfoIterator A TriggerInfoIterator object is used to return TriggerInfo objects.
TriggerManagerConstants This interface, implemented by both SocketClientStub and com.ibm.pvc.we.ins.iqueue.SocketServerStub, defines constants used in both those classes for communicating invocations and results of calls on TriggerManager methods across sockets.
UserIDParser insert comment for class
 

Class Summary
AdminClient An Admin client communicates with the remote admin server in each of INS system components.
ANotificationService An instance of NotificationService can be used to send messages to a Notification Server of same version
ContentBody A ContentBody is a set of name-value pairs.
DeliveryOptions Sets delivery options for the Notification Server
DeliveryOptionsExtended Sets delivery options for the Notification Server.
DeviceName Stores a Device name or Device type name.
NotificationML Wrappers the Notification ML
NotificationService An instance of NotificationService can be used to send messages to a Notification Server of same version
NotificationServiceReturnCode Return code object used by the SOAP interface.
NSConfirmation class necessary for communication with NS until serialization is removed (post beta)
NSConfirmationExtended class necessary for communication with NS until serialization is removed (post beta)
NSInstruction Used in the client as a serialized package sent by client to server
NSInstructionExtended Used in the client as a serialized package sent by client to server
SimpleContentSource A SimpleContentSource is a ContentSource with a single named entity.
SqlSelector An SqlSelector is a ContentFilter consisting only of a SQL92 query.
TriggerHandler A trigger handler is installed on behalf of a particular user to process messages received through a given trigger.
TriggerHandlerV2  
TriggerID A TriggerID object uniquely identifies a trigger handler that has been installed by a call on TriggerManager.addTrigger.
TriggerIDList A Iterator object is used to return TriggerID objects.
TriggerInfo A TriggerInfo object contains information about a trigger.
TriggerInfoList A TriggerInfoIterator object is used to return TriggerInfo objects.
TriggerManager A TriggerManager oversees the creation and removal of triggers, the firing of triggers, and the fetching of content persistently stored by the firing of a trigger.
TriggerManager.InfoIterator  
TriggerRequest insert comment for class
TriggerResponse A trigger handler is installed on behalf of a particular user to process messages received through a given trigger.
TriggerResult A TriggerResult is an object returned by the TriggerHandler.handleMatch(com.ibm.pvc.we.ins.ContentBody) method to specify the actions that iQueue should perform on behalf of the trigger handler, and what the disposition of the trigger handler should be at the conclusion of the call on handleMatch.
UserIDList This class is not thread safe
 

Exception Summary
ConfigurationException A class for exceptions arising during initial setup of client or server.
IQueueException A class for exceptions arising during processing unique to iQueue.
NotificationServiceException A class for exceptions arising during processing unique to iQueue.
TriggerException A class for exceptions arising during processing unique to iQueue.