|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.SubscriptionBase
public abstract class SubscriptionBase
Represents the base class for event subscriptions.
| Constructor Summary | |
|---|---|
protected |
SubscriptionBase(ExchangeService service)
Instantiates a new subscription base. |
protected |
SubscriptionBase(ExchangeService service,
String id)
Instantiates a new subscription base. |
protected |
SubscriptionBase(ExchangeService service,
String id,
String watermark)
Instantiates a new subscription base. |
| Method Summary | |
|---|---|
String |
getId()
Gets the id. |
protected ExchangeService |
getService()
Gets the session. |
protected boolean |
getUsesWatermark()
Gets whether or not this subscription uses watermarks. |
String |
getWaterMark()
Gets the water mark. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Load from xml. |
protected void |
setId(String id)
Sets the id. |
protected void |
setWaterMark(String watermark)
Sets the water mark. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SubscriptionBase(ExchangeService service)
throws Exception
service - the service
Exception - the exception
protected SubscriptionBase(ExchangeService service,
String id)
throws Exception
service - the serviceid - the id
Exception - the exception
protected SubscriptionBase(ExchangeService service,
String id,
String watermark)
throws Exception
service - the serviceid - the idwatermark - the watermark
Exception - the exception| Method Detail |
|---|
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
reader - the reader
Exception - the exceptionprotected ExchangeService getService()
public String getId()
protected void setId(String id)
id - the new idprotected void setWaterMark(String watermark)
watermark - the new water markpublic String getWaterMark()
protected boolean getUsesWatermark()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||