Packageasgard.net
Classpublic class NetServerInfo
ImplementsSerializable

Defines the information object in a onStatus callback method.



Public Properties
 PropertyDefined by
  application : *
This object exist if the server return an application error object.
NetServerInfo
  code : String = "null"
The code of this information object.
NetServerInfo
  description : String = "null"
The description of this information object.
NetServerInfo
  level : String = "null"
The level of this information object.
NetServerInfo
Public Methods
 MethodDefined by
  
NetServerInfo(oInfo:* = null)
Creates a new NetServerInfo object.
NetServerInfo
  
toObject():Object
Returns an object representation of this instance.
NetServerInfo
  
toSource(indent:int = 0):String
Returns a Eden represensation of the object.
NetServerInfo
  
toString():String
Returns the String representation of this object.
NetServerInfo
Property detail
applicationproperty
public var application:*

This object exist if the server return an application error object. This property exist with FMS when the SSAS application.rejectConnection() method is invoked.

codeproperty 
public var code:String = "null"

The code of this information object.

descriptionproperty 
public var description:String = "null"

The description of this information object.

levelproperty 
public var level:String = "null"

The level of this information object.

Constructor detail
NetServerInfo()constructor
public function NetServerInfo(oInfo:* = null)

Creates a new NetServerInfo object.

Parameters
oInfo:* (default = null) — a primitive object with the properties 'code', 'level', 'description' and 'application'.
Method detail
toObject()method
public function toObject():Object

Returns an object representation of this instance.

Returns
Object — an object representation of this instance.
toSource()method 
public function toSource(indent:int = 0):String

Returns a Eden represensation of the object.

Parameters
indent:int (default = 0)

Returns
String — a string representing the source code of the object.
toString()method 
public function toString():String

Returns the String representation of this object.

Returns
String — the String representation of this object.