|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.protocols.smpp.event.SMPPEvent
public abstract class SMPPEvent
Abstract super class of SMPP control events.
| Field Summary | |
|---|---|
static int |
RECEIVER_EXCEPTION
ReceiverExceptionEvent enumeration type. |
static int |
RECEIVER_EXIT
ReceiverExitEvent enumeration type. |
static int |
RECEIVER_START
ReceiverStartEvent enumeration type. |
| Constructor Summary | |
|---|---|
protected |
SMPPEvent(int type,
Session source)
Construct a new event. |
| Method Summary | |
|---|---|
Session |
getSource()
Get the source connection of this event. |
int |
getType()
Get the enumeration type of this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int RECEIVER_START
public static final int RECEIVER_EXIT
public static final int RECEIVER_EXCEPTION
| Constructor Detail |
|---|
protected SMPPEvent(int type,
Session source)
type parameter should match one
of the enumeration constants defined in this class.
| Method Detail |
|---|
public Session getSource()
public int getType()
RECEIVER_EXIT,
RECEIVER_EXCEPTION
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||