Packagevegas.vo
Classpublic class NetServerInfoVO
InheritanceNetServerInfoVO Inheritance SimpleValueObject Inheritance Object

This value object contains information sending by a server.



Public Properties
 PropertyDefined 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
 Inheritedid : *
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
Public Methods
 MethodDefined By
  
NetServerInfoVO(init:Object = null)
Creates a new NetServerInfoVO instance.
NetServerInfoVO
 Inherited
equals(o:*):Boolean
Compares the specified object with this object for equality.
SimpleValueObject
 Inherited
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
 Inherited
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
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

The code of the error.

descriptionproperty 
public var description:String

The default description of the error.

levelproperty 
public var level:String

The level of this information object.

lineproperty 
public var line:Number

The line number of the error.

methodNameproperty 
public var methodName:String

The name of the method called.

serviceNameproperty 
public var serviceName:String

The name of the service used.

Constructor Detail
NetServerInfoVO()Constructor
public function NetServerInfoVO(init:Object = null)

Creates a new NetServerInfoVO instance.

Parameters
init:Object (default = null) — A generic object containing properties with which to populate the newly instance. If this argument is null, it is ignored
Method Detail
register()method
public static function register(aliasName:String = NetServerInfoVO):void

Preserves 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():Object

Returns the Object representation of this object.

Returns
Object — the Object representation of this object.
toString()method 
override public function toString():String

Returns the String representation of this object.

Returns
String — the String representation of this object.