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

Quick Search    Search Deep

org.mobicents.slee.runtime
Interface EventRouter  view EventRouter download EventRouter.java

All Known Implementing Classes:
EventRouterImpl

public interface EventRouter

Implements the Event router from Appendix B.12 of the SLEE spec.


Method Summary
 void routeEvent(EventTypeID eventTypeId, java.lang.Object event, java.lang.Object activity, Address address)
           
 

Method Detail

routeEvent

public void routeEvent(EventTypeID eventTypeId,
                       java.lang.Object event,
                       java.lang.Object activity,
                       Address address)