|
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.QuarantineHandling
Specifies the handling of "quarantine" events by the Media Gateway. These are events that have been detected by the Gateway before the arrival of the NotificationRequest in which this quarantine handling specification appears, but that have not yet been sent in a Notify to the Call Agent.
NotificationRequest
,
Notify
, Serialized FormField Summary | |
static int |
DISCARD
Signifies that quarantined events are to be discarded. |
static QuarantineHandling |
DiscardLoop
Encapsulates the DISCARD and LOOP constants. |
static QuarantineHandling |
DiscardStep
Encapsulates the DISCARD and STEP constants. |
static int |
LOOP
Signifies that multiple notifications are allowed. |
static int |
PROCESS
Signifies that quarantined events are to be processed. |
static QuarantineHandling |
ProcessLoop
Encapsulates the PROCESS and LOOP constants. |
static QuarantineHandling |
ProcessStep
Encapsulates the PROCESS and STEP constants. |
static int |
STEP
Signifies that at most one notification is expected. |
Method Summary | |
int |
getNotificationConstraint()
Gets the constraint on the number of notifications allowed (STEP or LOOP). |
int |
getTreatment()
Gets the treatment of quarantined events (PROCESS or DISCARD). |
java.lang.String |
toString()
Returns a string of the form "<loopControl>,<processControl>". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int DISCARD
public static final QuarantineHandling DiscardLoop
public static final QuarantineHandling DiscardStep
public static final int LOOP
public static final int PROCESS
public static final QuarantineHandling ProcessLoop
public static final QuarantineHandling ProcessStep
public static final int STEP
Method Detail |
public int getNotificationConstraint()
public int getTreatment()
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 |