Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.resource
Class EventLookupFacilityImpl  view EventLookupFacilityImpl download EventLookupFacilityImpl.java

java.lang.Object
  extended byorg.mobicents.slee.resource.EventLookupFacilityImpl

public class EventLookupFacilityImpl
extends java.lang.Object


Field Summary
(package private)  org.mobicents.slee.container.SleeContainer container
           
 
Constructor Summary
EventLookupFacilityImpl(org.mobicents.slee.container.SleeContainer container)
           
 
Method Summary
 java.lang.String getEventClass()
           
 java.lang.ClassLoader getEventClassLoader(int eventID)
           
 java.lang.String getEventClassName(int arg0)
           
 int getEventID(java.lang.String name, java.lang.String vendor, java.lang.String version)
           
 java.lang.String[] getEventType(int eventID)
           
 EventTypeID getEventTypeID(int eventID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

org.mobicents.slee.container.SleeContainer container
Constructor Detail

EventLookupFacilityImpl

public EventLookupFacilityImpl(org.mobicents.slee.container.SleeContainer container)
Method Detail

getEventClass

public java.lang.String getEventClass()

getEventClassLoader

public java.lang.ClassLoader getEventClassLoader(int eventID)

getEventID

public int getEventID(java.lang.String name,
                      java.lang.String vendor,
                      java.lang.String version)

getEventType

public java.lang.String[] getEventType(int eventID)

getEventTypeID

public EventTypeID getEventTypeID(int eventID)

getEventClassName

public java.lang.String getEventClassName(int arg0)
                                   throws UnrecognizedEventException,
                                          FacilityException