public class Subscriber extends Object
Constructor and Description |
---|
Subscriber() |
Modifier and Type | Method and Description |
---|---|
String |
getDeliveryHost() |
String |
getDeliveryPath() |
int |
getDeliveryPort() |
String |
getDeliveryURL() |
String |
getInterfaceAddress() |
long |
getNotifyCount() |
String |
getSID() |
long |
getSubscriptionTime() |
long |
getTimeOut() |
void |
incrementNotifyCount() |
boolean |
isExpired() |
void |
renew() |
void |
setDeliveryURL(String deliveryURL) |
void |
setInterfaceAddress(String addr) |
void |
setNotifyCount(int cnt) |
void |
setSID(String sid) |
void |
setSubscriptionTime(long time) |
void |
setTimeOut(long value) |
public String getSID()
public void setSID(String sid)
public void setInterfaceAddress(String addr)
public String getInterfaceAddress()
public String getDeliveryURL()
public void setDeliveryURL(String deliveryURL)
public String getDeliveryHost()
public String getDeliveryPath()
public int getDeliveryPort()
public long getTimeOut()
public void setTimeOut(long value)
public boolean isExpired()
public long getSubscriptionTime()
public void setSubscriptionTime(long time)
public long getNotifyCount()
public void setNotifyCount(int cnt)
public void incrementNotifyCount()
public void renew()