org.mobicents.slee.resource.http
Class EventIDCache

java.lang.Object
  extended by org.mobicents.slee.resource.http.EventIDCache

public class EventIDCache
extends java.lang.Object

Caches event IDs for Http Servlet RA requests

Author:
martins

Field Summary
static java.lang.String VENDOR
           
static java.lang.String VERSION
           
 
Constructor Summary
EventIDCache()
           
 
Method Summary
 int getEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility, net.java.slee.resource.http.events.HttpServletRequestEvent event, javax.servlet.http.HttpSession httpSession)
           
 java.lang.String getEventName(net.java.slee.resource.http.events.HttpServletRequestEvent event, javax.servlet.http.HttpSession httpSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR

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

VERSION

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

EventIDCache

public EventIDCache()
Method Detail

getEventName

public java.lang.String getEventName(net.java.slee.resource.http.events.HttpServletRequestEvent event,
                                     javax.servlet.http.HttpSession httpSession)

getEventId

public int getEventId(javax.slee.facilities.EventLookupFacility eventLookupFacility,
                      net.java.slee.resource.http.events.HttpServletRequestEvent event,
                      javax.servlet.http.HttpSession httpSession)


Copyright © 2008. All Rights Reserved.