|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jain.protocol.ip.mgcp.message.parms.RestartMethod
Defines the Restart Method values for use in the RestartInProgress command.
Field Summary | |
static int |
CANCEL_GRACEFUL
Signifies the "cancel-graceful" restart method. |
static RestartMethod |
CancelGraceful
Encapsulates the cancel-graceful restart method constant. |
static RestartMethod |
Disconnected
Encapsulates the disconnected restart method constant. |
static int |
DISCONNECTED
Signifies the "disconnected" restart method. |
static RestartMethod |
Forced
Encapsulates the forced restart method constant. |
static int |
FORCED
Signifies the "forced" restart method. |
static RestartMethod |
Graceful
Encapsulates the graceful restart method constant. |
static int |
GRACEFUL
Signifies the "graceful" restart method. |
static RestartMethod |
Restart
Encapsulates the restart restart method constant. |
static int |
RESTART
Signifies the "restart" restart method. |
Method Summary | |
int |
getRestartMethod()
Get the integer constant that corresponds to this Restart Method. |
java.lang.String |
toString()
Get the String that corresponds to the name of the Restart Method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CANCEL_GRACEFUL
public static final RestartMethod CancelGraceful
public static final RestartMethod Disconnected
public static final int DISCONNECTED
public static final RestartMethod Forced
public static final int FORCED
public static final RestartMethod Graceful
public static final int GRACEFUL
public static final RestartMethod Restart
public static final int RESTART
Method Detail |
public int getRestartMethod()
public java.lang.String toString()
toString
in class java.lang.Object
|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |