Home | History | Annotate | Download | only in telecom

Lines Matching refs:getSessionManager

182         getSessionManager().setContext(context);
186 getSessionManager().startSession(shortMethodName, null);
190 getSessionManager().startSession(info, shortMethodName, null);
194 getSessionManager().startSession(shortMethodName, callerIdentification);
199 getSessionManager().startSession(info, shortMethodName, callerIdentification);
203 return getSessionManager().createSubsession();
207 return getSessionManager().getExternalSession();
211 getSessionManager().cancelSubsession(subsession);
215 getSessionManager().continueSession(subsession, shortMethodName);
219 getSessionManager().endSession();
223 getSessionManager().registerSessionListener(l);
231 return getSessionManager().getSessionId();
311 private static SessionManager getSessionManager() {