org.mobicents.slee.resource.smpp.ra
Class ResponseEventImpl

java.lang.Object
  extended by org.mobicents.slee.resource.smpp.ra.ResponseEventImpl
All Implemented Interfaces:
net.java.slee.resource.smpp.ResponseEvent, net.java.slee.resource.smpp.SmppEvent

public class ResponseEventImpl
extends java.lang.Object
implements net.java.slee.resource.smpp.ResponseEvent

Author:
Oleg Kulikov

Constructor Summary
ResponseEventImpl(net.java.slee.resource.smpp.ClientTransaction tx, net.java.slee.resource.smpp.ShortMessage message)
          Creates a new instance of ResponseEventImpl
 
Method Summary
 net.java.slee.resource.smpp.ShortMessage getMessage()
           
 net.java.slee.resource.smpp.ClientTransaction getTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseEventImpl

public ResponseEventImpl(net.java.slee.resource.smpp.ClientTransaction tx,
                         net.java.slee.resource.smpp.ShortMessage message)
Creates a new instance of ResponseEventImpl

Method Detail

getTransaction

public net.java.slee.resource.smpp.ClientTransaction getTransaction()
Specified by:
getTransaction in interface net.java.slee.resource.smpp.ResponseEvent

getMessage

public net.java.slee.resource.smpp.ShortMessage getMessage()
Specified by:
getMessage in interface net.java.slee.resource.smpp.SmppEvent


Copyright © 2008. All Rights Reserved.