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 types for Http Servlet RA requests

Author:
martins

Field Summary
static java.lang.String VENDOR
           
static java.lang.String VERSION
           
 
Constructor Summary
EventIDCache(javax.slee.facilities.Tracer tracer)
           
 
Method Summary
 java.lang.String getEventName(HttpServletRequestEvent event, javax.servlet.http.HttpSession httpSession)
           
 javax.slee.resource.FireableEventType getEventType(javax.slee.facilities.EventLookupFacility eventLookupFacility, 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(javax.slee.facilities.Tracer tracer)
Method Detail

getEventName

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

getEventType

public javax.slee.resource.FireableEventType getEventType(javax.slee.facilities.EventLookupFacility eventLookupFacility,
                                                          HttpServletRequestEvent event,
                                                          javax.servlet.http.HttpSession httpSession)


Copyright © 2011. All Rights Reserved.