|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.impl.resource.ss7.M3UserAgent
public class M3UserAgent
| Constructor Summary | |
|---|---|
M3UserAgent()
|
|
| Method Summary | |
|---|---|
void |
linkDown()
|
void |
linkUp()
|
void |
receive(byte[] arg0)
|
void |
receive(byte sls,
byte linksetId,
int service,
int subservice,
byte[] msgBuff)
|
void |
setChannels(java.util.List<org.mobicents.protocols.ss7.mtp.Mtp1> channels)
Assigns signalling channels. |
void |
setDpc(int dpc)
Assigns destination point code. |
void |
setName(java.lang.String name)
Sets the name of the linkset. |
void |
setOpc(int opc)
Assigns originated point code |
void |
setSelectorFactory(org.mobicents.protocols.ss7.mtp.SelectorFactory selectorFactory)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public M3UserAgent()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - the alhanumeric name of the linkset.public void setSelectorFactory(org.mobicents.protocols.ss7.mtp.SelectorFactory selectorFactory)
public void setOpc(int opc)
opc - the value of the originated point code in decimal formatpublic void setDpc(int dpc)
dpc - the destination point code value in decimal format.public void setChannels(java.util.List<org.mobicents.protocols.ss7.mtp.Mtp1> channels)
channels - the list of available physical channels.public void linkUp()
linkUp in interface org.mobicents.protocols.ss7.mtp.MtpUserpublic void linkDown()
linkDown in interface org.mobicents.protocols.ss7.mtp.MtpUser
public void receive(byte sls,
byte linksetId,
int service,
int subservice,
byte[] msgBuff)
public void start()
throws java.io.IOException
java.io.IOException
public void stop()
throws java.io.IOException
java.io.IOExceptionpublic void receive(byte[] arg0)
receive in interface org.mobicents.protocols.ss7.mtp.MtpUser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||