|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.core.request.HangingRequestDisconnectEventArgs
public final class HangingRequestDisconnectEventArgs
Represents a collection of arguments for the HangingServiceRequestBase.HangingRequestDisconnectHandler delegate method.
| Constructor Summary | |
|---|---|
HangingRequestDisconnectEventArgs(HangingRequestDisconnectReason reason,
Exception exception)
Initializes a new instance of the HangingRequestDisconnectEventArgs class. |
|
| Method Summary | |
|---|---|
Exception |
getException()
Gets the exception that caused the disconnection. |
HangingRequestDisconnectReason |
getReason()
Gets the reason that the user was disconnected. |
protected void |
setException(Exception value)
Sets the exception that caused the disconnection. |
protected void |
setReason(HangingRequestDisconnectReason value)
Sets the reason that the user was disconnected. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HangingRequestDisconnectEventArgs(HangingRequestDisconnectReason reason,
Exception exception)
reason - The reason.exception - The exception.| Method Detail |
|---|
public HangingRequestDisconnectReason getReason()
protected void setReason(HangingRequestDisconnectReason value)
value - The reason.public Exception getException()
protected void setException(Exception value)
value - The Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||