|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.sip11.EventIDCache
public class EventIDCache
Caches event IDs for the SIP RA.
| Constructor Summary | |
|---|---|
EventIDCache()
|
|
| Method Summary | |
|---|---|
javax.slee.resource.FireableEventType |
getDialogForkEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility)
Retrieves the event id for a DialogForkedEvent. |
javax.slee.resource.FireableEventType |
getDialogTimeoutEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility)
Retrieves the event id for a DialogTimeoutEvent. |
javax.slee.resource.FireableEventType |
getEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility,
javax.sip.message.Request request,
boolean inDialogActivity)
Retrieves the event id for a SIP Request event. |
javax.slee.resource.FireableEventType |
getEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility,
javax.sip.message.Response response)
Retrieves the event id for a SIP Response event. |
javax.slee.resource.FireableEventType |
getTransactionTimeoutEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility,
boolean inDialog)
Retrieves the event id for a TimeoutEvent in a SIP Transaction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventIDCache()
| Method Detail |
|---|
public javax.slee.resource.FireableEventType getEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility,
javax.sip.message.Request request,
boolean inDialogActivity)
eventLookupFacility - request - inDialogActivity - if the event occurred in a dialog activity or not
public javax.slee.resource.FireableEventType getEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility,
javax.sip.message.Response response)
eventLookupFacility - response -
public javax.slee.resource.FireableEventType getTransactionTimeoutEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility,
boolean inDialog)
TimeoutEvent in a SIP Transaction.
eventLookupFacility -
public javax.slee.resource.FireableEventType getDialogTimeoutEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility)
DialogTimeoutEvent.
eventLookupFacility -
public javax.slee.resource.FireableEventType getDialogForkEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility)
DialogForkedEvent.
eventLookupFacility -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||