Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
イベントの通知を受信するキューを登録します。
public void registerForEvent( String eventName, String objectName, String queueName, Boolean register_not_unreg )
eventName イベントの名前。
objectName イベントを適用するオブジェクト (テーブル名など)。
queueName イベント通知キューの名前。
register_not_unreg 登録する場合は true、登録解除する場合は false を設定します。
詳細については、Ultra Light のイベント通知を参照してください。