| Package | Description |
|---|---|
| org.cipango.server | |
| org.cipango.server.session | |
| org.cipango.server.session.scoped | |
| org.cipango.server.sipapp |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSession |
SipMessage.appSession() |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationSession |
SessionManager.addApplicationSession(ApplicationSession appSession) |
ApplicationSession |
Session.appSession() |
ApplicationSession |
SessionManager.createApplicationSession() |
ApplicationSession |
SessionManager.createApplicationSession(java.lang.String id) |
ApplicationSession |
SessionManager.ApplicationSessionScope.getApplicationSession() |
ApplicationSession |
SessionManager.getApplicationSession(java.lang.String id) |
ApplicationSession |
SessionManager.AppSessionIf.getAppSession() |
ApplicationSession |
ApplicationSession.getAppSession() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.String,ApplicationSession> |
SessionManager.getAppSessions() |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationSession |
SessionManager.addApplicationSession(ApplicationSession appSession) |
void |
SessionManager.close(ApplicationSession applicationSession) |
void |
SessionManager.doApplicationSessionAttributeListeners(ApplicationSession applicationSession,
java.lang.String name,
java.lang.Object old,
java.lang.Object value) |
protected void |
SessionManager.doSessionExpired(ApplicationSession applicationSession) |
java.lang.String |
SessionManager.newUASTag(ApplicationSession session) |
SessionManager.ApplicationSessionScope |
SessionManager.openScope(ApplicationSession applicationSession) |
SessionManager.ApplicationSessionScope |
SessionManager.openScope(ApplicationSession applicationSession,
int seconds) |
void |
SessionManager.removeApplicationSession(ApplicationSession session) |
protected void |
SessionManager.saveSession(ApplicationSession applicationSession) |
| Constructor and Description |
|---|
ApplicationSessionScope(ApplicationSession applicationSession,
boolean locked) |
Session(ApplicationSession applicationSession,
java.lang.String id,
SipRequest request) |
Session(ApplicationSession applicationSession,
java.lang.String id,
java.lang.String callId,
javax.servlet.sip.Address local,
javax.servlet.sip.Address remote) |
Session(ApplicationSession applicationSession,
java.lang.String id,
java.lang.String callId,
javax.servlet.sip.Address local,
javax.servlet.sip.Address remote,
long created,
long lastAccessed) |
Timer(ApplicationSession session,
long delay,
long period,
boolean fixedDelay,
boolean isPersistent,
java.io.Serializable info) |
Timer(ApplicationSession session,
long delay,
long period,
boolean fixedDelay,
boolean isPersistent,
java.io.Serializable info,
java.lang.String id) |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationSession |
ScopedAppSession._appSession |
protected ApplicationSession |
ScopedRunable._session |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationSession |
ScopedTimer.getAppSession() |
protected ApplicationSession |
ScopedSession.getAppSession() |
protected ApplicationSession |
ScopedServerTransactionListener.getAppSession() |
ApplicationSession |
ScopedRunable.getAppSession() |
protected abstract ApplicationSession |
ScopedObject.getAppSession() |
protected ApplicationSession |
ScopedClientTransactionListener.getAppSession() |
ApplicationSession |
ScopedAppSession.getAppSession() |
| Modifier and Type | Method and Description |
|---|---|
protected SessionManager.ApplicationSessionScope |
ScopedTimer.openScope(ApplicationSession session) |
| Constructor and Description |
|---|
ScopedAppSession(ApplicationSession appSession) |
ScopedRunable(ApplicationSession applicationSession) |
ScopedTimer(ApplicationSession session,
long delay,
boolean isPersistent,
java.io.Serializable info) |
ScopedTimer(ApplicationSession session,
long delay,
long period,
boolean fixedDelay,
boolean isPersistent,
java.io.Serializable info) |
| Modifier and Type | Method and Description |
|---|---|
void |
SipAppContext.fire(ApplicationSession applicationSession,
java.util.List<? extends java.util.EventListener> listeners,
java.lang.reflect.Method method,
java.lang.Object... args) |
Copyright © 2015. All Rights Reserved.