flex.messaging.services.messaging
Class ThrottleManager.ThrottleResult

java.lang.Object
  extended by flex.messaging.services.messaging.ThrottleManager.ThrottleResult
Enclosing class:
ThrottleManager

public static class ThrottleManager.ThrottleResult
extends Object

This class is used to keep track of throttling results.


Field Summary
static int RESULT_ERROR
           
static int RESULT_IGNORE
           
static int RESULT_OK
           
static int RESULT_REPLACE
           
 
Constructor Summary
ThrottleManager.ThrottleResult(int resultCode)
           
ThrottleManager.ThrottleResult(int result, MessageException exception)
           
 
Method Summary
 MessageException getException()
           
 int getResultCode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESULT_OK

public static final int RESULT_OK
See Also:
Constant Field Values

RESULT_IGNORE

public static final int RESULT_IGNORE
See Also:
Constant Field Values

RESULT_REPLACE

public static final int RESULT_REPLACE
See Also:
Constant Field Values

RESULT_ERROR

public static final int RESULT_ERROR
See Also:
Constant Field Values
Constructor Detail

ThrottleManager.ThrottleResult

public ThrottleManager.ThrottleResult(int resultCode)

ThrottleManager.ThrottleResult

public ThrottleManager.ThrottleResult(int result,
                                      MessageException exception)
Method Detail

getException

public MessageException getException()

getResultCode

public int getResultCode()


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/messaging/ThrottleManager.ThrottleResult.html