| Package | com.vmware.usersession |
| Class | public class ServerInfo |
| Inheritance | ServerInfo Object |
| Implements | flash.events.IEventDispatcher |
Note: this class was generated from its Java counterpart ServerInfo
| Property | Defined By | ||
|---|---|---|---|
| name : String
Service user-friendly name. | ServerInfo | ||
| serviceGuid : String
Service guid used to uniquely identify a server. | ServerInfo | ||
| serviceUrl : String
Service url. | ServerInfo | ||
| sessionCookie : String
Http session cookie used to communicate with the server. | ServerInfo | ||
| sessionKey : String
A unique identifier for the server session, also known as the session ID
| ServerInfo | ||
| thumbprint : String
Ssl thumbprint for the server. | ServerInfo | ||
| version : String
Server's version. | ServerInfo | ||
| Method | Defined By | ||
|---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | ServerInfo | ||
dispatchEvent(event:Event):Boolean | ServerInfo | ||
hasEventListener(type:String):Boolean | ServerInfo | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | ServerInfo | ||
willTrigger(type:String):Boolean | ServerInfo | ||
| name | property |
name:StringService user-friendly name.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| serviceGuid | property |
serviceGuid:StringService guid used to uniquely identify a server.
This property can be used as the source for data binding.
public function get serviceGuid():String public function set serviceGuid(value:String):void| serviceUrl | property |
serviceUrl:StringService url.
This property can be used as the source for data binding.
public function get serviceUrl():String public function set serviceUrl(value:String):void| sessionCookie | property |
sessionCookie:StringHttp session cookie used to communicate with the server.
This property can be used as the source for data binding.
public function get sessionCookie():String public function set sessionCookie(value:String):void| sessionKey | property |
sessionKey:StringA unique identifier for the server session, also known as the session ID
This property can be used as the source for data binding.
public function get sessionKey():String public function set sessionKey(value:String):void| thumbprint | property |
thumbprint:StringSsl thumbprint for the server.
This property can be used as the source for data binding.
public function get thumbprint():String public function set thumbprint(value:String):void| version | property |
version:StringServer's version. This is of type x.x.x.x, for e.g. 4.5.0.0
This property can be used as the source for data binding.
public function get version():String public function set version(value:String):void| addEventListener | () | method |
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) | |
priority:int (default = 0) | |
weakRef:Boolean (default = false) |
| dispatchEvent | () | method |
public function dispatchEvent(event:Event):Boolean
Parameters
event:Event |
Boolean |
| hasEventListener | () | method |
public function hasEventListener(type:String):Boolean
Parameters
type:String |
Boolean |
| removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) |
| willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |