| Package | asgard.net |
| Class | public class NetServerInfo |
| Implements | Serializable |
| Property | Defined 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 | ||
| Method | Defined 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 | ||
| application | property |
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.
| code | property |
public var code:String = "null"The code of this information object.
| description | property |
public var description:String = "null"The description of this information object.
| level | property |
public var level:String = "null"The level of this information object.
| NetServerInfo | () | constructor |
public function NetServerInfo(oInfo:* = null)Creates a new NetServerInfo object.
ParametersoInfo:* (default = null) — a primitive object with the properties 'code', 'level', 'description' and 'application'.
|
| toObject | () | method |
public function toObject():ObjectReturns an object representation of this instance.
ReturnsObject — an object representation of this instance.
|
| toSource | () | method |
public function toSource(indent:int = 0):StringReturns a Eden represensation of the object.
Parametersindent:int (default = 0) |
String — a string representing the source code of the object.
|
| toString | () | method |
public function toString():StringReturns the String representation of this object.
ReturnsString — the String representation of this object.
|