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
Instance properties
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from BasicEvent
Event handlers

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

public function getServiceMethodName (

toString

override public function toString (
) : String

Returns:
  • the string representation of this instance
    #

Event handlers

onFaultEVENT

public static onFaultEVENT:String = "onFault"
(read,write)