Lines Matching refs:getSessionManager
197 getSessionManager().setContext(context); in setSessionContext()
201 getSessionManager().startSession(shortMethodName, null); in startSession()
205 getSessionManager().startSession(info, shortMethodName, null); in startSession()
209 getSessionManager().startSession(shortMethodName, callerIdentification); in startSession()
214 getSessionManager().startSession(info, shortMethodName, callerIdentification); in startSession()
218 return getSessionManager().createSubsession(); in createSubsession()
222 return getSessionManager().getExternalSession(); in getExternalSession()
232 return getSessionManager().getExternalSession(ownerInfo); in getExternalSession()
236 getSessionManager().cancelSubsession(subsession); in cancelSubsession()
240 getSessionManager().continueSession(subsession, shortMethodName); in continueSession()
244 getSessionManager().endSession(); in endSession()
248 getSessionManager().registerSessionListener(l); in registerSessionListener()
256 return getSessionManager().getSessionId(); in getSessionId()
368 public static SessionManager getSessionManager() { in getSessionManager() method in Log