org.mobicents.slee.resources.smpp
Class FireableEventTypeFilter

java.lang.Object
  extended by org.mobicents.slee.resources.smpp.FireableEventTypeFilter

public class FireableEventTypeFilter
extends java.lang.Object

Author:
amit bhayani

Constructor Summary
FireableEventTypeFilter()
           
 
Method Summary
 boolean filterEvent(javax.slee.resource.FireableEventType eventType)
          checks if event should be filtered or not
 void serviceActive(javax.slee.resource.ReceivableService receivableService)
          Informs the filter that a receivable service is now active.
 void serviceInactive(javax.slee.resource.ReceivableService receivableService)
          Informs the filter that a receivable service is now inactive.
 void serviceStopping(javax.slee.resource.ReceivableService receivableService)
          Informs the filter that a receivable service is now stopping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FireableEventTypeFilter

public FireableEventTypeFilter()
Method Detail

filterEvent

public boolean filterEvent(javax.slee.resource.FireableEventType eventType)
checks if event should be filtered or not

Parameters:
eventType -
Returns:
true is event is to be filtered, false otherwise

serviceActive

public void serviceActive(javax.slee.resource.ReceivableService receivableService)
Informs the filter that a receivable service is now active. For the events related with the service, and if there are no other services bound, then events of such event type should now not be filtered.

Parameters:
receivableService -

serviceInactive

public void serviceInactive(javax.slee.resource.ReceivableService receivableService)
Informs the filter that a receivable service is now inactive. For the events related with the service, if there are no other services bound, then events of such event type should be filtered

Parameters:
receivableService -

serviceStopping

public void serviceStopping(javax.slee.resource.ReceivableService receivableService)
Informs the filter that a receivable service is now stopping.

Parameters:
receivableService -


Copyright © 2011. All Rights Reserved.