Package org.mobicents.protocols.smpp.event

Utility classes used by the smppapi.

See:
          Description

Interface Summary
EventDispatcher This interface defines the observable side of the observer pattern for asynchronous SMPP event notification.
SessionObserver A connection observer implementation is used to receive event updates from an Connection object.
 

Class Summary
AbstractEventDispatcher Parent class for event dispatchers that maintain their observers in a java.util.List.
ReceiverExceptionEvent Event generated by the receiver thread when a non-fatal exception is caught.
ReceiverExitEvent Event generated by the receiver thread exiting.
ReceiverStartEvent Event generated when the receiver thread starts.
SimpleEventDispatcher A simple implementation of the event dispatcher interface.
SMPPEvent Abstract super class of SMPP control events.
SMPPEventAdapter Base class for applications to extend for SMPP event handling.
TaskExecutorEventDispatcher Implementation of the EventDispatcher that uses Java's Executor framework to dispatch events.
 

Package org.mobicents.protocols.smpp.event Description

Utility classes used by the smppapi.



Copyright © 2011 Mobicents. All Rights Reserved.