|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mobicents.slee.resource.smpp.ra.SmppDialogImpl
public class SmppDialogImpl
Implements Generic Dialog interface.
| Field Summary | |
|---|---|
protected SmppResourceAdaptor |
resourceAdaptor
|
static int |
TTL
|
| Constructor Summary | |
|---|---|
SmppDialogImpl(SmppResourceAdaptor resourceAdaptor,
java.lang.String localAddress,
java.lang.String remoteAddress)
Creates a new instance of SmppDialogImpl. |
|
| Method Summary | |
|---|---|
void |
close()
(Non Java-doc) |
protected net.java.slee.resource.smpp.ServerTransaction |
createDataSmServerTransaction(int id,
net.java.slee.resource.smpp.ShortMessage msg)
|
net.java.slee.resource.smpp.ClientTransaction |
createDataSmTransaction()
(Non Java-doc) |
protected net.java.slee.resource.smpp.ServerTransaction |
createDeliverSmServerTransaction(int id,
net.java.slee.resource.smpp.ShortMessage msg)
|
net.java.slee.resource.smpp.ClientTransaction |
createDeliverSmTransaction()
(Non Java-doc) |
net.java.slee.resource.smpp.ShortMessage |
createMessage()
(Non Java-doc) |
protected net.java.slee.resource.smpp.ServerTransaction |
createSubmitSmServerTransaction(int id,
net.java.slee.resource.smpp.ShortMessage msg)
|
net.java.slee.resource.smpp.ClientTransaction |
createSubmitSmTransaction()
(Non Java-doc) |
java.lang.String |
getId()
(Non Java-doc) |
java.util.Date |
getLastActivity()
(Non Java-doc) |
java.lang.String |
getLocalAddress()
(Non Java-doc) |
java.lang.String |
getRemoteAddress()
(Non Java-doc) |
protected net.java.slee.resource.smpp.ClientTransaction |
getTransaction(int id)
|
protected void |
terminate(net.java.slee.resource.smpp.Transaction tx)
Termonates specified transactions. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TTL
protected SmppResourceAdaptor resourceAdaptor
| Constructor Detail |
|---|
public SmppDialogImpl(SmppResourceAdaptor resourceAdaptor,
java.lang.String localAddress,
java.lang.String remoteAddress)
provider - represents provider.localAddress - the address of the origination party.remoteAddress - the address of the termination party.| Method Detail |
|---|
public java.lang.String getId()
getId in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#getId();public java.util.Date getLastActivity()
getLastActivity in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#getLastActivity();public java.lang.String getLocalAddress()
getLocalAddress in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#getLocalAddress();public java.lang.String getRemoteAddress()
getRemoteAddress in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#getRemoteAddress();public net.java.slee.resource.smpp.ShortMessage createMessage()
createMessage in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#createMessage();protected net.java.slee.resource.smpp.ClientTransaction getTransaction(int id)
public net.java.slee.resource.smpp.ClientTransaction createDataSmTransaction()
createDataSmTransaction in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#createDataSmTransaction();
protected net.java.slee.resource.smpp.ServerTransaction createDataSmServerTransaction(int id,
net.java.slee.resource.smpp.ShortMessage msg)
public net.java.slee.resource.smpp.ClientTransaction createSubmitSmTransaction()
createSubmitSmTransaction in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#createSubmitSmTransaction();
protected net.java.slee.resource.smpp.ServerTransaction createSubmitSmServerTransaction(int id,
net.java.slee.resource.smpp.ShortMessage msg)
public net.java.slee.resource.smpp.ClientTransaction createDeliverSmTransaction()
createDeliverSmTransaction in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#createDeliverSmTransaction();
protected net.java.slee.resource.smpp.ServerTransaction createDeliverSmServerTransaction(int id,
net.java.slee.resource.smpp.ShortMessage msg)
protected void terminate(net.java.slee.resource.smpp.Transaction tx)
tx - the transaction bean termonated.public void close()
close in interface net.java.slee.resource.smpp.Dialognet.java.slee.resource.sms.ratype.Dialog#close();public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||