public class DefaultSasTimerTask extends Object implements SipApplicationSessionTimerTask
| Modifier and Type | Field and Description |
|---|---|
protected ScheduledFuture<MobicentsSipApplicationSession> |
expirationTimerFuture |
| Constructor and Description |
|---|
DefaultSasTimerTask(MobicentsSipApplicationSession mobicentsSipApplicationSession) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDelay() |
ScheduledFuture<MobicentsSipApplicationSession> |
getScheduledFuture() |
MobicentsSipApplicationSession |
getSipApplicationSession() |
void |
run() |
void |
setScheduledFuture(ScheduledFuture<MobicentsSipApplicationSession> schedule) |
void |
setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession) |
protected transient ScheduledFuture<MobicentsSipApplicationSession> expirationTimerFuture
public DefaultSasTimerTask(MobicentsSipApplicationSession mobicentsSipApplicationSession)
public long getDelay()
getDelay in interface SipApplicationSessionTimerTaskpublic void setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
setSipApplicationSession in interface SipApplicationSessionTimerTasksipApplicationSession - the sipApplicationSession to setpublic MobicentsSipApplicationSession getSipApplicationSession()
getSipApplicationSession in interface SipApplicationSessionTimerTaskpublic void setScheduledFuture(ScheduledFuture<MobicentsSipApplicationSession> schedule)
public ScheduledFuture<MobicentsSipApplicationSession> getScheduledFuture()
Copyright © 2015. All Rights Reserved.