Lines Matching refs:getSessionManager
182 getSessionManager().setContext(context); in setSessionContext()
186 getSessionManager().startSession(shortMethodName, null); in startSession()
190 getSessionManager().startSession(info, shortMethodName, null); in startSession()
194 getSessionManager().startSession(shortMethodName, callerIdentification); in startSession()
199 getSessionManager().startSession(info, shortMethodName, callerIdentification); in startSession()
203 return getSessionManager().createSubsession(); in createSubsession()
207 return getSessionManager().getExternalSession(); in getExternalSession()
211 getSessionManager().cancelSubsession(subsession); in cancelSubsession()
215 getSessionManager().continueSession(subsession, shortMethodName); in continueSession()
219 getSessionManager().endSession(); in endSession()
223 getSessionManager().registerSessionListener(l); in registerSessionListener()
231 return getSessionManager().getSessionId(); in getSessionId()
329 public static SessionManager getSessionManager() { in getSessionManager() method in Log