Uses of Class
com.stackmob.sdk.api.StackMobSession

Packages that use StackMobSession
com.stackmob.sdk.api Classes for communicating directly with StackMob. 
 

Uses of StackMobSession in com.stackmob.sdk.api
 

Methods in com.stackmob.sdk.api that return StackMobSession
 StackMobSession StackMob.getSession()
          get the session that this StackMob object contains
 

Methods in com.stackmob.sdk.api with parameters of type StackMobSession
 void StackMob.setSession(StackMobSession session)
          set a specific session
 void StackMobDatastore.setSession(StackMobSession session)
          set a specific session
 

Constructors in com.stackmob.sdk.api with parameters of type StackMobSession
StackMobDatastore(ExecutorService executor, StackMobSession session, String host, StackMobRedirectedCallback redirectedCallback)
           
StackMobSession(StackMobSession that)
           
 



Copyright © 2012 StackMob. All Rights Reserved.