|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.SubscriptionBase
microsoft.exchange.webservices.data.PullSubscription
public final class PullSubscription
Represents a pull subscription.
| Constructor Summary | |
|---|---|
protected |
PullSubscription(ExchangeService service)
Initializes a new instance. |
| Method Summary | |
|---|---|
GetEventsResults |
getEvents()
Obtains a collection of events that occurred on the subscribed folders since the point in time defined by the Watermark property. |
boolean |
isMoreEventsAvailable()
Gets a value indicating whether more events are available on the server. |
void |
unsubscribe()
Unsubscribes from the pull subscription. |
| Methods inherited from class microsoft.exchange.webservices.data.SubscriptionBase |
|---|
getId, getService, getUsesWatermark, getWaterMark, loadFromXml, setId, setWaterMark |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PullSubscription(ExchangeService service)
throws Exception
service - the service
Exception - the exception| Method Detail |
|---|
public GetEventsResults getEvents()
throws Exception
Exception - the exception
public void unsubscribe()
throws Exception
Exception - the exceptionpublic boolean isMoreEventsAvailable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||