Package | com.vmware.vsphere.client.util |
Class | public class UserSessionManager |
Inheritance | UserSessionManager ![]() |
UserSession
object for the current session, and provides
utility functions on it.
Property | Defined By | ||
---|---|---|---|
instance : UserSessionManager [static] [read-only]
Returns a singleton instance. | UserSessionManager | ||
userSession : UserSession [read-only]
The UserSession object for the current session. | UserSessionManager |
Method | Defined By | ||
---|---|---|---|
getVcServerInfoByGuid(guid:String):ServerInfo
Returns the ServerInfo object of the server having the given guid, or
null if none. | UserSessionManager |
instance | property |
instance:UserSessionManager
[read-only] Returns a singleton instance.
public static function get instance():UserSessionManager
userSession | property |
userSession:UserSession
[read-only]
The UserSession
object for the current session.
public function get userSession():UserSession
getVcServerInfoByGuid | () | method |
public function getVcServerInfoByGuid(guid:String):ServerInfo
Returns the ServerInfo
object of the server having the given guid, or
null if none.
Parameters
guid:String |
ServerInfo |