Registers a queue to receive notifications of an event.
public void registerForEvent( String eventName, String objectName, String queueName, Boolean register_not_unreg )
eventName The name of an event.
objectName The object to which event applies, such as the table name.
queueName The name of an event notification queue.
register_not_unreg Set to true to register, or false to unregister.
For more information, see Working with event notifications.