| Package | vegas.vo |
| Class | public class NetServerInfoVO |
| Inheritance | NetServerInfoVO SimpleValueObject Object |
| Property | Defined By | ||
|---|---|---|---|
| application : *
This object exist if the server return an application error object. | NetServerInfoVO | ||
| code : String
The code of the error. | NetServerInfoVO | ||
| description : String
The default description of the error. | NetServerInfoVO | ||
![]() | id : *
Indicates the id of this ValueObject. | SimpleValueObject | |
| level : String
The level of this information object. | NetServerInfoVO | ||
| line : Number
The line number of the error. | NetServerInfoVO | ||
| methodName : String
The name of the method called. | NetServerInfoVO | ||
| serviceName : String
The name of the service used. | NetServerInfoVO | ||
| Method | Defined By | ||
|---|---|---|---|
NetServerInfoVO(init:Object = null)
Creates a new NetServerInfoVO instance. | NetServerInfoVO | ||
![]() | equals(o:*):Boolean
Compares the specified object with this object for equality. | SimpleValueObject | |
![]() | formatToString(className:String = null, ... args):String
A utility function for implementing the toString() method. | SimpleValueObject | |
register(aliasName:String = NetServerInfoVO):void [static]
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF). | NetServerInfoVO | ||
toObject():Object [override]
Returns the Object representation of this object. | NetServerInfoVO | ||
![]() | toSource(indent:int = 0):String
Returns the source code string representation of the object. | SimpleValueObject | |
toString():String [override]
Returns the String representation of this object. | NetServerInfoVO | ||
| 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:StringThe code of the error.
| description | property |
public var description:StringThe default description of the error.
| level | property |
public var level:StringThe level of this information object.
| line | property |
public var line:NumberThe line number of the error.
| methodName | property |
public var methodName:StringThe name of the method called.
| serviceName | property |
public var serviceName:StringThe name of the service used.
| NetServerInfoVO | () | Constructor |
public function NetServerInfoVO(init:Object = null)Creates a new NetServerInfoVO instance.
Parametersinit:Object (default = null) — A generic object containing properties with which to populate the newly instance. If this argument is null, it is ignored
|
| register | () | method |
public static function register(aliasName:String = NetServerInfoVO):voidPreserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
Parameters
aliasName:String (default = NetServerInfoVO) |
| toObject | () | method |
override public function toObject():ObjectReturns the Object representation of this object.
ReturnsObject — the Object representation of this object.
|
| toString | () | method |
override public function toString():StringReturns the String representation of this object.
ReturnsString — the String representation of this object.
|