BasicFaultEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.remoting.events |
| Inherits from: | BasicEvent < Event |
| Author: | romain, Axel Aigret |
| Classpath: | com.bourre.remoting.events.BasicFaultEvent |
| File last modified: | Monday, 24 November 2008, 11:36:48 |
Summary
Constructor
- BasicFaultEvent (code:String, correlationId:String, details:String, description:String, sServiceMethodName:ServiceMethod)
Instance properties
Instance properties inherited from BasicEvent
Instance methods
- getCode : String
- getCorrelationId : String
- getDetail : String
- getDescription : String
- getServiceMethodName : ServiceMethod
- toString : String
Event handlers
- onFaultEVENT : String
Constructor
BasicFaultEvent
public function BasicFaultEvent (
code:String,
correlationId:String,
details:String,
description:String,
sServiceMethodName:ServiceMethod)
Parameters:
code :
correlationId :
details :
description :
sServiceMethodName:
Instance methods
getCode
public function getCode (
) : String
getCorrelationId
public function getCorrelationId (
) : String
getDescription
public function getDescription (
) : String
getDetail
public function getDetail (
) : String
getServiceMethodName
toString
override public function toString (
) : String
Overrides:
Returns:
- the string representation of this instance#
Event handlers
onFaultEVENT
public static onFaultEVENT:String = "onFault"
(read,write)