| Package | com.bourre.remoting.events |
| Class | public class BasicFaultEvent |
| Inheritance | BasicFaultEvent BasicEvent flash.events.Event |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
See also
| Property | Defined by | ||
|---|---|---|---|
| onFaultEVENT : String = "onFault" [static]
Defines the value of the
type property of the event
object for a onFault event. | BasicFaultEvent | ||
![]() | target : Object
The source object of this event
| BasicEvent | |
![]() | type : String
The type of this event
| BasicEvent | |
| Method | Defined by | ||
|---|---|---|---|
|
BasicFaultEvent(code:String, correlationId:String, details:String, description:String, sServiceMethodName:ServiceMethod)
Creates new
BasicFaultEvent instance. | BasicFaultEvent | ||
![]() |
clone():Event
Clone the event
| BasicEvent | |
|
getCode():String
Returns error code.
| BasicFaultEvent | ||
|
getCorrelationId():String
| BasicFaultEvent | ||
|
getDescription():String
Returns error description.
| BasicFaultEvent | ||
|
getDetail():String
| BasicFaultEvent | ||
|
Returns service method name which dispatch this event.
| BasicFaultEvent | ||
![]() |
getTarget():Object
Returns the current source of this event object.
| BasicEvent | |
![]() |
getType():String
Returns the type of this event, which generally correspond
to the name of the called function on the listener.
| BasicEvent | |
![]() |
setTarget(oTarget:Object):void
Defines the new source object of this event.
| BasicEvent | |
![]() |
setType(en:String):void
Defines the new event type for this event object.
| BasicEvent | |
|
toString():String
Returns the string representation of this instance.
| BasicFaultEvent | ||
| onFaultEVENT | property |
public static var onFaultEVENT:String = "onFault"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Defines the value of the type property of the event
object for a onFault event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
type |
Dispatched event type |
| Method | Value |
getCode()
| The error code |
getDescription()
| The error description |
getServiceMethodName()
| The service method name which dispatch this event |
| BasicFaultEvent | () | constructor |
public function BasicFaultEvent(code:String, correlationId:String, details:String, description:String, sServiceMethodName:ServiceMethod)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates new BasicFaultEvent instance.
code:String |
|
correlationId:String |
|
details:String |
|
description:String |
|
sServiceMethodName:ServiceMethod |
| getCode | () | method |
public function getCode():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns error code.
ReturnsString — The error code carried by this event
|
| getCorrelationId | () | method |
public function getCorrelationId():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns
String |
| getDescription | () | method |
public function getDescription():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns error description.
ReturnsString — The error description carried by this event
|
| getDetail | () | method |
public function getDetail():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns
String |
| getServiceMethodName | () | method |
public function getServiceMethodName():ServiceMethod
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns service method name which dispatch this event.
ReturnsServiceMethod —
The service method name which dispatch this event
|
| toString | () | method |
public override function toString():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the string representation of this instance.
ReturnsString — the string representation of this instance
|