|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.slee.resource.diameter.base.events.avp.DisconnectCauseType
public class DisconnectCauseType
Java class to represent the DisconnectCause enumerated type.
Documentation from the relevant specification: The Disconnect-Cause AVP (AVP Code 273) is of type Enumerated. A Diameter node MUST include this AVP in the Disconnect-Peer-Request message to inform the peer of the reason for its intention to shutdown the transport connection.
| Field Summary | |
|---|---|
static int |
_BUSY
|
static int |
_DO_NOT_WANT_TO_TALK_TO_YOU
|
static int |
_REBOOTING
|
static DisconnectCauseType |
BUSY
The peer's internal resources are constrained, and it has determined that the transport connection needs to be closed. |
static DisconnectCauseType |
DO_NOT_WANT_TO_TALK_TO_YOU
The peer has determined that it does not see a need for the transport connection to exist, since it does not expect any messages to be exchanged in the near future. |
static DisconnectCauseType |
REBOOTING
A scheduled reboot is imminent. |
| Method Summary | |
|---|---|
static DisconnectCauseType |
fromInt(int type)
|
int |
getValue()
Return the value of this instance of this enumerated type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _REBOOTING
public static final int _BUSY
public static final int _DO_NOT_WANT_TO_TALK_TO_YOU
public static final DisconnectCauseType REBOOTING
public static final DisconnectCauseType BUSY
public static final DisconnectCauseType DO_NOT_WANT_TO_TALK_TO_YOU
| Method Detail |
|---|
public static DisconnectCauseType fromInt(int type)
public int getValue()
Enumerated
getValue in interface Enumeratedpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||