API Reference
| Classic JavaDoc |
Exchange.configureNotificationsUsingPull
public void configureNotificationsUsingPull(int period)
public void configureNotificationsUsingPull()
Configures notification events to be pulled periodically from the Exchange server. An
internal pulling thread will be used checking for new events every X seconds (specified by
the parameter period). When new events are received, registered listeners will be notified.
Pulling is the default method used. It is not necessary to call this method except to adjust
the default period or to change the notification method back to Pull.
This method is only available in the Professional edition of the library.
period | the pulling period in seconds |
public void configureNotificationsUsingPull()
Configures notification events to be pulled periodically from the Exchange server. An
internal pulling thread will be used checking for new events periodically. When new
events are received, registered listeners will be notified.
Pulling is the default method used. It is not necessary to call this method except to
change the notification method back to Pull.
This method is only available in the Professional edition of the library.
Community comments
Powered by JavaDocPlus