|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.messaging.transport.GSMSmartMsg
Smart message for GSM network. It is used by SmartMsgEncoder. A smart message encoder can encode a smart message, generate the binary payload to be sent by SMS drivers.
SmartMsgEncoder, CDMASmartMsg| Constructor Summary | |
GSMSmartMsg(int destPort, int origPort, java.lang.String[] frags)Constructor. |
|
| Method Summary | |
int |
getDCS()Get the DCS attribute. |
int |
getDestinationPort()Get the destination port. |
java.lang.String[] |
getFragments()Get the smart message's fragments. |
int |
getOriginPort()Get the source port. |
int |
getPID()Get the PID attribute. |
int |
getUDHI()Get the UDHI attribute. |
void |
setDCS(int d)Set the DCS attribute. |
void |
setPID(int p)Set the PID attribute. |
void |
setUDHI(int u)Set the UDHI attribute. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GSMSmartMsg(int destPort,
int origPort,
java.lang.String[] frags)
origPort - the source port.frags - the message fragments.| Method Detail |
public int getDCS()
public int getDestinationPort()
public java.lang.String[] getFragments()
public int getOriginPort()
public int getPID()
public int getUDHI()
public void setDCS(int d)
d - the DCS value to set.public void setPID(int p)
p - the PID value to set.public void setUDHI(int u)
u - the UDHI value to set.
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||