You need to provide your own NotificationHandler implementation. The entity changes are in
subscriptionResultList and you need to decide what you want to do with the changes. The subscription result list contains the snapshot of the entities in the registry the last time the
sendResult method was invoked. You need to compare the result list the last time the
sendResult method was invoked with the current one to see if changes are made to the entities.
You need also to create an instance of the PollingSubscription class and set its parameters through the
ConfigurationInfo class. The
NotificationHandler interface,
PollingSubscription, and
ConfigurationInfo classes are all in the package named
com.tibco.uddi.subscription. For information on the use of these classes, see the corresponding documents in the JAVADoc directory.
For information on other APIs shipped with TIBCO ActiveMatrix Runtime UDDI Server, see the related JAVA documentation in the JAVADoc directory:
file:///UDDI_HOME/doc/api/index.html