org.mobicents.slee.resource.diameter.sh
Class EventIDCache

java.lang.Object
  extended by org.mobicents.slee.resource.diameter.sh.EventIDCache

public class EventIDCache
extends java.lang.Object

Caches event IDs for the Diameter Sh RAs.

Author:
Alexandre Mendonca , Bartosz Baranowski

Field Summary
static java.lang.String ERROR_ANSWER
           
static java.util.Map<java.lang.Integer,java.lang.String> eventNames
           
static java.lang.String EXTENSION_DIAMETER_MESSAGE
           
 
Constructor Summary
EventIDCache()
           
 
Method Summary
 javax.slee.resource.FireableEventType getEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility, org.jdiameter.api.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventNames

public static java.util.Map<java.lang.Integer,java.lang.String> eventNames

ERROR_ANSWER

public static final java.lang.String ERROR_ANSWER
See Also:
Constant Field Values

EXTENSION_DIAMETER_MESSAGE

public static final java.lang.String EXTENSION_DIAMETER_MESSAGE
See Also:
Constant Field Values
Constructor Detail

EventIDCache

public EventIDCache()
Method Detail

getEventId

public javax.slee.resource.FireableEventType getEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility,
                                                        org.jdiameter.api.Message message)
Parameters:
eventLookupFacility -
message -
Returns:


Copyright © 2010. All Rights Reserved.