Class SynchConnection
java.lang.Object
org.bedework.caldav.server.soap.synch.SynchConnection
This represents an active connection to a synch engine.
- Author:
- douglm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetConnectorId(String val) voidsetLastPing(long val) voidsetSubscribeUrl(String val) voidsetSynchToken(String val)
-
Constructor Details
-
SynchConnection
- Parameters:
connectorId-subscribeUrl-synchToken-
-
-
Method Details
-
setConnectorId
- Parameters:
val- connector id
-
getConnectorId
- Returns:
- the connector id
-
setSubscribeUrl
- Parameters:
val- the subscribeUrl to set
-
getSubscribeUrl
- Returns:
- the subscribeUrl
-
setSynchToken
- Parameters:
val- the synchToken to set
-
getSynchToken
- Returns:
- the synchToken
-
setLastPing
public void setLastPing(long val) - Parameters:
val- the lastPing to set
-
getLastPing
public long getLastPing()- Returns:
- the lastPing
-
shortToString
- Returns:
- short string for display
-