org.mobicents.protocols.smpp.event
Class ReceiverStartEvent

java.lang.Object
  extended by org.mobicents.protocols.smpp.event.SMPPEvent
      extended by org.mobicents.protocols.smpp.event.ReceiverStartEvent

public class ReceiverStartEvent
extends SMPPEvent

Event generated when the receiver thread starts. Usually applications can ignore this message as they don't need to do anything when the receiver thread starts.

Version:
$Id: ReceiverStartEvent.java 452 2009-01-15 16:56:36Z orank $

Field Summary
 
Fields inherited from class org.mobicents.protocols.smpp.event.SMPPEvent
RECEIVER_EXCEPTION, RECEIVER_EXIT, RECEIVER_START
 
Constructor Summary
ReceiverStartEvent(Session source)
          Create a new ReceiverStartEvent.
 
Method Summary
 
Methods inherited from class org.mobicents.protocols.smpp.event.SMPPEvent
getSource, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiverStartEvent

public ReceiverStartEvent(Session source)
Create a new ReceiverStartEvent.



Copyright © 2011 Mobicents. All Rights Reserved.