com.hp.ucmdb.api.topology.notification
Interface LiveQueryResultListener

All Superinterfaces:
QueryResultListener

public interface LiveQueryResultListener
extends QueryResultListener

Implemented by a client to receive notifications of query result changes.

Since:
9.0

Method Summary
 void onMassiveChange(LiveQuery liveQuery)
          Notifies the client of massive changes to the result of the query.
 
Methods inherited from interface com.hp.ucmdb.api.topology.notification.QueryResultListener
onChange
 

Method Detail

onMassiveChange

void onMassiveChange(LiveQuery liveQuery)
Notifies the client of massive changes to the result of the query. When massive changes to the result of the query occur, no topology changes are supplied. Instead, a massive change notification is sent suggesting client should bring updated topology using supplied liveQuery. Failure to do so deactivates the listener. After 24 hours of inactivity, the listener is removed to prevent memory and resources leaks.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.