Packagecom.vmware.usersession
Classpublic class ServerInfo
InheritanceServerInfo Inheritance Object
Implements flash.events.IEventDispatcher

Class to encapsulate details required to describe a server. #TODO make this immutable

Note: this class was generated from its Java counterpart ServerInfo



Public Properties
 PropertyDefined 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
  thumbprint : String
Ssl thumbprint for the server.
ServerInfo
  version : String
Server's version.
ServerInfo
Public Methods
 MethodDefined 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
Property Detail
nameproperty
name:String

Service user-friendly name.

This property can be used as the source for data binding.


Implementation
    public function get name():String
    public function set name(value:String):void
serviceGuidproperty 
serviceGuid:String

Service guid used to uniquely identify a server.

This property can be used as the source for data binding.


Implementation
    public function get serviceGuid():String
    public function set serviceGuid(value:String):void
serviceUrlproperty 
serviceUrl:String

Service url.

This property can be used as the source for data binding.


Implementation
    public function get serviceUrl():String
    public function set serviceUrl(value:String):void
sessionCookieproperty 
sessionCookie:String

Http session cookie used to communicate with the server.

This property can be used as the source for data binding.


Implementation
    public function get sessionCookie():String
    public function set sessionCookie(value:String):void
thumbprintproperty 
thumbprint:String

Ssl thumbprint for the server.

This property can be used as the source for data binding.


Implementation
    public function get thumbprint():String
    public function set thumbprint(value:String):void
versionproperty 
version:String

Server'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.


Implementation
    public function get version():String
    public function set version(value:String):void
Method Detail
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

Returns
Boolean
hasEventListener()method 
public function hasEventListener(type:String):Boolean

Parameters

type:String

Returns
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

Returns
Boolean