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

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

public class RequestEventImpl
extends java.lang.Object
implements net.java.slee.resource.smpp.RequestEvent

Author:
Oleg Kulikov

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

Constructor Detail

RequestEventImpl

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

Method Detail

getTransaction

public net.java.slee.resource.smpp.ServerTransaction getTransaction()
Specified by:
getTransaction in interface net.java.slee.resource.smpp.RequestEvent

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.